tobiasKaminsky
c9634022d2
if nothing received to upload, app crashed
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-14 22:00:51 +01:00
Andy Scherzinger
2fe9db5146
Merge pull request #2221 from nextcloud/copyMoveStartWithCurrentFolder
...
Copy/move starts within current folder
2018-03-14 22:00:04 +01:00
tobiasKaminsky
3386de1a94
copy/move starts within current folder
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-14 21:53:08 +01:00
Andy Scherzinger
bc3e1073a5
Merge pull request #2233 from nextcloud/showFilesInFolderPicker
...
Show files in FolderPicker
2018-03-14 21:51:51 +01:00
tobiasKaminsky
228a69a38f
show files during copy, move, remote folder select on synced folder
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-14 21:44:20 +01:00
Andy Scherzinger
f991055656
Merge pull request #2218 from nextcloud/noMultiAccountIntro
...
Show multiaccount intro only if multiaccount is enabled
2018-03-14 21:43:23 +01:00
tobiasKaminsky
099f52ce03
show multiaccount intro only if multiaccount is enabled
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-14 21:37:07 +01:00
Andy Scherzinger
b805a7182d
Merge pull request #2260 from nextcloud/npeNotificationManager
...
Try to prevent NPE on notification manager
2018-03-14 21:31:35 +01:00
tobiaskaminsky
fa17f55eaf
try to prevent NPE on notification manager
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-14 21:20:22 +01:00
tobiaskaminsky
e5988fe7c7
use modification date from server
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-14 11:50:53 +01:00
Andy Scherzinger
4a903aa0a7
Merge pull request #2347 from nextcloud/directlyContentResolver
...
Use contentResolver directly
2018-03-14 10:15:35 +01:00
tobiaskaminsky
48e3036e36
use contentResolver directly
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-14 09:55:46 +01:00
Andy Scherzinger
fbe1fb8d22
Merge pull request #2311 from ardevd/2269-apk
...
Added the REQUEST_INSTALL_PACKAGES permission to the Android manifest.
2018-03-14 09:33:25 +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
Andy Scherzinger
d3c8bc242b
Merge pull request #2338 from nextcloud/updateChangelog
...
Update changelog
2018-03-14 09:01:40 +01:00
Nextcloud bot
bb0711e944
[tx-robot] updated from transifex
2018-03-14 01:47:48 +00:00
Tobias Kaminsky
6a4b3e7f7b
daily dev 20180314
2018-03-14 00:34:34 +01:00
Mario Danic
23f80f3e45
Use magical vectors
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-13 22:19:20 +01:00
Andy Scherzinger
6e044f0b62
Update lint-results.txt
2018-03-13 22:18:10 +01:00
Andy Scherzinger
148a509f2c
Merge pull request #2331 from nextcloud/sendIcon
...
Send icons: icon size, app chooser
2018-03-13 22:08:29 +01:00
nextcloud-android-bot
910df75120
Drone: update Lint results to reflect reduced error/warning count [skip ci]
2018-03-13 20:41:27 +00:00
AndyScherzinger
d45408bae5
fix CR
2018-03-13 21:30:39 +01:00
tobiaskaminsky
a12d41c884
equal sized icon
...
fix showing app chooser twice
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-13 21:30:38 +01:00
Andy Scherzinger
62bb3ed55e
Update lint-results.txt
2018-03-13 21:30:10 +01:00
nextcloud-android-bot
9ec2679211
Drone: update Lint results to reflect reduced error/warning count [skip ci]
2018-03-13 16:24:15 +00:00
Andy Scherzinger
382c391817
Update lint-results.txt
2018-03-13 17:19:54 +01:00
Andy Scherzinger
fb61af692f
Merge pull request #2210 from nextcloud/searchViewNull
...
if searchView does not exist, search is not opened
2018-03-13 17:00:12 +01:00
tobiasKaminsky
df55697cc2
if searchView does not exist, search is not opened
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-13 16:53:11 +01:00
Andy Scherzinger
7b44f3b296
Merge pull request #2209 from nextcloud/receiveExternalActivityCrash
...
Crash on restoring activity
2018-03-13 14:59:10 +01:00
tobiasKaminsky
73115c09a3
crash on restoring activity
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-13 14:50:29 +01:00
Andy Scherzinger
86b9c78833
Merge pull request #2207 from nextcloud/closeCursor
...
Close cursor
2018-03-13 14:49:52 +01:00
tobiasKaminsky
3c50d9285d
close cursor
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-13 14:31:17 +01:00
Andy Scherzinger
0b94dea7b9
Merge pull request #2205 from nextcloud/fixActionBarAndroid4
...
Fix crash on 4.x devices
2018-03-13 14:30:21 +01:00
tobiasKaminsky
df2f999fd4
fix crash on 4.x devices
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-13 14:10:48 +01:00
Andy Scherzinger
91a6a78b23
Merge pull request #2217 from nextcloud/activityIconSize
...
Resizing of the activity icon
2018-03-13 14:09:52 +01:00
AndyScherzinger
32a92f9f17
Fix #2215 resizing the activity icon
2018-03-13 13:30:35 +01:00
Andy Scherzinger
58a8a11d74
Merge pull request #2186 from nextcloud/e2eNameWithAt
...
E2E: do not modifiy userid
2018-03-13 13:18:03 +01:00
tobiasKaminsky
dbcfb88168
as we now have a call to get the uid, we shall not split the string, as usernames as such are valid: tobi@nc
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-13 13:06:08 +01:00
tobiaskaminsky
b4cfad2807
update changelog
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-13 08:45:45 +01:00
Nextcloud bot
266160b475
[tx-robot] updated from transifex
2018-03-13 01:43:00 +00:00
Tobias Kaminsky
9806e71d3c
daily dev 20180313
2018-03-13 00:35:06 +01:00
nextcloud-android-bot
c25a7a8afa
Drone: update Lint results to reflect reduced error/warning count [skip ci]
2018-03-12 17:40:21 +00:00
Andy Scherzinger
eb483929b0
Update lint-results.txt
2018-03-12 18:30:56 +01:00
Andy Scherzinger
b31ba536c0
Merge pull request #2332 from nextcloud/remove-locks
...
Remove locking
2018-03-12 18:16:02 +01:00
Mario Danic
2e988665f2
Remove locking
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-03-12 18:03:04 +01:00
Andy Scherzinger
09a3a37449
Merge pull request #2317 from nextcloud/catchAvatarException
...
Generating avatar as fallback
2018-03-12 18:02:36 +01:00
tobiaskaminsky
be3086c2f4
generating avatar as fallback
...
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-12 17:47:58 +01:00
Andy Scherzinger
f428c8140c
Update lint-results.txt
2018-03-12 17:47:19 +01:00
Andy Scherzinger
67956ec6a1
Merge pull request #2330 from nextcloud/revert-2037-useIgnoreEtagAgain
...
Revert "Do not ignore ignoreEtags"
2018-03-12 17:45:46 +01:00
Tobias Kaminsky
1d2ed0bcbd
Revert "Do not ignore ignoreEtags"
2018-03-12 17:37:25 +01:00