Commit graph

5698 commits

Author SHA1 Message Date
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
Andy Scherzinger
12cdf456df
Merge pull request #6174 from nextcloud/enhanceEmptyMessage
correct empty message for "on devices"
2020-05-29 09:36:11 +02:00
tobiasKaminsky
27ec5c8688
Do not show rich workspace when "on devices"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-29 08:09:38 +02:00
Andy Scherzinger
ba5430ff1d
Merge pull request #6145 from nextcloud/feature/newDesign-gridmode-hide-share
New design (UI) - Feature/new design gridmode hide share
2020-05-28 23:59:56 +02:00
Andy Scherzinger
64c5a3b199
Merge pull request #6175 from nextcloud/refreshFavorites
refresh favorites result in actually reloading favorites
2020-05-28 17:03:08 +02:00
tobiasKaminsky
c9b4f42fd6
synced folder dialog, if disabled:
- do not allow to click on any item
- checkboxes are grey

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-28 15:21:38 +02:00
tobiasKaminsky
2052894196
refresh favorites result in actually reloading favorites
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-28 14:28:02 +02:00
tobiasKaminsky
204844e451
correct empty message for "on devices"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-28 13:29:14 +02:00
Tobias Kaminsky
01ef66a13d
Merge pull request #6156 from nextcloud/feature/ui-revamp/new-drawer
New design (UI) - Revamp drawer
2020-05-28 11:02:01 +02:00
Kilian Périsset
252b0dac19
Fixed the color for Drawer Quota + fixed a global bug about color
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:11 +02:00
Kilian Périsset
bd94196ede
Replaced the logo and header drawer background/color
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:11 +02:00
Kilian Périsset
af166ba8ce
Adjusted drawer quota font-size + Formated Drawer XML code
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:11 +02:00
Kilian Périsset
58a92cbebc
Fixed spotbugs useless issue
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:11 +02:00
Kilian Périsset
9d47c07fa0
Fixed Android Studio lint
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
eb88e0f7e9
Adjusted drawer menu item tint management
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
0fc1fce488
Increased the Drawer Quota progressbar height
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
00df846744
Replaced Drawer logo color by Primary one (with white-replace)
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
85b68f4482
Fixed some Drawer errors due to clean
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
2d862d257f
Added Drawer logo description
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Kilian Périsset
138aec8855
Removed the Drawer profiles part + removed unused code
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-27 17:00:10 +02:00
Joris Bodin
67ea4c872e
Remove deprecated method and fix color in light
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-27 16:21:55 +02:00
Joris Bodin
47ebef15c1
Refactor UploadFilesActivity
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-27 16:18:45 +02:00
Andy Scherzinger
7d16250ab3
Revert "Fixed unused resources linter warning"
This reverts commit 6e14d46ea1.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-05-26 18:37:25 +02:00
Kilian Périsset
6e14d46ea1
Fixed unused resources linter warning
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 18:20:07 +02:00
Kilian Périsset
8081bf7d06
Implemented "Switch to account" feature in Accounts list
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 18:20:01 +02:00
Andy Scherzinger
fb014b3029
Merge pull request #6152 from nextcloud/fixActionbar
Remove actionBar if none item selected
2020-05-26 14:27:46 +02:00
Tobias Kaminsky
ca17f165bb
Merge pull request #6132 from nextcloud/disableOrchestrator
disabling test_orchestrator for testing purpose
2020-05-26 11:59:57 +02:00
Joris Bodin
52401cfa41
Fix #6147
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-26 11:52:55 +02:00
Tobias Kaminsky
196956193d
Merge pull request #6116 from nextcloud/feature/ui-revamp/account-dialog
New design (UI) - Choose account dialog
2020-05-26 11:50:03 +02:00
Joris Bodin
d54a7403d3
Fix lint
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-26 11:24:54 +02:00
tobiasKaminsky
fa8ffa1873
- disabling test_orchestrator
- E2E tests only on NC19+
- fixed Tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-26 11:18:58 +02:00
Joris Bodin
6e34c38da7
Improve design
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-26 10:49:53 +02:00
Kilian Périsset
f4752cb9bb
Fixed definitively KTLint errors
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 10:49:53 +02:00
Kilian Périsset
f41e2c80b8
Enhanced code syntax
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 10:49:52 +02:00
Kilian Périsset
da5983d7db
Fixed Spotbugs and KtLint reports
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 10:49:52 +02:00
Kilian Périsset
01a597d391
Aligned icons + Cleaned code + Implemented listeners
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 10:49:52 +02:00
Kilian Périsset
127f4886cd
Implemented ChooseAccountFragment dialog + Fixed some things around accounts management
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-05-26 10:49:51 +02:00
tobiasKaminsky
9049b51de0
do not let media scanner throw an exception as otherwise upload fails
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-26 07:33:00 +02:00
Nextcloud bot
d43ec2d3be
[tx-robot] updated from transifex 2020-05-26 03:29:21 +00:00
Andy Scherzinger
3465e08d4d
FIX: #5752 Upload files: too much whitespace
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-05-25 14:43:23 +02:00
Chris Narkiewicz
9e4b6250d6
Revert "[FIX: #5752] Upload files: too much whitespace"
This reverts commit b4db8d8f95.

sharedAvatars item does not exist in layout, causing NPE.

