Commit graph

15213 commits

Author SHA1 Message Date
Tobias Kaminsky
d053177cf7
Merge pull request #6296 from nextcloud/tintFirstRun
tint first run
2020-06-17 14:25:41 +02:00
nextcloud-android-bot
8e5f893812 Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-06-17 12:12:39 +00:00
Joris Bodin
7f1ba75b7d
Fix appbar photos view when enter in background
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-17 12:21:32 +02:00
tobiasKaminsky
b6b57fa06e
remove unneeded linearLayout id
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-17 11:06:38 +02:00
Andy Scherzinger
adac921f5c
Drop Android 4.2 support
Resolves #6276

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-17 10:58:35 +02:00
dependabot-preview[bot]
78b879d10f
Bump ktlint from 0.36.0 to 0.37.2
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.36.0...0.37.0)

changed to new syntax

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-17 10:45:36 +02:00
Thore Goebel
7c5948b61a Use MaterialButton for addAccount action in accounts screen 2020-06-17 09:00:35 +02:00
tobiasKaminsky
0b15433cda
check if activity is running before showing dialog
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-17 07:57:15 +02:00
Nextcloud bot
228a44fc87
[tx-robot] updated from transifex 2020-06-17 03:26:05 +00:00
Thore Goebel
094416e8e3 Add touch states to file_list_actions_bottom_sheet 2020-06-16 18:06:01 +02:00
Tobias Kaminsky
2d6c25ab0f
Merge pull request #6300 from nextcloud/nextcloudClientNonBlocking
remove non needed exceptions
2020-06-16 15:40:18 +02:00
tobiasKaminsky
34eaf9d6db
remove non needed exceptions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-16 14:49:01 +02:00
Tobias Kaminsky
3ae47b3f9a
Merge pull request #5336 from nextcloud/fdsTests
Fds tests
2020-06-16 08:44:26 +02:00
Joris Bodin
37bf0dde69
Split off of #5150
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-16 08:09:42 +02:00
Tobias Kaminsky
eec9e940fd
Merge pull request #6298 from nextcloud/fixDroneScreenshots
add missing " to fix drone
2020-06-16 08:09:22 +02:00
tobiasKaminsky
f608b3916e
add missing " to fix drone
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-16 08:08:40 +02:00
Nextcloud bot
81764b4872
[tx-robot] updated from transifex 2020-06-16 03:27:49 +00:00
tobiasKaminsky
fd7cf51a4b
tint first run
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-15 16:23:30 +02:00
Nextcloud bot
09c48e65d4
[tx-robot] updated from transifex 2020-06-15 03:27:03 +00:00
Chris Narkiewicz
3e3d80d08c
Migrate ContactsPreferenceActivity startup to type-safe API
This change addresses #6277 bug in more comprehensible way.
All calls to Context.startActivity(...) starthing
ContactsPreferenceActivity are replaced with type-safe
calls to static ContactsPreferenceActivity.startActivity*
sets of APIs.

No client code should be calling `Intent(..., ContactsPreferenceActivity.class)`
constructor anymore.

