Joris Bodin
fc804bafce
Change ActionMode color
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-27 10:22:59 +02:00
Joris Bodin
f163dcb67e
Merge branch 'master' into newAppBar
2020-04-27 09:11:48 +02:00
CHOUIB chawki
a19b145a36
Correction Whitespace and remove superficial comments
...
Signed-off-by: CHOUIB chawki <chouibc@gmail.com>
2020-04-26 14:53:03 +02:00
Nextcloud bot
51c7c85c39
[tx-robot] updated from transifex
2020-04-26 03:25:07 +00:00
CHOUIB chawki
4022cda329
add missing back button in ManageAccountsActivity & UserInfoActivity
...
Signed-off-by: CHOUIB chawki <chouibc@gmail.com>
2020-04-26 02:16:19 +02:00
Kilian Périsset
c7d562370d
Enhanced dark mode for some text colors
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-25 07:34:42 +02:00
Kilian Périsset
97c27f1051
Replaced comma separator by bullet character in files list
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-25 07:08:09 +02:00
Nextcloud bot
4f360fa786
[tx-robot] updated from transifex
2020-04-25 03:24:56 +00:00
Kilian Périsset
7b166fc957
Adjusted size of file list item
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-24 18:39:02 +02:00
Kilian Périsset
4b71608c2a
Removed edited icons, merged changes in a new branch
...
This reverts commit 31df74ed17
.
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-24 18:09:26 +02:00
Joris Bodin
9a63600521
Set color of hamburger icon
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 17:38:36 +02:00
Kilian Périsset
31df74ed17
Replaced some icons by Material ones to (removed useless icons)
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-24 17:16:28 +02:00
Joris Bodin
e3c9a11167
Fix setting background if change manualy dark theme (And remove duplication)
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 17:08:51 +02:00
Kilian Périsset
3f4e6247c8
Changed Drawer and global texts colors
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-24 16:59:31 +02:00
Joris Bodin
5581ef7460
Reformat ThemeUtils
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 15:53:15 +02:00
Joris Bodin
1ffbb63fef
Black Status bar in light theme <23 api
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 15:52:06 +02:00
Joris Bodin
0793808a06
Refactor and fix bug
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 15:37:26 +02:00
Joris Bodin
2c3ebac7e4
Change font color for darkmode and remove unused code
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 15:13:04 +02:00
Joris Bodin
515e551fda
Merge branch 'master' into newAppBar
2020-04-24 14:45:37 +02:00
Joris Bodin
6d34e6c1f8
Refactor
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-24 14:45:14 +02:00
Nextcloud bot
d5394df132
[tx-robot] updated from transifex
2020-04-24 03:41:21 +00:00
Joris Bodin
1ec71927df
New color, white for light theme and grey for dark theme. New progressbar
...
Signed-off-by: Joris Bodin <joris.bodin@infomaniak.com>
2020-04-23 20:30:27 +02:00
Kilian Périsset
9c6105e94c
Fixed bug relative to inflating (due to < API 21)
...
This reverts commit a92725f8a7
.
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-23 18:14:38 +02:00
Chris Narkiewicz
d0a6fdc2da
Start files sync job when enabling auto upload
...
This is #5885 solution ported to BackgroundJobManager API.
Fixes #5882
Fixes #5898
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-23 10:45:02 +01:00
Chris Narkiewicz
77c4a3e6a5
Migrate file sync related jobs to WorkManager API
...
* FilesSyncJob.java converted to FilesSyncWork.kt
* FilesSyncJob removed from code
* Extended ETM screen to allow scheduling immediate
TestJob (for development experimentation)
* OfflineSyncJob.java conveted to OfflineSyncWork.kt
* OfflineSyncJob removed from code
* Fixed re-scheduling of content observer work
* MediaFoldersDetectionJob.java converted to
MediaFoldersDetectionWork.kt
* MediaFolderDetectionJob removed from code
Fixes #5881
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-23 10:45:01 +01:00
Tobias Kaminsky
5da1b7f8a9
Merge pull request #5874 from nextcloud/bounycastle
...
Switch to bouncycastle
2020-04-23 08:38:48 +02:00
Nextcloud bot
268f71f0a0
[tx-robot] updated from transifex
2020-04-23 03:31:21 +00:00
tobiasKaminsky
31fe35906e
Switch to bouncycastle
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-22 20:29:10 +02:00
Kilian Périsset
a92725f8a7
Replaced colors by native Android ones
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2020-04-22 16:08:56 +02:00
Tobias Kaminsky
2dc5fcaef0
Merge pull request #5887 from nextcloud/transfer
...
close SSO streams
2020-04-22 14:05:36 +02:00
Tobias Kaminsky
34c05c9d0e
Merge pull request #5509 from nextcloud/ezaquarii/kilian-fix-account-not-new-crash
...
Resolved the crash when account is not new (Auth)
2020-04-22 13:26:03 +02:00
Nextcloud bot
775066bf8f
[tx-robot] updated from transifex
2020-04-22 03:28:09 +00:00
Kilian Périsset
9fc40c61f0
Formated the code (applied DRY principle)
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-21 09:10:12 +02:00
Kilian Périsset
5942e4e661
Resolved the crash when account is not new (Auth)
...
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-21 09:03:57 +02:00
Nextcloud bot
5febcdfd0d
[tx-robot] updated from transifex
2020-04-21 03:26:05 +00:00
David Luhmer
d4bc9b3cf2
refactorings
...
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2020-04-20 15:00:31 +02:00
tobiasKaminsky
3a9d9e8c23
close SSO streams
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-20 15:00:26 +02:00
Nextcloud bot
525f6076c6
[tx-robot] updated from transifex
2020-04-20 03:25:08 +00:00
Nextcloud bot
0f7fd5c60c
[tx-robot] updated from transifex
2020-04-19 03:24:56 +00:00
Nextcloud bot
acb78ca293
[tx-robot] updated from transifex
2020-04-18 03:25:45 +00:00
Nextcloud bot
bcf40b29f9
[tx-robot] updated from transifex
2020-04-17 03:25:59 +00:00
Andy Scherzinger
aa9e80f0a7
Merge pull request #5876 from nextcloud/releaseConnections
...
Release connections after usage
2020-04-16 18:15:25 +02:00
Tobias Kaminsky
47d5552af8
Merge pull request #5741 from nextcloud/fix-#5736master
...
Readd enableAccountHandling for show slider
2020-04-16 12:48:10 +02:00
Tobias Kaminsky
c42d12cc6f
Merge pull request #5848 from goforbg/master
...
[FIX : #5752 ] Upload files: too much whitespace
2020-04-16 12:00:32 +02:00
tobiasKaminsky
db3bd029ca
code formatting
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-15 19:12:16 +02:00
Joachim Meyer
32da47d6a3
Make the name collision policy for auto uploads selectable, fixes #5599 .
...
Signed-off-by: Joachim Meyer <joachim@joameyer.de>
2020-04-15 19:12:06 +02:00
tobiasKaminsky
4b30ed5993
Release connections after usage
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-15 17:44:17 +02:00
tobiasKaminsky
352dbd575c
fix https://github.com/nextcloud/android/issues/5457
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-15 15:05:58 +02:00
Nextcloud bot
4dc092945b
[tx-robot] updated from transifex
2020-04-15 03:30:10 +00:00
Tobias Kaminsky
0a2e59d63e
Merge pull request #5839 from nextcloud/showAllFiles
...
show all files when clicking on show files
2020-04-14 14:52:29 +02:00
Tobias Kaminsky
cac0fc7a69
Merge pull request #5857 from nextcloud/ezaquarii/fix-broken-account-extra-in-conflicts-resolve-activity
...
Don't put User model into ConflictsResolveActivity account extra
2020-04-14 09:13:08 +02:00
Nextcloud bot
34b93be4e0
[tx-robot] updated from transifex
2020-04-14 03:29:25 +00:00
Chris Narkiewicz
16bb8d3dfc
Don't put User model into ConflictsResolveActivity account extra
...
User model has been put into Intent instead of Account,
causing a crash. Convert User into Account before setting
extras parameters.
Fixes #5849
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-12 13:26:08 +01:00
Nextcloud bot
a9ea2b5e32
[tx-robot] updated from transifex
2020-04-12 08:11:50 +00:00
techydevil
b4db8d8f95
[ FIX : #5752 ] Upload files: too much whitespace
2020-04-11 16:20:37 +05:30
Nextcloud bot
34e7dbd5de
[tx-robot] updated from transifex
2020-04-11 03:33:17 +00:00
Tobias Kaminsky
517437eba9
Merge pull request #5761 from nextcloud/ezaquarii/migrate-file-downloader-service-to-user-model
...
Migrate FileDownloader server to User model
2020-04-09 15:08:26 +02:00
Tobias Kaminsky
1013b6b977
Merge pull request #5707 from nextcloud/fixOOMduringImages
...
Fix OOM during image browsing
2020-04-09 13:27:09 +02:00
tobiasKaminsky
45315f1486
Fix OOM during image browsing
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-09 10:16:58 +02:00
Andy Scherzinger
d251fbb556
Merge pull request #5838 from nextcloud/tintSSO
...
Do not tint dialog
2020-04-09 09:13:48 +02:00
tobiasKaminsky
d10403bd3c
show all files when clicking on show files
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-09 09:06:29 +02:00
tobiasKaminsky
886e28bfc2
Do not tint dialog
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-09 08:07:41 +02:00
Andy Scherzinger
a445602f2d
Merge pull request #5760 from nextcloud/ezaquarii/migrate-choose-rich-documents-template-dialot-to-new-user-model
...
Migrate ChooseRichDocumentsTemplateDialogFragment to User
2020-04-08 20:52:20 +02:00
Chris Narkiewicz
a07cc68573
Migrate FileDownloader server to User model
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-08 15:03:49 +01:00
Chris Narkiewicz
29cffa4a24
Log exception in ContactsImportWork catch block
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-04-08 14:34:57 +01:00
Tobias Kaminsky
1d8e5a2648
Merge pull request #5757 from nextcloud/ezaquarii/migrate-edit-share-fragment-to-user
...
Migrate EditShareFragment to new User model
2020-04-08 13:47:35 +02:00
Tobias Kaminsky
43c6daadcc
Merge pull request #5756 from nextcloud/ezaquarii/migrate-contacts-import-job-to-worker-api
...
Migrate contacts import job to new API
2020-04-08 13:47:20 +02:00
Andy Scherzinger
ca2420e1d6
codacy: Avoid unused local variables
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-04-08 12:39:37 +02:00
Andy Scherzinger
e9bdd81029
codacy: Avoid unused method parameters
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-04-08 12:39:36 +02:00
Andy Scherzinger
6fc6b6e4a3
reformat code
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-04-08 12:39:35 +02:00
Andy Scherzinger
86ca6d5cf8
codacy: Unnecessary use of fully qualified name
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-04-08 12:39:34 +02:00
Andy Scherzinger
92ae5122b0
codacy: Avoid unused private fields
2020-04-08 12:39:33 +02:00
Andy Scherzinger
4795aa1571
codacy: Avoid unused imports
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-04-08 12:39:22 +02:00
Andy Scherzinger
2c9b0758e4
Merge pull request #5748 from nextcloud/ezaquarii/remove-deprecated-contacts-backup-job
...
Remove deprecated contacts backup job
2020-04-08 12:37:45 +02:00
Andy Scherzinger
f1c8d40817
Merge pull request #5829 from nextcloud/checkAccountBeforeReceivingFiles
...
check if at least one account is set up, before receiving files
2020-04-08 12:36:13 +02:00
Tobias Kaminsky
7469f8dfb5
Merge pull request #5796 from nextcloud/changePDF
...
Change pdf icon
2020-04-08 08:21:57 +02:00
tobiasKaminsky
3b13c7156a
check if at least one account is set up, before receiving files
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-08 08:13:01 +02:00
Tobias Kaminsky
f8a5643eca
Merge pull request #5754 from nextcloud/empty
...
Show loading instead of empty content
2020-04-08 07:49:18 +02:00
drone
3035a03955
Merge commit '0259a331343616320a752d069adf16816fcfc759'
2020-04-08 05:32:19 +00:00
tobiasKaminsky
0259a33134
Change pdf icon
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-08 07:29:01 +02:00
tobiasKaminsky
6f5b671d8c
Directly show loading spinner
...
show "no files" only if folder is known to be empty
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-08 06:56:18 +02:00
tobiasKaminsky
949a5c3a4f
Fix crash while showing ConflictDialog
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-08 06:38:22 +02:00
tobiasKaminsky
c43b234ae4
Rich workspaces: can be null (if disabled), or string (empty or with content)
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-07 16:57:40 +02:00
tobiasKaminsky
54134c43b2
Search: only parse search if search event is there
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-07 13:33:26 +02:00
Tobias Kaminsky
b73040ec62
Merge pull request #5817 from nextcloud/GroupUserExpire
...
NC18+: add possibility to set expiration date on user/group shares
2020-04-07 10:37:03 +02:00
Nextcloud bot
d423baa0a3
[tx-robot] updated from transifex
2020-04-07 03:27:56 +00:00
tobiasKaminsky
4ea0892630
NC18+: add possibility to set expiration date on user/group shares
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-04-06 15:34:09 +02:00
Nextcloud bot
34ee2dd4a9
[tx-robot] updated from transifex
2020-04-06 03:30:22 +00:00
Nextcloud bot
5cd1feaf7b
[tx-robot] updated from transifex
2020-04-04 03:30:19 +00:00
Nextcloud bot
4fc05e63b4
[tx-robot] updated from transifex
2020-04-03 03:22:56 +00:00
Nextcloud bot
5053c2bf6a
[tx-robot] updated from transifex
2020-04-02 03:21:56 +00:00
Nextcloud bot
5e2241d4ae
[tx-robot] updated from transifex
2020-04-01 03:22:49 +00:00
Andy Scherzinger
61c8cd76dd
Merge pull request #5772 from nextcloud/wrongTextOpening
...
First use preferred mimetypes, then editor for optional mimetypes
2020-03-30 22:35:43 +02:00
Andy Scherzinger
c6be91a096
Merge pull request #5775 from nextcloud/fallbackIfNoLocal
...
if no offline editor is available, use OO/Cool/Text
2020-03-30 20:06:30 +02:00
tobiasKaminsky
d3f3b98be0
if no offline editor is available, use OO/Cool/Text
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-30 16:12:16 +02:00
tobiasKaminsky
12a6cdfcea
edit downloaded md/text file is working now
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-30 14:13:09 +02:00
tobiasKaminsky
456ae330dd
First use preferred mimetypes, then editor for optional mimetypes
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-30 13:15:37 +02:00
Nextcloud bot
b93b8e6dd8
[tx-robot] updated from transifex
2020-03-30 03:33:05 +00:00
Nextcloud bot
f72c7ac2c3
[tx-robot] updated from transifex
2020-03-29 03:39:18 +00:00
Chris Narkiewicz
5204ba7541
Migrate contacts import job to new API
...
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-03-28 22:07:03 +00:00