eho
ae9cb578fa
launcher: Associated the launcher activity with the launch screen theme. Apply default theme in onCreate().
2018-04-09 21:58:21 +02:00
Mario Danic
f07d5a8180
Improve syncing code
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-15 12:37:38 +01:00
eho
897a25d0fc
Added the REQUEST_INSTALL_PACKAGES permission to the Android manifest.
...
With API 26 (Android O) any app that wants to install unknown apps must declare the REQUEST_INSTALL_PACKAGES permission. The user can then control what specific apps should be allowed to install unknown apps unlike the previous system where it was a system wide binary option for all apps. Without this declared permission the Nextcloud app will not be able to install apk's that the user have in their Nextcloud storage. With this permission added the user will be prompted to grant the app permission to install apps from unknown sources should they attempt to do so .
This fixes #2269 and #2266
2018-03-14 09:25:16 +01:00
tobiaskaminsky
13e99f8482
force install location to internal, even if this is default
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-02-02 09:32:02 +01:00
Mario Danic
5f94d65441
Use write contacts & read contacts
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-01-11 10:31:31 +01:00
Mario Danic
84477705bd
Fix external storage permission
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-01-11 10:31:31 +01:00
tobiaskaminsky
964faa54ec
add max SDK to permissions
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-01-10 10:27:35 +01:00
tobiaskaminsky
138e35c512
add roundIcon to Manifest
2018-01-08 09:22:09 +01:00
AndyScherzinger
4b87a0d109
properly enforce round launcher icon
2018-01-08 09:22:08 +01:00
AndyScherzinger
dbf753cce3
enforce round launcher icon on pre Oreo devices
2018-01-08 09:22:07 +01:00
AndyScherzinger
80a2f76f51
round & adaptive icon added
2018-01-08 09:22:06 +01:00
tobiasKaminsky
1da1f11ea5
change sdk versions
2018-01-08 09:21:51 +01:00
tobiaskaminsky
6c78627c3f
further rtl support
2017-12-13 08:06:43 +01:00
tobiaskaminsky
0dc2633613
Prevent sql injections
2017-11-29 15:28:21 +01:00
tobiasKaminsky
6574af5435
extract authority to image_cache_provider_authority
2017-11-08 22:39:01 +01:00
tobiasKaminsky
0a649f01bb
Resized images
2017-11-08 22:38:52 +01:00
AndyScherzinger
f1c20398c6
centralize app's version code and name
2017-10-16 11:33:36 +02:00
AndyScherzinger
694f042cb1
bump version to 2.0.0RC9
2017-10-05 18:33:15 +02:00
AndyScherzinger
63bfd4b080
prepare release 2.0.0RC8
2017-10-01 10:11:05 +02:00
tobiasKaminsky
054df29443
RC7
2017-09-23 09:36:03 +02:00
Mario Danic
d69f0f0a55
Init auto upload on boot
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-09-06 09:19:03 +02:00
AndyScherzinger
d5446d56d9
release 2.0.0RC6
2017-09-05 09:23:20 +02:00
AndyScherzinger
ad9556b89b
bump version to RC5
2017-08-25 15:33:47 +02:00
AndyScherzinger
26fad60280
bump version to 2.0.0RC4
2017-08-21 10:00:01 +02:00
AndyScherzinger
8eea18803d
set version to 2.0.0RC3
2017-08-17 15:00:12 +02:00
AndyScherzinger
73b0ca3bd6
set final/stable release version to 2.0.0
2017-08-17 15:00:11 +02:00
Mario Danic
ecd0ff3b0d
Update version
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-10 19:53:14 +02:00
AndyScherzinger
bec836f36a
Fix name to be 2.0.0RC1
2017-08-10 18:33:33 +02:00
AndyScherzinger
381355e9f3
bum version to 2.0.0 RC1
2017-08-10 18:24:07 +02:00
AndyScherzinger
bddce2080d
minor code formatting cleanups
2017-08-08 13:00:05 +02:00
Mario Danic
4c50bb999c
Fix stuff
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:50 +02:00
Mario Danic
a5a6476e00
Better handling
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:47 +02:00
tobiasKaminsky
9052abd9dd
rename "foldersync" -> "syncedFolder(s)"
2017-08-08 12:59:34 +02:00
Mario Danic
8ec926697d
Work a bit more on stuff
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:11 +02:00
Mario Danic
878a8cb7d8
Delete shutdown receiver
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:09 +02:00
Mario Danic
0bae6fcfb2
Clean up code
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:08 +02:00
Mario Danic
378c46f0ec
Enable auto upload for all
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:04 +02:00
AndyScherzinger
727375642d
allow used added CAs
2017-07-27 15:16:30 +02:00
tobiasKaminsky
d82077e16e
rotating
2017-07-16 16:42:56 +02:00
tobiaskaminsky
ee42373837
load file infos only when clicking on activity item
2017-06-30 13:02:02 +02:00
AndyScherzinger
de8bb6a691
Merge branch 'master' of https://github.com/nextcloud/android into pinchZoom
...
# Conflicts:
# src/main/java/com/owncloud/android/ui/fragment/ExtendedListFragment.java
2017-06-05 00:38:52 +02:00
tobiasKaminsky
0627dd2a84
bump version
2017-05-22 17:21:37 +02:00
tobiasKaminsky
ba14880f3d
use 10cols on landscape, 6 on portrait
2017-05-19 11:34:49 +02:00
Mario Danic
b38866ebc7
Lots of magic
2017-04-28 10:39:52 +02:00
Mario Danic
9130635fa1
Progress on Analytics magic
2017-04-26 21:58:00 +02:00
Mario Đanić
9739edbbec
Merge pull request #624 from Flole998/master
...
Added fingerprint support
2017-04-20 22:40:50 +02:00
Mario Đanić
19705ff438
Merge branch 'master' into externalLinks
2017-04-20 22:37:56 +02:00
Flole
043ff2ad8f
Fixing issues mentioned in review.
2017-04-20 09:09:11 +02:00
Flole
99bf76657a
Added Fingerprint Support
2017-04-20 09:09:10 +02:00
AndyScherzinger
cf7ccdfc65
Merge branch 'master' of https://github.com/nextcloud/android into contactBackupRestore
...
# Conflicts:
# src/main/res/values/strings.xml
2017-04-19 23:38:31 +02:00