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
Andy Scherzinger
a33cc9d278
Merge pull request #6309 from nextcloud/layout
...
remove unneeded linearLayout id
2020-06-17 16:53:06 +02:00
Andy Scherzinger
73c22d4e8f
Merge pull request #6307 from thgoebel/addaccount-materialbutton
...
Use MaterialButton for addAccount action in accounts screen
2020-06-17 16:37:28 +02:00
Andy Scherzinger
7b88e39572
Merge pull request #6278 from nextcloud/enh/dropAndroid42
...
Drop Android 4.2 support
2020-06-17 15:35:51 +02:00
Daniel Bailey
6f31f92a3f
Theme refresh bugfix
...
Removed call to setLocalNightMode from DrawerActivity to allow the theme
setting to be done by SettingsActivity and the following activity
recreation to be handled by BaseActivity.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2020-06-17 14:33:19 +02:00
Tobias Kaminsky
f499fb3ee8
Merge pull request #6265 from nextcloud/fix/iconAlignment
...
Properly align 3-dot menu of folder items
2020-06-17 14:26:36 +02:00
Tobias Kaminsky
d053177cf7
Merge pull request #6296 from nextcloud/tintFirstRun
...
tint first run
2020-06-17 14:25:41 +02: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
tobiasKaminsky
34eaf9d6db
remove non needed exceptions
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-16 14:49:01 +02:00
Joris Bodin
37bf0dde69
Split off of #5150
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-16 08:09:42 +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
tobiasKaminsky
4d9fc70376
Add account: grey color
...
align text
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-10 07:30:47 +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
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
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
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
tobiasKaminsky
ec12ad56d4
use check arrow for chosen account
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-08 10:03:38 +02:00
Nextcloud bot
392961dbe6
[tx-robot] updated from transifex
2020-06-08 03:26:05 +00:00
Nextcloud bot
d2f1f33ef0
[tx-robot] updated from transifex
2020-06-07 03:27:06 +00:00
Andy Scherzinger
ec5dcefc7d
Merge pull request #6226 from nextcloud/tool-hints
...
Added some tool hints for easier development
2020-06-06 09:19:57 +02:00
Nextcloud bot
1671ba29c8
[tx-robot] updated from transifex
2020-06-06 03:29:33 +00:00
Stefan Niedermann
d2a56f871b
Fix format
...
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-05 19:55:30 +02:00
Stefan Niedermann
94e72e9293
Added some tool hints for easier development
...
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2020-06-05 19:55:30 +02:00
Andy Scherzinger
ddb8ee9fd1
Merge pull request #6222 from nextcloud/fix/MarkdwondPreview
...
set gradient via imageview for markdown previews
2020-06-05 15:52:19 +02:00
Andy Scherzinger
f07c535fba
Merge pull request #6224 from nextcloud/invertActivity
...
Activity stream on dark mode
2020-06-05 15:47:26 +02:00
Andy Scherzinger
94b31a0a37
set gradient via imageview for markdown previews
...
Fixes #6034
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-05 13:36:39 +02:00
tobiasKaminsky
b625cdaddb
invert activity icon on dark mode
...
removed outer white border on shared_via_ink
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 12:08:49 +02:00
Andy Scherzinger
cad9e59435
Merge pull request #6218 from nextcloud/moveFails
...
Fix move/copy to root folder
2020-06-05 08:59:35 +02:00
tobiasKaminsky
80d83e4721
split up unit&IT tests from screenshot tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 08:06:42 +02:00
tobiasKaminsky
d0f3a00637
drone/ updateScreenshot update
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-05 08:06:42 +02:00
Tobias Kaminsky
d1f17df63c
Merge pull request #6035 from nextcloud/enh/capabilities-etag
...
Add etag column to capabilities table
2020-06-05 07:28:06 +02:00
Nextcloud bot
409947cb10
[tx-robot] updated from transifex
2020-06-05 03:26:17 +00:00
Andy Scherzinger
f0f700900f
Merge pull request #6216 from nextcloud/richworkspacesFirstRow
...
show rich workspace in grid spanned across first row
2020-06-04 21:03:25 +02:00
Andy Scherzinger
27214ae138
Merge pull request #6193 from nextcloud/receiveExternalChange
...
Sort/list change for ReceiveExternalFilesActivity.java
2020-06-04 19:08:32 +02:00
tobiasKaminsky
d446d9eae9
show rich workspace in grid spanned across first row
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-04 16:51:37 +02:00
tobiasKaminsky
20a63a6cde
fix #6137
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-04 16:31:44 +02:00
tobiasKaminsky
07dc18339a
Fix crash when creating client
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-04 15:44:03 +02:00
Kilian P
1dd3c986c4
Adjusted one comment
2020-06-04 15:35:07 +02:00
Kilian Périsset
6a6231ef5e
Fixed a bug relative to actionmode + Enhanced actionmode behaviour
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-06-04 15:28:34 +02:00
tobiasKaminsky
2a3fd4287e
Fix after rebase
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-04 15:16:57 +02:00
Daniel Kesselberg
a86038ebab
Add local variable for storageManager
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-04 15:14:57 +02:00
Daniel Kesselberg
ca8a89b930
Add etag column to capabilities table
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-06-04 15:14:55 +02:00
tobiasKaminsky
8a09c3fdfd
ReceiveExternalFiles to new layout
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-04 13:45:15 +02:00
Andy Scherzinger
80d4dd5908
Merge pull request #6207 from nextcloud/pixelPerfectAndBugFix
...
Appbar - Pixel perfect and bug fix
2020-06-04 11:01:19 +02:00
tobiasKaminsky
f0f77098bb
Upload list activity: new sort / switch button
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-04 08:15:06 +02:00
Tobias Kaminsky
4b9319a38c
Merge pull request #6192 from nextcloud/trashbinSort
...
change trashbin view to new layout
2020-06-04 07:54:37 +02:00
Nextcloud bot
5b3f222971
[tx-robot] updated from transifex
2020-06-04 03:26:31 +00:00
Andy Scherzinger
c20ac3b7f2
set sorting button text for trashbin activity, extract button text logic to utils method
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-06-03 18:05:58 +02:00
Joris Bodin
7739d87cbb
Fix lint
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 17:12:04 +02:00
Joris Bodin
cff3d8f588
Fix onResume FileDetailFragment
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 17:04:37 +02:00
Joris Bodin
3e55fad482
Improve google style
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 16:49:23 +02:00
Joris Bodin
212671813b
Fix appbar when show FileDetailFragment
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 16:40:45 +02:00
Joris Bodin
8d6e4a9b6e
Fix contextual action bar theme
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 16:30:24 +02:00
Joris Bodin
72ddb14d95
Appbar like google and fix property file appbar
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-06-03 16:30:24 +02:00
Tobias Kaminsky
1fcc05d04c
Merge pull request #6198 from nextcloud/fix/white-drawer-items
...
Applied a new fallback color for DarkMode
2020-06-03 15:54:09 +02:00
tobiasKaminsky
a97933e14c
invert if to make it more readable
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-03 12:03:00 +02:00
tobiasKaminsky
68eb067ad0
only scroll to position, if highlighted item exists
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-03 09:45:30 +02:00
Nextcloud bot
96236d7740
[tx-robot] updated from transifex
2020-06-03 03:26:55 +00:00
Kilian Périsset
73d4b60d98
Merge branch 'fix/white-dialog-sortby-elements' into fix/white-drawer-items
2020-06-02 18:31:53 +02:00
Kilian Périsset
4cca23f32a
Replaced primary color by element color for chosen Sort-By element
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-06-02 18:28:17 +02:00
Kilian Périsset
1866d2b213
Applied a new fallback color for DarkMode
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-06-02 17:07:58 +02:00
Tobias Kaminsky
2d0d307d11
Merge pull request #6172 from nextcloud/searchItems
...
fix search related items in drawer
2020-06-02 16:09:52 +02:00
tobiasKaminsky
e81dcb7804
fix search related items in drawer
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-02 16:09:03 +02:00
tobiasKaminsky
5a76122a94
change trashbin view to new layout
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-06-02 11:31:44 +02:00
Tobias Kaminsky
7972c6cf7d
Merge pull request #6173 from nextcloud/feature/ui-revamp/remove-unused-menu-items
...
New design (UI) - Removed old options menu items from FileDisplayActivity
2020-06-02 10:59:15 +02:00
Nextcloud bot
8af384f1f1
[tx-robot] updated from transifex
2020-06-02 07:55:35 +00:00
Kilian Périsset
8034601537
Removed unused items in FileDisplayActivity + Fixed some bugs
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:45 +02:00
Kilian Périsset
7fd7e10f8d
Fixed lint
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:45 +02:00
Kilian Périsset
2e051917ec
Removed startSynchronization method
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:45 +02:00
Kilian Périsset
2ce949cb81
Removed unused Sync account + Fixed a display inconsistency bug
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:45 +02:00
Kilian Périsset
42b4aaad99
Increased searchview width when deployed
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:44 +02:00
Kilian Périsset
22d460d434
Restructured options menu + Removed unused items
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-29 15:36:44 +02:00
tobiasKaminsky
8f6722e673
exclude all files for backup
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-29 09:49:06 +02:00