Commit graph

13023 commits

Author SHA1 Message Date
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
Nextcloud bot
28159cf476
[tx-robot] updated from transifex 2019-05-17 03:02:06 +00:00
Tobias Kaminsky
1b532f86a8 daily dev 20190517
e394748bd Merge pull request #4028 from nextcloud/externalIcon
b9698f949 Merge pull request #4034 from nextcloud/addChangelogToFdroid
0bc6e5362 add changelog to fdroid via fastlane
aa8fc2e5c use authenticated glide loader for svg
d16d2979d Merge pull request #4029 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.1
2dd4c3041 Bump gradle from 3.4.0 to 3.4.1
eba0a9852 daily dev 20190515
2019-05-17 03:36:28 +02:00
Andy Scherzinger
e394748bd1
Merge pull request #4028 from nextcloud/externalIcon
use authenticated glide loader for svg
2019-05-16 21:36:38 +02:00
Andy Scherzinger
b9698f949d
Merge pull request #4034 from nextcloud/addChangelogToFdroid
Add changelog to fdroid via fastlane
2019-05-16 21:25:25 +02:00
tobiasKaminsky
0bc6e53629
add changelog to fdroid via fastlane
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-16 15:09:33 +02:00
tobiasKaminsky
1348adfa2b
extracted string
moved string to final constant

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-16 09:38:36 +02:00
tobiasKaminsky
aa8fc2e5ce
use authenticated glide loader for svg
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-16 09:30:26 +02:00
Andy Scherzinger
d16d2979d1
Merge pull request #4029 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.4.1
Bump gradle from 3.4.0 to 3.4.1
2019-05-16 09:21:56 +02:00