See #5866 for discussion about the pattern used in this PR.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-06-13 17:42:24 +01:00
Joris Bodin
fa9804d742
Show "photos" in title
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-12 15:25:44 +02:00
Nextcloud bot
983a35517d
[tx-robot] updated from transifex 2020-06-11 03:26:48 +00:00
Andy Scherzinger
7d000f964e
perperly align 3-dot menu of folder items
Fixes #6259

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-10 17:52:48 +02:00
Andy Scherzinger
d65d917b81
Merge pull request #6249 from nextcloud/view-binding
#6247 View Binding - ShareFileFragment
2020-06-10 17:26:46 +02:00
Andy Scherzinger
5f74c93664
Merge pull request #6245 from nextcloud/manageAccount
Add account: grey color & align text
2020-06-10 17:26:01 +02:00
Andy Scherzinger
a71933d075
Merge pull request #6261 from nextcloud/changelog-master-stable-3.12.0
Add changelog for 3.12.0
2020-06-10 10:28:40 +02:00
tobiasKaminsky
0f06180ba3
Add changelog for 3.12.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-10 10:12:05 +02:00
tobiasKaminsky
5d8883e8c2
add lint ignore for newApi within build dir
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-10 09:09:56 +02:00
Stefan Niedermann
8a70f22cc3 Ignore RestrictedApiCheck for generated files
https://stackoverflow.com/a/53193227
2020-06-10 09:06:43 +02:00
Stefan Niedermann
b508452eb0 Check also generated sources to avoid unused resources warning
https://stackoverflow.com/a/53193227
2020-06-10 08:20:55 +02:00
Andy Scherzinger
270c8a36d2
update screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-10 07:30:47 +02:00
tobiasKaminsky
4d9fc70376
Add account: grey color
align text

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-10 07:30:47 +02:00
Tobias Kaminsky
c289e61b39
Merge pull request #6257 from nextcloud/fixUnitTests
Fix unit tests
2020-06-10 07:29:40 +02:00
tobiasKaminsky
5aeba5e021
enhance uploadReport script
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-10 07:12:36 +02:00
Nextcloud bot
740c3fe2ba
[tx-robot] updated from transifex 2020-06-10 03:29:39 +00:00
Andy Scherzinger
613b98ae1b
Merge pull request #6254 from nextcloud/replaceEdgeColors
replace edge colors
2020-06-09 20:37:29 +02:00
tobiasKaminsky
5ba2aff146
Fix unit tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-09 16:35:11 +02:00
Andy Scherzinger
29ed661cec
Merge pull request #6236 from nextcloud/dependabot/gradle/com.karumi-shot-4.3.0
Bump shot from 4.1.1 to 4.3.0
2020-06-09 14:36:39 +02:00
tobiasKaminsky
e95caf3572
centralize intent creation for
- FileUploader
- ConflictsResolveActivity

fix #5281: click on conflict notification opens conflict dialog directly

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-09 14:13:23 +02:00
Andy Scherzinger
5472ec40e2
Merge pull request #6221 from nextcloud/removeSortSwitch
remove action_sort
2020-06-09 14:04:38 +02:00
tobiasKaminsky
f028eefd83
replace edge colors
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-09 12:11:58 +02:00
dependabot-preview[bot]
2e8fd6aba1
Bump shot from 4.1.1 to 4.3.0
Bumps [shot](https://github.com/karumi/shot) from 4.1.1 to 4.3.0.
- [Release notes](https://github.com/karumi/shot/releases)
- [Changelog](https://github.com/Karumi/Shot/blob/master/release.gradle)
- [Commits](https://github.com/karumi/shot/compare/4.1.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 08:23:42 +02:00
Tobias Kaminsky
3965af0cfc
Merge pull request #6214 from nextcloud/fixods
Fix crash when creating client
2020-06-09 08:03:33 +02:00
tobiasKaminsky
fe8b0fba77
remove action_sort
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-09 08:00:55 +02:00
Nextcloud bot
6f9db5475e
[tx-robot] updated from transifex 2020-06-09 03:27:26 +00:00
Stefan Niedermann
a0bf78e7b4 Merge remote-tracking branch 'origin/view-binding' into view-binding
# Conflicts:
#	src/main/java/com/owncloud/android/ui/fragment/ShareFileFragment.java
2020-06-08 19:52:07 +02:00
Stefan Niedermann
8b1396f73a #6247 View Binding - ShareFileFragment (Remove Jetbrains annotation)
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-08 19:45:24 +02:00
Stefan Niedermann
b13e828b87 #6247 View Binding - ShareFileFragment
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-08 19:45:24 +02:00
Stefan Niedermann
53fcf81b75 #6247 View Binding - ShareFileFragment 2020-06-08 14:24:07 +02:00
Andy Scherzinger
3c0415e417
Merge pull request #6246 from nextcloud/accountChosenStreamline
use check arrow for chosen account
2020-06-08 11:51:53 +02:00