Commit graph

15318 commits

Author SHA1 Message Date
Andy Scherzinger
33dfc9651a
Merge pull request #6353 from nextcloud/userSearchText
Use same search hint as on server
2020-06-24 12:49:21 +02:00
tobiasKaminsky
14172fd1f0
on user share permission: unshare as destructive option on bottom
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-24 11:51:53 +02:00
tobiasKaminsky
b18ff7404e
Use same search hint as on server
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-24 10:58:24 +02:00
Tobias Kaminsky
ed8819ec86
Merge pull request #6327 from nextcloud/combineShare
Combined ShareActivity with FileDetailSharingFragment as much as possible
2020-06-24 10:43:24 +02:00
tobiasKaminsky
a424706368
rich workspace not in folder picker activity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-24 07:56:58 +02:00
Andy Scherzinger
7ced94d42e
Merge pull request #6343 from nextcloud/lsc
fix LSC_LITERAL_STRING_COMPARISON
2020-06-24 06:56:54 +02:00
Stefan Niedermann
0aed8aaa86 #6247 View Binding - Fix new SpotBugs performance warning (unread field)
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 18:21:22 +02:00
nextcloud-android-bot
c5abe938bd Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-06-23 14:30:27 +00:00
tobiasKaminsky
4e52f7f970
fix LSC_LITERAL_STRING_COMPARISON
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-23 14:59:02 +02:00
Stefan Niedermann
a43933082d #6247 View Binding - Remove unused imports
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 14:10:18 +02:00
Stefan Niedermann
374bb21c33 #6247 View Binding - SendButtonAdapter.ViewHolder
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 14:01:45 +02:00
Stefan Niedermann
558f1775de #6247 View Binding - AccountItemBinding & AccountActionBinding
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 11:15:03 +02:00
Stefan Niedermann
934e1f406a #6247 View Binding - ConflictResolveDialogBinding
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 10:51:40 +02:00
tobiasKaminsky
7732ff065b
Combined ShareActivity with FileDetailSharingFragment as much as possible
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-23 10:47:43 +02:00
Tobias Kaminsky
9e6fa5c769
Merge pull request #6281 from nextcloud/view-binding
#6247 View Binding - FileDisplayActivity and partial Ssl views
2020-06-23 10:36:08 +02:00
Tobias Kaminsky
59fddce138
Merge pull request #6243 from nextcloud/navBar
color nav bar
2020-06-23 10:30:52 +02:00
tobiasKaminsky
e503106960
Fixed NPE when hiding ssl cert
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-23 09:23:59 +02:00
Stefan Niedermann
96aecac8ed
#6247 View Binding - Fix codacy issue
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-23 09:23:59 +02:00
Stefan Niedermann
ab3dff9e1b
#6247 View Binding - FileDisplayActivity and partial Ssl views 2020-06-23 09:23:59 +02:00
Tobias Kaminsky
2bbaf7b21d
Merge pull request #6335 from stephanritscher/fix-deleting-synced-folder
Fix improper deleting synced folder by OfflineSyncWork
2020-06-23 08:12:21 +02:00
Stephan Ritscher
9370cbab09 Fix improper deleting synced folder by OfflineSyncWork 2020-06-22 21:09:41 +02:00
Tobias Kaminsky
388301082d
Merge pull request #6322 from nextcloud/bountysource
Do not advertise bountyscource, but NC include
2020-06-19 13:00:32 +02:00
tobiasKaminsky
4bdd27ffe0
Do not advertise bountyscource, but NC include
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 12:59:41 +02:00
Andy Scherzinger
fb1bb6905c
Merge pull request #6180 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-4.0.0
Bump gradle from 3.6.3 to 4.0.0
2020-06-19 12:23:56 +02:00
nextcloud-android-bot
3a28b84e9d Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-06-19 09:29:38 +00:00
tobiasKaminsky
94d7506cb5
fix after rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:16:34 +02:00
tobiasKaminsky
ab0ea3e8d9
minor changes to build.gradle and fixed type on uploadReport.sh
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:05:47 +02:00
tobiasKaminsky
eb08f75257
minor changes to build.gradle
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:24 +02:00
tobiasKaminsky
e40893a136
Use always recommended spotbug version, defined by plugin
exclude data binding generated classes

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:24 +02:00
tobiasKaminsky
5f185326ab
Fixed Lint:
MissingClass: Missing registered class
Range: Outside Range
UseAppTint: app:tint attribute should be used on ImageView
UseCompatLoadingForDrawables
UseCompatTextViewDrawableXml

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:22 +02:00
tobiasKaminsky
a9f689044d
Delete old comments for corresponding type
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
7360bbabfe
Fix spotbugs output
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
0f9ec55d7a
update combinedTestReport
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
7802fabf0e
if multiple apksigner are available, use newest one
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
f6f401aa0d
change to newer spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:07 +02:00
tobiasKaminsky
123593fc4e
change Gradle to 6.1.1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-19 11:03:06 +02:00
dependabot-preview[bot]
a9b8bf7f3a
Bump gradle from 3.6.3 to 4.0.0
Bumps gradle from 3.6.3 to 4.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 11:03:06 +02:00
Andy Scherzinger
0630142792
Merge pull request #6320 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.12
Bump byte-buddy from 1.10.11 to 1.10.12
2020-06-19 09:56:47 +02:00
dependabot-preview[bot]
7306bc096d
Bump byte-buddy from 1.10.11 to 1.10.12
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.11 to 1.10.12.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.11...byte-buddy-1.10.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 01:13:00 +00:00
Joris Bodin
a475af6ac6
Remove redundant style
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-18 11:02:52 +02:00
Andy Scherzinger
c048fe2121
Merge pull request #6256 from nextcloud/clickConflictNotification
fix #5281: click on conflict notification opens conflict dialog directly
2020-06-18 09:26:58 +02:00
Tobias Kaminsky
ace90ef2ad
Merge pull request #6306 from nextcloud/fixBatteryDialog
check if activity is running before showing dialog
2020-06-18 07:06:47 +02:00
Tobias Kaminsky
1b1a58ed8c
Merge pull request #6289 from nextcloud/ezaquarii/migrate-contacts-preference-activity-startup-to-type-safe-api
Migrate ContactsPreferenceActivity startup to type-safe API
2020-06-18 07:03:58 +02:00
tobiasKaminsky
6e7cdededb
color nav bar
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-18 06:57:43 +02:00
Tobias Kaminsky
cc06c8b613
Merge pull request #6283 from nextcloud/fixPhotoviewTitle
Show "photos" in title
2020-06-18 06:54:58 +02:00
Nextcloud bot
347abae8aa
[tx-robot] updated from transifex 2020-06-18 03:28:10 +00:00
Andy Scherzinger
6a6913b17e
Merge pull request #6303 from thgoebel/bottom-sheet-touch
Add touch states to file_list_actions_bottom_sheet
2020-06-17 18:53:25 +02:00
Andy Scherzinger
28279bc3c1
Merge pull request #6284 from nextcloud/fixPhotoViewAppbar
Fix appbar photos view when enter in background
2020-06-17 16:55:18 +02:00
Andy Scherzinger
663537f304
Merge pull request #6209 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.37.0
Bump ktlint from 0.36.0 to 0.37.0
2020-06-17 16:54:38 +02:00
Andy Scherzinger
39bb258648
Merge pull request #6231 from nextcloud/theme-refresh
Theme refresh bugfix
2020-06-17 16:53:51 +02:00