Commit graph

15205 commits

Author SHA1 Message Date
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
Tobias Kaminsky
d94f3817d7
Merge pull request #6185 from nextcloud/ezaquarii/change-kotlin-formatter-settings-to-match-official-recommendations
Change IDE Kotlin code formatter to follow official recommendations
2020-06-02 10:14:48 +02:00
Nextcloud bot
8af384f1f1
[tx-robot] updated from transifex 2020-06-02 07:55:35 +00:00
Chris Narkiewicz
9613502253
Change IDE Kotlin code formatter to follow official recommendations
From https://developer.android.com/kotlin/style-guide

When a function signature does not fit on a single line, break each
parameter declaration onto its own line.Parameters defined in this
format should use a single indent (+4). The closing parenthesis ())
and return type are placed on their own line with no additional
indent.

fun <T> Iterable<T>.joinToString(
    separator: CharSequence = ", ",
    prefix: CharSequence = "",
    postfix: CharSequence = ""
): String {
    // …
}

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-05-30 15:49:50 +01:00
Andy Scherzinger
f3effa397b
Merge pull request #6177 from nextcloud/backup
exclude all files for backup
2020-05-29 15:48:11 +02: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
Andy Scherzinger
68fd9847f0
Merge pull request #6176 from nextcloud/disableAutoUpload
Enhance synced folder dialog, if disabled
2020-05-28 16:56:05 +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
Tobias Kaminsky
f953f2513d
Merge pull request #6166 from nextcloud/dependabot/gradle/commons-io-commons-io-2.7
Bump commons-io from 2.6 to 2.7
2020-05-28 10:59:54 +02:00
Tobias Kaminsky
9c7bd2b3e5
Merge pull request #6165 from nextcloud/fix-uploadfile-toolbar
Fix UploadFilesActivity toolbar color in light mode
2020-05-28 10:59:17 +02:00
Tobias Kaminsky
189b812845
Merge pull request #6168 from nextcloud/reAddRetryRule
re-add retry rule
2020-05-28 09:43:33 +02:00
tobiasKaminsky
50120cb083
re-add retry rule
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-28 08:00:08 +02:00
dependabot-preview[bot]
22ad54b80c
Bump commons-io from 2.6 to 2.7
Bumps commons-io from 2.6 to 2.7.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-28 01:13:21 +00: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
Tobias Kaminsky
1dbd3435d6
Merge pull request #6163 from nextcloud/fixTests
fix test
2020-05-27 15:24:56 +02:00
tobiasKaminsky
b752e94130
fix test
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-05-27 13:56:24 +02:00
Andy Scherzinger
807917c491
Merge pull request #6146 from nextcloud/feature/ui-revamp/account-management
New design (UI) - Replaced the "View profile" by "Switch account" in Accounts Management
2020-05-26 18:58:43 +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
Tobias Kaminsky
e0892eef8c
Merge pull request #6151 from nextcloud/mediaScannerFail
do not let media scanner throw an exception as otherwise upload fails
2020-05-26 11:40:15 +02:00