Fixes #6039

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-05-25 14:37:12 +02:00
Abdourahamane BOINAIDI
710e3957fb
fix favorite star to top
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-25 14:26:14 +02:00
Abdourahamane BOINAIDI
6e3edc41f1
re-arrange code
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-25 14:26:13 +02:00
Abdourahamane BOINAIDI
ce5aa9267d
hide share icon in grid mode
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-25 14:26:13 +02:00
tobiasKaminsky
dd1a192650
If we cancel by user, we pass a reason, so app can handle it correctly
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-25 13:26:54 +02:00
Tobias Kaminsky
6d4597b258
Merge pull request #6139 from nextcloud/ezaquarii/fix-contacts-backup-period
Fix contacts backup job interval
2020-05-25 11:30:50 +02:00
Nextcloud bot
129f815267
[tx-robot] updated from transifex 2020-05-25 03:25:34 +00:00
Nextcloud bot
b09ae7255d
[tx-robot] updated from transifex 2020-05-24 03:26:39 +00:00
Chris Narkiewicz
be2a4489e2
Fix contacts backup job interval
Job interval was set in ms, when API requred minutes.
Use of invalid time unit resulted in period of ~164 years.

This change removes ms interval constants and sets
proper contact backup job period.

Fixes #6041

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-05-24 01:39:18 +01:00
Nextcloud bot
d3c84bb6c1
[tx-robot] updated from transifex 2020-05-23 03:29:04 +00:00
Tobias Kaminsky
eae71a31e4
Merge pull request #5969 from nextcloud/mediaScanner
Replace media scanner on newer Android versions
2020-05-22 13:58:16 +02:00
Nextcloud bot
4dd361c219
[tx-robot] updated from transifex 2020-05-22 03:31:01 +00:00
Nextcloud bot
92dd7b968c
[tx-robot] updated from transifex 2020-05-21 03:30:57 +00:00
Tobias Kaminsky
db49ffd29c
Merge pull request #6105 from nextcloud/newDesign-UserInfoActivity
New design (UI) - User info activity
2020-05-20 17:30:08 +02:00
Tobias Kaminsky
0d741ff73a
Merge pull request #6104 from nextcloud/showAvatar
Properly show default/generated avatar if there is no one yet
2020-05-20 17:16:23 +02:00
tobiasKaminsky
1a4be987d9
Fix upload and wrote tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-20 16:43:59 +02:00
tobiasKaminsky
89c9838442
Fix upload and wrote tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-20 15:49:07 +02:00
Tobias Kaminsky
b580352ccc
Merge pull request #6005 from nextcloud/randomE2E
E2E overhaul
2020-05-20 15:27:20 +02:00
tobiasKaminsky
d88f346b28
Properly show default/generated avatar if there is no one yet
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-20 14:38:33 +02:00
Nextcloud bot
7d8ee17399
[tx-robot] updated from transifex 2020-05-20 03:27:52 +00:00
Abdourahamane BOINAIDI
c059aa605e
Add media title to mediaStore if necessary
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-19 17:31:00 +02:00
Joris Bodin
183e1eb77b
Fix navigationbar in all activity
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-19 17:06:10 +02:00
Joris Bodin
a575cb01c6
Improve userinfo item
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-19 16:32:20 +02:00
Abdourahamane BOINAIDI
45bcd3029a
Set title in mediaStore, when upload from "move to <nc> folder"
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-19 16:07:08 +02:00
Joris Bodin
34ccaef48e
Use ConstraintLayout
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-19 15:58:49 +02:00
Joris Bodin
d7c98b4bde
Refactor
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-19 15:41:16 +02:00
Joris Bodin
73f6d9d800
Remove old layout
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-19 15:41:05 +02:00
Abdourahamane BOINAIDI
57de283d58
insert uploaded image to mediaStore
Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
2020-05-19 13:52:40 +02:00
tobiasKaminsky
8c8850a625
Fix wrongly sized png thumbnail after download #6006
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-19 09:26:03 +02:00
Nextcloud bot
05d3fe1742
[tx-robot] updated from transifex 2020-05-19 03:26:04 +00:00
Andy Scherzinger
a1a1a8d565
Merge pull request #6087 from nextcloud/newDesign-navigationBar
Add light navigationbar and fix statusbar with actionMode
2020-05-18 17:29:08 +02:00
Joris Bodin
ba3529ee78
Add licence
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-05-18 16:09:10 +02:00
tobiasKaminsky
a2fc279c01
E2E overhaul
- Limit online editing/stream when e2e-encrypted file
- download files in subfolder to correct local folder name
- use httpd/unix-directory for folder in metadata
- set encryption status of subfolder

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-18 14:02:58 +02:00
Nextcloud bot
98a0ca8a57
[tx-robot] updated from transifex 2020-05-18 03:24:51 +00:00
Nextcloud bot
a6e4818225
[tx-robot] updated from transifex 2020-05-17 03:25:30 +00:00
Andy Scherzinger
de1a14fc0b
Merge pull request #6065 from nextcloud/feature/newDesign-trash-selection
Fix selected item background color
2020-05-16 09:12:23 +02:00
Nextcloud bot
0e74305c1d
[tx-robot] updated from transifex 2020-05-16 03:27:00 +00:00