Commit graph

12831 commits

Author SHA1 Message Date
Andy Scherzinger
3b31841848
Merge pull request #3969 from nextcloud/receivePushDelete
Handle silent delete/delete-all push notifications
2019-05-23 14:37:33 +02:00
nextcloud-android-bot
6074c93205 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-23 09:00:17 +00:00
Tobias Kaminsky
f28007e6b3
OCFileListFragment: Only scroll to top if directory changed (#4058)
OCFileListFragment: Only scroll to top if directory changed
2019-05-23 11:00:08 +02:00
drone
b061e4d384 Merge commit '51ee4d88fd0555a945a24b1ab3beba2ffdc79c06' 2019-05-23 08:42:23 +00:00
tobiasKaminsky
51ee4d88fd
handle silent delete/delete-all push notifications
do not ignore talk messages (will only be sent if no talk app is installed)
exclude generated Parcelable

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-23 10:41:19 +02:00
Tobias Kaminsky
fb6b11f201
Use product name on rich document, if available (#3971)
Use product name on rich document, if available
2019-05-23 10:37:08 +02:00
Andy Scherzinger
4197d3be99
use proper qa build lib dependency
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-23 09:48:54 +02:00
Unpublished
8c06097596 Only compare directories if necessary
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-23 09:45:27 +02:00
tobiasKaminsky
403a3e062c
Use product name on rich document, if available
use placeholder for string
reset to master-snapshot
fix analysis warning
use new translatable string
use var vor qa flavor too

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-05-23 08:58:52 +02:00
Andy Scherzinger
9b0a789d3b
Merge pull request #4040 from nextcloud/ezaquarii/remove-findbugs
Remove legacy FindBugs tasks from build script
2019-05-23 08:07:59 +02:00
Chris Narkiewicz
d6b4deea17
Remove legacy FindBugs tasks from build script
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-23 05:43:10 +01:00
Tobias Kaminsky
53c9c0573b daily dev 20190523
a8829c6c6 Refactor ConnectivityUtils (#4008)
9cbb677ba Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
c988459eb Merge commit '1f290419662c8058cd4bd90a161222f4150f6f25'
1f2904196 revert commentig
fabe3b233 open file from notification (#4019)
b3312aa97 linewrap
415deca15 [tx-robot] updated from transifex
6a79f10a4 daily dev 20190522
2019-05-23 03:33:51 +02:00
Unpublished
e517451d94 OCFileListFragment: Only scroll to top if directory changed
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-22 18:42:03 +02:00
Tobias Kaminsky
a8829c6c68
Refactor ConnectivityUtils (#4008)
Refactor ConnectivityUtils
2019-05-22 17:04:10 +02:00
nextcloud-android-bot
9cbb677bab Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-22 11:52:00 +00:00
drone
c988459eb8 Merge commit '1f290419662c8058cd4bd90a161222f4150f6f25' 2019-05-22 11:39:17 +00:00
tobiasKaminsky
1f29041966
revert commentig
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-22 13:18:22 +02:00
Tobias Kaminsky
fabe3b2332
open file from notification (#4019)
open file from notification
2019-05-22 10:59:37 +02:00
tobiasKaminsky
b3312aa975
linewrap
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-22 10:56:59 +02:00
Nextcloud bot
415deca15f
[tx-robot] updated from transifex 2019-05-22 02:58:21 +00:00
Tobias Kaminsky
6a79f10a41 daily dev 20190522
2146d808b Merge pull request #4032 from nextcloud/emailOnError
762a80666 Merge pull request #4046 from nextcloud/fix-issues-sso-ocs-header
4d90477cc Merge pull request #4049 from nextcloud/followup4044
faaca8691 throw exception if sso users try to set the OCS-APIREQUEST header themselves
889d0669b email on failure
c635e2e49 Close WhatsNewActivity if open
5c686ef31 Merge pull request #4041 from nextcloud/ezaquarii/fix-weak-ref-dereference-npe-in-thumbnails-cache-manager
f88239b67 daily dev 20190521
2019-05-22 03:33:46 +02:00
Andy Scherzinger
2146d808b3
Merge pull request #4032 from nextcloud/emailOnError
Email on failure
2019-05-21 20:43:30 +02:00
Andy Scherzinger
762a80666f
Merge pull request #4046 from nextcloud/fix-issues-sso-ocs-header
throw exception if sso users try to set the OCS-APIREQUEST header the…
2019-05-21 15:23:02 +02:00
Andy Scherzinger
4d90477cce
Merge pull request #4049 from nextcloud/followup4044
Close WhatsNewActivity if open
2019-05-21 15:21:56 +02:00
David Luhmer
faaca86914
throw exception if sso users try to set the OCS-APIREQUEST header themselves
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-21 12:04:47 +02:00
tobiasKaminsky
889d0669bb
email on failure
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-21 11:46:19 +02:00
Unpublished
c635e2e49a Close WhatsNewActivity if open
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-21 11:11:40 +02:00
Andy Scherzinger
5c686ef313
Merge pull request #4041 from nextcloud/ezaquarii/fix-weak-ref-dereference-npe-in-thumbnails-cache-manager
Fix NPE on weakref in ThumbnailsCacheManger
2019-05-21 08:05:31 +02:00
Tobias Kaminsky
f88239b679 daily dev 20190521
bd4bc646c Merge pull request #4044 from nextcloud/fixToolbar
5d4a966b4 add fix for app protection
759558c46 Use account.hashCode instead of name as account switching value (#4031)
c16622dd9 Fix IllegalStateException on Toolbar while activity recreation
0bb4e72e9 Add test for IllegalStateException of FileDisplayActivity
28c7e7469 use account.hashCode instead of name as account switching value
d65ce6de5 [tx-robot] updated from transifex
740aff425 daily dev 20190520
2019-05-21 03:33:46 +02:00
Andy Scherzinger
bd4bc646c6
Merge pull request #4044 from nextcloud/fixToolbar
Fix and test against IllegalStateException in FileDisplayActivity
2019-05-20 20:26:20 +02:00
tobiasKaminsky
5d4a966b4a
add fix for app protection
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-20 17:08:24 +02:00
Tobias Kaminsky
759558c468
Use account.hashCode instead of name as account switching value (#4031)
Use account.hashCode instead of name as account switching value
2019-05-20 15:07:32 +02:00
Unpublished
c16622dd94 Fix IllegalStateException on Toolbar while activity recreation
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-20 12:33:20 +02:00
Unpublished
0bb4e72e95 Add test for IllegalStateException of FileDisplayActivity
Signed-off-by: Unpublished <unpublished@gmx.net>
2019-05-20 12:21:36 +02:00
tobiasKaminsky
28c7e74697
use account.hashCode instead of name as account switching value
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-20 11:25:25 +02:00
Nextcloud bot
d65ce6de57
[tx-robot] updated from transifex 2019-05-20 02:55:18 +00:00
Tobias Kaminsky
740aff425b daily dev 20190520
de3508c4e Merge pull request #4036 from nextcloud/wordingForAPK
64b008694 [tx-robot] updated from transifex
821b3b361 [tx-robot] updated from transifex
8bf577510 daily dev 20190518
2019-05-20 03:33:53 +02:00
Andy Scherzinger
de3508c4e4
Merge pull request #4036 from nextcloud/wordingForAPK
Updated wording for APK text
2019-05-19 08:59:42 +02:00
Nextcloud bot
64b008694a
[tx-robot] updated from transifex 2019-05-19 02:57:24 +00:00
Chris Narkiewicz
95689c46e8
Fix NPE on weakref in ThumbnailsCacheManger
Listener reference was weak and there was no check for null,
causing an NPE.

Fixes #3994

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-18 19:55:08 +01:00
nextcloud-android-bot
7546b21a5b Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-05-18 13:05:40 +00:00
Chris Narkiewicz
412f9eb1c8
Refactor ConnectivityUtils
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-05-18 13:44:41 +01:00
Nextcloud bot
821b3b3610
[tx-robot] updated from transifex 2019-05-18 02:55:53 +00:00
Tobias Kaminsky
8bf5775105 daily dev 20190518
65026e789 Changelog for fdroid now with line breaks (#4035)
c8f0f20be move to versionDev flavor
16f7b4e17 deploy artifact on success (#4018)
17765573a deploy gplay artifact on success as own QA flavor
c382b3dd8 changelog for fdroid now with line breaks
28159cf47 [tx-robot] updated from transifex
1b532f86a daily dev 20190517
2019-05-18 03:34:38 +02:00
Tobias Kaminsky
65026e789c
Changelog for fdroid now with line breaks (#4035)
Changelog for fdroid now with line breaks
2019-05-17 08:51:04 +02:00
tobiasKaminsky
83e16cb536
updated wording
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 08:05:32 +02:00
tobiasKaminsky
c8f0f20bed
move to versionDev flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 07:52:20 +02:00
Tobias Kaminsky
16f7b4e17c
deploy artifact on success (#4018)
deploy artifact on success
2019-05-17 07:46:48 +02:00
tobiasKaminsky
17765573ac
deploy gplay artifact on success as own QA flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 07:36:28 +02:00
tobiasKaminsky
c382b3dd8c
changelog for fdroid now with line breaks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 06:51:53 +02:00