Commit graph

958 commits

Author SHA1 Message Date
AndyScherzinger
a2d182cf75
fixed size of the share icon hitbox in list view 2017-10-18 22:03:21 +02:00
AndyScherzinger
1924766a66
fix lint warnings for clickable items + content description 2017-10-18 21:53:31 +02:00
AndyScherzinger
4508370aca
replace shared via link pngs with vector variant 2017-10-18 21:53:31 +02:00
AndyScherzinger
b555e975f0
replace share via user vector with Nextcloud variant 2017-10-18 21:53:31 +02:00
Hari
f3755fa842
Align row icons to action bar icons 2017-10-18 21:53:30 +02:00
Hari
2eae215984
Change dimensions of svg to 16dp x 16dp 2017-10-18 21:53:30 +02:00
Hari
8e65a1dece
Align the overflow icon and share icon vertically 2017-10-18 21:53:30 +02:00
Hari
8d476f6578
Add material design specs 2017-10-18 21:53:29 +02:00
Hari
1e7bc78d87
Revert change in favourite icon 2017-10-18 21:53:28 +02:00
Hari
7312979808
Add options for operations on single files 2017-10-18 21:53:28 +02:00
Joe Apicella
7d1d76a97b
switch transparency to overlay theme 2017-10-18 18:36:04 +02:00
xXSTrikeXx
bc1debb915
Update strings.xml
Remove corrupt account string
2017-10-18 18:09:26 +02:00
Branko Kokanovic
8bc432027e
Delaying upload if device is in power save mode
This change adds handling for uploads from device when it is operating in power save mode and is a fix for #1277. In those case, uploads are behaving similar as if upload requires Wi-Fi (or that device needs to be charging) and those conditions are not met - they are delayed until device exits power save mode. Same thing holds true for contacts backup and explicit uploads - they are not delayed. Difference with Wi-Fi (and charging) conditions is in that 1) this delay cannot be set per synced folder and 2) it is turned on by default. For devices that don't have this capability (API level < 21) - old behavior (backward-compatible) is used; they behave as this check is not present.

Jobs for file uploads are skipped if they are executing during power save mode. Only exception to this is when user is doing "force resync" which will continue even in power save mode.

Also added is listener for power save mode, albeit it makes sense only if user explicitly turns off power save mode while it is in it, as putting device to be charged will restart all jobs already by design (another listener that already exists).
2017-10-18 17:09:52 +02:00
Branko Kokanovic
c9c5c20364
Hide select and deselect all on preview and details fragments, fix #1574
This change makes select/deselect menu items invisible on fragments where they should be invisible. To do this, first was needed to "split" two different "select all" actions into different ones, so they are not overlapped. For that, one of them was changed from "action_select_all" to "action_select_all_action_menu". Second, in method filter() that decides which menu items are visible, "inSingleFileFragment" bool is pushed. This is how we decide are we under some listing, or showing single file (either details or any preview fragment).
2017-10-18 16:36:24 +02:00
AndyScherzinger
40d393b234
resolves #1573 - filetype icons and previews size 2017-10-18 15:26:06 +02:00
Nextcloud bot
293ae63044
[tx-robot] updated from transifex 2017-10-18 00:29:29 +00:00
Nextcloud bot
e0ec5e3492
[tx-robot] updated from transifex 2017-10-17 00:28:51 +00:00
Nextcloud bot
860ffe0254
[tx-robot] updated from transifex 2017-10-14 02:50:04 +00:00
Nextcloud bot
3dc3d69cc2
[tx-robot] updated from transifex 2017-10-13 00:30:47 +00:00
Nextcloud bot
c882c767ea
[tx-robot] updated from transifex 2017-10-12 00:28:48 +00:00
Nextcloud bot
c8f386402f
[tx-robot] updated from transifex 2017-10-11 00:29:01 +00:00
Nextcloud bot
d6b43c6cc7
[tx-robot] updated from transifex 2017-10-10 00:31:03 +00:00
Nextcloud bot
04f55a95d8
[tx-robot] updated from transifex 2017-10-09 00:29:12 +00:00
Nextcloud bot
bedc2d0272
[tx-robot] updated from transifex 2017-10-07 00:29:09 +00:00
Nextcloud bot
1be764aae9
[tx-robot] updated from transifex 2017-10-06 00:29:34 +00:00
Nextcloud bot
d814c1ae14
[tx-robot] updated from transifex 2017-10-05 00:28:51 +00:00
Nextcloud bot
f24b603493
[tx-robot] updated from transifex 2017-10-04 00:28:25 +00:00
Nextcloud bot
bf9832324d
[tx-robot] updated from transifex 2017-10-03 00:28:40 +00:00
Nextcloud bot
094e7c2d88
[tx-robot] updated from transifex 2017-10-01 00:28:27 +00:00
Nextcloud bot
74062061b6
[tx-robot] updated from transifex 2017-09-30 00:29:04 +00:00
stalker314314
6e4c14c8d4
Fixes #1600
Change "Set as available offline" text to "Available offline" for switch widget in file details dialog, to differnetiate between this and "Set as available offline" in menu
2017-09-29 15:20:49 +02:00
Nextcloud bot
28771accbb
[tx-robot] updated from transifex 2017-09-29 00:29:46 +00:00
Nextcloud bot
fb8e538855
[tx-robot] updated from transifex 2017-09-28 00:29:45 +00:00
Nextcloud bot
66cd3646c3
[tx-robot] updated from transifex 2017-09-27 00:28:43 +00:00
Nextcloud bot
2eafbcb53c
[tx-robot] updated from transifex 2017-09-26 00:28:46 +00:00
Nextcloud bot
b90a3a009a
[tx-robot] updated from transifex 2017-09-24 00:27:39 +00:00
Nextcloud bot
f6ae6784e9
[tx-robot] updated from transifex 2017-09-23 00:27:13 +00:00
tobiaskaminsky
0aa2aaaab1
use result code to determinate if old login 2017-09-22 12:49:45 +02:00
AndyScherzinger
46535cdc02
shrtening of string 2017-09-22 12:49:44 +02:00
AndyScherzinger
86ca866fa4
shortened, changed strings 2017-09-22 12:49:44 +02:00
tobiaskaminsky
a1b4923418
Show messages if
- no push possible (fdroid)
- push possible, but old login
2017-09-22 12:49:13 +02:00
Nextcloud bot
98a1ca5c42
[tx-robot] updated from transifex 2017-09-22 00:28:47 +00:00
tobiaskaminsky
90dc587300
add license/source code link 2017-09-21 11:37:40 +02:00
Nextcloud bot
3722a3f2c4
[tx-robot] updated from transifex 2017-09-21 00:28:24 +00:00
Nextcloud bot
4654f0064c
[tx-robot] updated from transifex 2017-09-20 00:28:40 +00:00
Nextcloud bot
fd0a23a3d8
[tx-robot] updated from transifex 2017-09-19 00:29:01 +00:00
Nextcloud bot
98ea5b6c85
[tx-robot] updated from transifex 2017-09-18 00:30:48 +00:00
Nextcloud bot
486067ed4b
[tx-robot] updated from transifex 2017-09-17 00:28:04 +00:00
Nextcloud bot
5931453ea2
[tx-robot] updated from transifex 2017-09-16 00:28:20 +00:00
Nextcloud bot
5c10d63c2b
[tx-robot] updated from transifex 2017-09-15 00:27:34 +00:00
AndyScherzinger
12b2d015fa
resolves #1540 adding a proper error message 2017-09-14 12:00:13 +02:00
Nextcloud bot
c4bd5233ae
[tx-robot] updated from transifex 2017-09-14 00:27:28 +00:00
AndyScherzinger
d9ecafff35
remove unused style to improve lint score 2017-09-13 10:39:20 +02:00
Nextcloud bot
72fa017e3f
[tx-robot] updated from transifex 2017-09-13 00:27:52 +00:00
Nextcloud bot
3314f80bac
[tx-robot] updated from transifex 2017-09-12 00:28:01 +00:00
Andy Scherzinger
17127eeb39
remove unused test style to resolve lint score 2017-09-11 08:54:17 +02:00
AndyScherzinger
d7da3bae38
don't send the temp. strings for the warning transifex... 2017-09-11 08:26:14 +02:00
AndyScherzinger
1c0c0a297b
warning for corrupt accounts for 2.0.0RC users 2017-09-11 08:26:14 +02:00
Nextcloud bot
d65906faad
[tx-robot] updated from transifex 2017-09-11 00:27:59 +00:00
Nextcloud bot
8904009169
[tx-robot] updated from transifex 2017-09-10 00:28:02 +00:00
Nextcloud bot
af82bbd3de
[tx-robot] updated from transifex 2017-09-09 00:27:59 +00:00
Nextcloud bot
6620c124b1
[tx-robot] updated from transifex 2017-09-08 00:28:02 +00:00
Nextcloud bot
469389f9b7
[tx-robot] updated from transifex 2017-09-07 14:19:43 +00:00
AndyScherzinger
fa976159b7
resolves #1456 - show nice error message instead of crash via exception 2017-09-07 09:42:39 +02:00
Nextcloud bot
57388aab72
[tx-robot] updated from transifex 2017-09-07 00:28:03 +00:00
Nextcloud bot
aff0a86fde
[tx-robot] updated from transifex 2017-09-06 11:36:43 +00:00
AndyScherzinger
040ef3fc8c
replace ... with &#8230; 2017-09-06 09:19:18 +02:00
Mario Danic
913e8659a9
Fix empty notification
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-09-06 09:19:17 +02:00
AndyScherzinger
1aa0767922
lint: Using dp instead of sp for text sizes 2017-09-06 09:19:13 +02:00
Nextcloud bot
59dd036bfc
[tx-robot] updated from transifex 2017-09-06 00:28:00 +00:00
Nextcloud bot
3c174d12d5
[tx-robot] updated from transifex 2017-09-05 00:27:36 +00:00
Nextcloud bot
f726f022ab
[tx-robot] updated from transifex 2017-09-04 00:27:59 +00:00
Nextcloud bot
beedd5b05a
[tx-robot] updated from transifex 2017-09-02 00:28:27 +00:00
Nextcloud bot
c33c275470
[tx-robot] updated from transifex 2017-09-01 00:28:42 +00:00
Nextcloud bot
713fd35aaf
[tx-robot] updated from transifex 2017-08-31 00:28:43 +00:00
Nextcloud bot
7799336a79
[tx-robot] updated from transifex 2017-08-30 00:28:59 +00:00
Nextcloud bot
0007fbe795
[tx-robot] updated from transifex 2017-08-29 00:29:36 +00:00
tobiasKaminsky
16584da0ed also extract this one... 2017-08-28 14:54:31 +02:00
tobiasKaminsky
6447eebb3d extract string ressource 2017-08-28 14:54:31 +02:00
tobiasKaminsky
081525bc9e restart weblogin flow if auth failed 2017-08-28 14:54:31 +02:00
Nextcloud bot
7818cbfca3
[tx-robot] updated from transifex 2017-08-28 11:02:48 +00:00
Nextcloud bot
de74c6b974
[tx-robot] updated from transifex 2017-08-28 10:52:46 +00:00
AndyScherzinger
1ffeb7a11a
lint: remove unused string 2017-08-25 12:54:46 +02:00
Nextcloud bot
283858cbae
[tx-robot] updated from transifex 2017-08-23 00:28:34 +00:00
Nextcloud bot
bd09a09fbe
[tx-robot] updated from transifex 2017-08-22 00:28:46 +00:00
Nextcloud bot
9a9f40f1fb
[tx-robot] updated from transifex 2017-08-21 18:11:44 +00:00
AndyScherzinger
dcece32f72
resolves #1387 by adding a fallback when setting the span text doesn't work 2017-08-21 14:04:23 +02:00
Nextcloud bot
30af2f8b67
[tx-robot] updated from transifex 2017-08-21 09:45:50 +00:00
Nextcloud bot
ff7aaa147d
[tx-robot] updated from transifex 2017-08-21 09:27:45 +00:00
Allan Nordhøy
13a6aea2c4
Spelling: Android, comma 2017-08-21 09:50:38 +02:00
Nextcloud bot
b18f6b394c
[tx-robot] updated from transifex 2017-08-21 00:28:22 +00:00
Nextcloud bot
1a43b8f683
[tx-robot] updated from transifex 2017-08-20 00:28:10 +00:00
Nextcloud bot
29bfc1abeb
[tx-robot] updated from transifex 2017-08-19 00:29:16 +00:00
Nextcloud bot
fe093cc7d0
[tx-robot] updated from transifex 2017-08-18 14:29:51 +00:00
AndyScherzinger
0e4d50347d
revert visibility test change 2017-08-18 15:43:42 +02:00
AndyScherzinger
dc9c1cfbd4
lint: remove unused strings 2017-08-18 15:38:07 +02:00
AndyScherzinger
fcf132c529
lint: fix descriptions on user info graphics 2017-08-18 13:54:01 +02:00
Nextcloud bot
99979abaf7
[tx-robot] updated from transifex 2017-08-18 08:18:44 +00:00
Nextcloud bot
9ecc1a7710
[tx-robot] updated from transifex 2017-08-18 08:10:47 +00:00
Nextcloud bot
be0caadd67
[tx-robot] updated from transifex 2017-08-18 08:01:13 +00:00
Tobias Kaminsky
33af68536a Merge branch 'master' into removeGCMagain 2017-08-18 09:46:03 +02:00
AndyScherzinger
7be05b5e6a
update to latest status icon design and fix syncronizing and failed state icons 2017-08-18 09:25:47 +02:00
tobiaskaminsky
7d69fe5552
removed a random warning 2017-08-18 09:19:33 +02:00
Nextcloud bot
a4e6076261
[tx-robot] updated from transifex 2017-08-18 05:40:46 +00:00
Tobias Kaminsky
f7034e2f8a Merge pull request #980 from nextcloud/changelog
Start working on 2.0.0 changelog
2017-08-18 07:38:59 +02:00
Nextcloud bot
ea3f8d07db
[tx-robot] updated from transifex 2017-08-18 00:28:33 +00:00
AndyScherzinger
4d4e7a5606
fix lint for the merge (will be removed by transifex afterwards) 2017-08-17 15:24:26 +02:00
tobiaskaminsky
7f7fd3ae6a
wording 2017-08-17 15:00:14 +02:00
tobiaskaminsky
ae4ef70e36
add slides 2017-08-17 15:00:13 +02:00
tobiasKaminsky
71e16238e5
center title 2017-08-17 15:00:13 +02:00
tobiaskaminsky
b95aeeb51c
add whats new screen for version 1.5 2017-08-17 15:00:13 +02:00
Nextcloud bot
31547ccb14
[tx-robot] updated from transifex 2017-08-17 00:28:02 +00:00
Nextcloud bot
0e763b9397
[tx-robot] updated from transifex 2017-08-16 00:28:16 +00:00
Nextcloud bot
05d3b8ea51
[tx-robot] updated from transifex 2017-08-15 00:29:46 +00:00
Nextcloud bot
99700bbe3c
[tx-robot] updated from transifex 2017-08-14 00:27:38 +00:00
Nextcloud bot
667413eb0a
[tx-robot] updated from transifex 2017-08-13 00:27:47 +00:00
Nextcloud bot
c18d5c77fe
[tx-robot] updated from transifex 2017-08-12 00:27:55 +00:00
Nextcloud bot
7d1a23af0e
[tx-robot] updated from transifex 2017-08-11 00:27:32 +00:00
Nextcloud bot
dafae31e14
[tx-robot] updated from transifex 2017-08-10 16:44:53 +00:00
Mario Đanić
ed71cdac9c Merge branch 'master' into lintWarnings 2017-08-10 18:23:02 +02:00
AndyScherzinger
05b0ff492e
cleanup lang files for further obsolete strings 2017-08-10 16:37:38 +02:00
AndyScherzinger
9ab6f3cd4a
cleanup lang files for further obsolete strings 2017-08-10 16:37:38 +02:00
AndyScherzinger
af35cb50e5
cleanup lang files for further obsolete strings 2017-08-10 16:37:37 +02:00
AndyScherzinger
5b40f120c6
cleanup lang files for lint build 2017-08-10 16:37:37 +02:00
AndyScherzinger
3c43602cd6
revert menu items 2017-08-10 16:37:36 +02:00
AndyScherzinger
0054d7fc92
remove further unused strings 2017-08-10 16:37:36 +02:00
AndyScherzinger
7b8f67ff36
replace ... with proper &#8230; 2017-08-10 16:37:36 +02:00
AndyScherzinger
acbf30642a
remove unsued preferences/strings 2017-08-10 16:37:35 +02:00
AndyScherzinger
89fba7f040
remove unused strings 2017-08-10 16:37:35 +02:00
tobiasKaminsky
ffa50ed82d
remove unused ressources 2017-08-10 16:37:34 +02:00
tobiasKaminsky
38657443d8
removed some unused code to get the warnings down ;-) 2017-08-10 16:32:10 +02:00
AndyScherzinger
e30bc9eefc
add object descriptions for accessibility 2017-08-10 16:32:10 +02:00
tobiasKaminsky
91579554a8
remove them in translated files 2017-08-10 16:32:09 +02:00
AndyScherzinger
160fc45c27
remove unsused string 2017-08-10 16:31:46 +02:00
Andy Scherzinger
2b2fb45732 Merge pull request #1292 from nextcloud/autoUploadLight
Make auto upload light working again
2017-08-10 16:27:04 +02:00
tobiasKaminsky
67c77adf40
removed some unused code to get the warnings down ;-) 2017-08-10 12:34:21 +02:00
tobiasKaminsky
fecc468307
removed some unused code to get the warnings down ;-) 2017-08-10 12:29:42 +02:00
Nextcloud bot
a532e269bd
[tx-robot] updated from transifex 2017-08-10 00:28:25 +00:00
Nextcloud bot
43b751605b
[tx-robot] updated from transifex 2017-08-09 00:27:29 +00:00
Victor Nidens
a9857b800c
Added warning when trying to reshare a file without necessary permissions 2017-08-08 15:18:35 +02:00
AndyScherzinger
f812d5b8c3
fix RTL issue 2017-08-08 13:00:05 +02:00
AndyScherzinger
19ec306b8c
remove unused layouts 2017-08-08 13:00:04 +02:00
AndyScherzinger
b82b72f2b3
add content description and rtl fixes 2017-08-08 13:00:03 +02:00
AndyScherzinger
2e947eac61
fix some rtl warnings 2017-08-08 13:00:03 +02:00
AndyScherzinger
d643d28c58
fix codacy warnings 2017-08-08 13:00:03 +02:00
AndyScherzinger
5d2b30d86c
removing unsed reources 2017-08-08 13:00:02 +02:00
AndyScherzinger
7e879f7bcd
lint: remove unused resources 2017-08-08 13:00:02 +02:00
AndyScherzinger
4781c0703f
remove further unused resources 2017-08-08 13:00:02 +02:00
AndyScherzinger
51c17f0614
codacy: remove unused code 2017-08-08 13:00:01 +02:00
AndyScherzinger
2cb8785fd0
lint: remove hardcoded strings 2017-08-08 13:00:00 +02:00
AndyScherzinger
29ff68bb79
rename icon work that isn't a menu icon 2017-08-08 13:00:00 +02:00
AndyScherzinger
667dd10ac7
remove further unused ressources (lint) 2017-08-08 12:59:59 +02:00
AndyScherzinger
13ecb580f1
remove first batch of unused resources 2017-08-08 12:59:59 +02:00
AndyScherzinger
7f22be5355
fix lint error 2017-08-08 12:59:57 +02:00
AndyScherzinger
fbcfa02142
fix lint errors 2017-08-08 12:59:57 +02:00
AndyScherzinger
21d1c56e4d
fix Combining Ellipsize and Maxlines (lint) 2017-08-08 12:59:56 +02:00
Mario Danic
c68f02ec57
Put custom folders intto expert
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:53 +02:00
Mario Danic
fb3e97bf10
Add expert mode
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:44 +02:00
Mario Danic
d099e7e52f
Fix up uploads menu
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:44 +02:00
Mario Danic
baf7d1e732
Return uploads control
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:42 +02:00
Mario Danic
cb5ef79176
Revert "Delete right button"
This reverts commit d8cbb904adf1f013b0b8b0ad6d377b35caaec006.
2017-08-08 12:59:42 +02:00
Mario Danic
2092a010b1
Revert "Remove uploads menu"
This reverts commit 92204c4367ef4e69e814c54c601a35b9d7c2a880.

Signed-off-by: Mario Danic <mario@lovelyhq.com>

# Conflicts:
#	src/main/java/com/owncloud/android/ui/activity/UploadListActivity.java
2017-08-08 12:59:42 +02:00
Mario Danic
157ceaba60
Bit of work on uploads
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:39 +02:00
AndyScherzinger
8848f99880
fixes after rebase 2017-08-08 12:59:38 +02:00
AndyScherzinger
09f6037b86
further cleanup after rebase 2017-08-08 12:59:36 +02:00
AndyScherzinger
3730883136
scrollable toolbar implementation for auto upload 2017-08-08 12:59:36 +02:00
tobiasKaminsky
9052abd9dd
rename "foldersync" -> "syncedFolder(s)" 2017-08-08 12:59:34 +02:00
tobiasKaminsky
1386726a4f
show "add folder" correctly if other folders are present 2017-08-08 12:59:33 +02:00
tobiasKaminsky
1f85abbe43
"set up custom folder" as element in xml and not in adapter 2017-08-08 12:59:33 +02:00
Mario Danic
98480ee4dc
Hopefully fix retries
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:30 +02:00
Mario Danic
006b62cd4e
Remove uploads menu
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:29 +02:00
Mario Danic
5087ff4537
Delete right button
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:26 +02:00
Mario Danic
447e6fd7ee
Fix custom folders
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:26 +02:00
Mario Danic
cb4017f095
No manual retry
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:23 +02:00
AndyScherzinger
a27d0c15f4
fix create item click for custom folder 2017-08-08 12:59:19 +02:00
AndyScherzinger
b152e32952
local folder picker mode implementation 2017-08-08 12:59:18 +02:00
AndyScherzinger
aff8a86b37
enable/disable save button depending on local/remote folder paths present/chosen 2017-08-08 12:59:18 +02:00
AndyScherzinger
1338f34307
custom folder creation: use custom headline and hide enable-switch 2017-08-08 12:59:18 +02:00
Mario Danic
cdf43866ea
Fix the build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:17 +02:00
AndyScherzinger
828284330d
fix after rebase 2017-08-08 12:59:15 +02:00
AndyScherzinger
ace7ad03c4
delete button (no function yet) 2017-08-08 12:59:15 +02:00
AndyScherzinger
e93cd2723f
implement correct local/remote folder picking in preference dialog 2017-08-08 12:59:14 +02:00
AndyScherzinger
b4ebfe0598
folder open icon 2017-08-08 12:59:12 +02:00
AndyScherzinger
de83a02156
open folder sync preference for new, custom folder (work in progress) 2017-08-08 12:59:12 +02:00
Mario Danic
14c2d13c81
Custom folder RV item
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:03 +02:00
Mario Danic
662b08a12c
Add custom folder icon
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-08-08 12:59:03 +02:00
AndyScherzinger
48d66b36c9
fixed layout not displaying app bar 2017-08-08 12:59:03 +02:00
AndyScherzinger
4e82f5dc5f
also use star folder for action item 2017-08-08 12:59:02 +02:00
AndyScherzinger
a17e64da25
custom folder icon 2017-08-08 12:59:02 +02:00
AndyScherzinger
9899dbbf13
add item to the top (WiP) 2017-08-08 12:59:01 +02:00
AndyScherzinger
1f0a12bbdc
create folder icon 2017-08-08 12:59:01 +02:00
AndyScherzinger
3147a2c86a
add icons to the grid headers depending on the type 2017-08-08 12:59:00 +02:00
Nextcloud bot
81cc7eb5d7
[tx-robot] updated from transifex 2017-08-08 10:30:04 +00:00
Nextcloud bot
0ebb3c8ab5
[tx-robot] updated from transifex 2017-08-08 00:27:23 +00:00
Tobias Kaminsky
796fba0354 Merge branch 'master' into clearSuccessfulUploads 2017-08-07 08:14:15 +02:00
Andy Scherzinger
048f88524e Merge pull request #1214 from nextcloud/emptyMessageReceiveExternalFiles
Show empty message when receiving external files
2017-08-05 17:26:36 +01:00
Nextcloud bot
0c49d53a38
[tx-robot] updated from transifex 2017-08-05 00:27:03 +00:00
tobiasKaminsky
6e327673bb
revert description for clear successful uploads 2017-08-04 07:50:15 +02:00
Nextcloud bot
3a00aa8930
[tx-robot] updated from transifex 2017-08-03 00:27:18 +00:00
Nextcloud bot
fc8afbd18e
[tx-robot] updated from transifex 2017-08-02 00:27:56 +00:00
Nextcloud bot
12cd1ba651
[tx-robot] updated from transifex 2017-08-01 09:56:50 +00:00
Nextcloud bot
058b7bad6f
[tx-robot] updated from transifex 2017-08-01 00:27:42 +00:00
Nextcloud bot
a4db5bc8de
[tx-robot] updated from transifex 2017-07-31 00:26:22 +00:00
Nextcloud bot
9f8e1a0bac
[tx-robot] updated from transifex 2017-07-30 00:27:41 +00:00
Nextcloud bot
8e43cee7f8
[tx-robot] updated from transifex 2017-07-29 00:28:26 +00:00
Allan Nordhøy
f70c7fc5a7 Lowercase "groups" 2017-07-28 18:05:45 +02:00
tobiasKaminsky
732a65ca09
show empty message when receiving external files 2017-07-28 14:49:22 +02:00
tobiasKaminsky
26ab00d989
+ is now also white 2017-07-28 14:25:31 +02:00
tobiasKaminsky
b0b66c6f8e
extract html code and make it non-translatable 2017-07-28 09:26:02 +02:00
AndyScherzinger
ee00626a4c
resolves: #1207 make daily contact backup string translatable 2017-07-28 09:13:48 +02:00
AndyScherzinger
b86df12f14
lint: removed obsolete layout params 2017-07-27 15:21:43 +02:00
AndyScherzinger
cb57677f62
remove unused namespace declarations 2017-07-27 15:21:43 +02:00
AndyScherzinger
ce0580bcca
code review 2017-07-27 15:21:42 +02:00
AndyScherzinger
9c87f407e4
remove unused icon work 2017-07-27 15:21:41 +02:00
AndyScherzinger
c66a919718
remove unused icon work 2017-07-27 15:21:41 +02:00
AndyScherzinger
6c3af67bad
replace deprecated android:singleLine with android:maxLines=1 2017-07-27 15:21:40 +02:00
AndyScherzinger
a2560a867a
raising padding on headline 2017-07-27 15:21:40 +02:00
AndyScherzinger
016cb21575
theming fixes for ProgressBar elements 2017-07-27 15:21:39 +02:00
AndyScherzinger
06022e78f5
use proper mini headline styling using material body2 definition 2017-07-27 15:21:38 +02:00
AndyScherzinger
dd503ad8f3
Fix headline coloring 2017-07-27 15:21:37 +02:00
AndyScherzinger
b9751bab35
fixed cherry picked new details 2017-07-27 15:21:36 +02:00
AndyScherzinger
ca7796253c
adapt to cherry pick 2017-07-27 15:21:36 +02:00
AndyScherzinger
6a6e8cd816
remove unused styles 2017-07-27 15:16:33 +02:00
AndyScherzinger
f296628642
remove unused resources 2017-07-27 15:16:33 +02:00
AndyScherzinger
727375642d
allow used added CAs 2017-07-27 15:16:30 +02:00
Nextcloud bot
20e78b4ba9
[tx-robot] updated from transifex 2017-07-26 00:27:43 +00:00
Nextcloud bot
14fc239dc5
[tx-robot] updated from transifex 2017-07-25 00:27:34 +00:00
Tobias Kaminsky
a3fc2aec19 Merge pull request #1205 from vnidens/sharing_password_visibility
[Share] Enter password: toggle visibility of password #1171
2017-07-24 09:39:54 +02:00
Nextcloud bot
affe12961d
[tx-robot] updated from transifex 2017-07-24 00:27:30 +00:00
Victor Nidens
947fad3299
Reverted edit password view visibility 2017-07-23 19:16:34 +02:00
Victor Nidens
1d0675138e
Indentation fixed 2017-07-23 19:16:34 +02:00
Victor Nidens
c9b185f843
Changed visibility icon tint to look good on colored background 2017-07-23 19:16:34 +02:00
Victor Nidens
fbfd8f22f7
Updated password visibility indicator according to Material guidelines 2017-07-23 19:16:33 +02:00
Victor Nidens
a8bc5c3c79
[Share] Enter password: toggle visibility of password #1171 2017-07-23 19:16:30 +02:00
Jonas Sandrock
6d25c26a8a
Feature request: Select all (particularly in search) #637 2017-07-23 16:15:23 +02:00
AndyScherzinger
6c15eaa123
remove unused color definitions/layout to make lint happy again 2017-07-23 15:33:59 +02:00
Jonas Sandrock
614546a653
Enhance recommend to a friend #315 2017-07-23 14:56:39 +02:00
Nextcloud bot
eb6a3b1108
[tx-robot] updated from transifex 2017-07-23 00:26:19 +00:00
Nextcloud bot
df1647f140
[tx-robot] updated from transifex 2017-07-22 00:26:48 +00:00
Nextcloud bot
47983d774c
[tx-robot] updated from transifex 2017-07-21 00:26:44 +00:00
Andy Scherzinger
c83a4f6511 Merge pull request #1210 from nextcloud/comradekingu-patch-1
Spelling: Error, GitHub
2017-07-20 11:34:34 +02:00
Nextcloud bot
15cff7b33d
[tx-robot] updated from transifex 2017-07-20 00:27:40 +00:00
Allan Nordhøy
fce5d90b95 Error, GitHub 2017-07-19 18:55:55 +02:00
Nextcloud bot
be778db165
[tx-robot] updated from transifex 2017-07-19 00:27:18 +00:00
tobiasKaminsky
f1c92c2e6d
problem with BOM and not maintained, thus removing 2017-07-18 11:46:23 +02:00
Nextcloud bot
aa4e184495
[tx-robot] updated from transifex 2017-07-18 00:26:47 +00:00
AndyScherzinger
e1d11aa860
fix hardcoded strings 2017-07-17 23:37:36 +02:00
AndyScherzinger
aae046205e
remove unsupported translation (covered by de) 2017-07-17 23:25:07 +02:00
Nextcloud bot
94e1941bf1
[tx-robot] updated from transifex 2017-07-17 00:26:34 +00:00
tobiasKaminsky
8fef61ea93
delete all local files on account removal 2017-07-16 18:06:28 +02:00
AndyScherzinger
6c92d44ef6
lint: remove unused resources 2017-07-16 16:42:57 +02:00
tobiasKaminsky
06cc85bb69
progressbar until loginsite is loaded 2017-07-16 16:42:56 +02:00
tobiasKaminsky
8fd610a773
initial hide user/pass, show only if <nc12 2017-07-16 16:42:55 +02:00
Nextcloud bot
aefdbb29f9
[tx-robot] updated from transifex 2017-07-15 00:28:07 +00:00
Nextcloud bot
cf897d6db2
[tx-robot] updated from transifex 2017-07-14 10:04:56 +00:00
tobiaskaminsky
05b4c4b9f5
fix missing / 2017-07-14 11:16:58 +02:00
Nextcloud bot
3f59ac9554
[tx-robot] updated from transifex 2017-07-14 00:28:24 +00:00
AndyScherzinger
9ab5338099
Merge branch 'master' of https://github.com/nextcloud/android into userTheming 2017-07-13 09:24:46 +02:00
Nextcloud bot
1e667a260a
[tx-robot] updated from transifex 2017-07-13 00:28:00 +00:00
Nextcloud bot
a365552596
[tx-robot] updated from transifex 2017-07-12 00:27:58 +00:00
tobiasKaminsky
938e222e8f
themeable switch preference 2017-07-11 12:25:55 +02:00
tobiasKaminsky
0bd03548f3
use darker fallback color 2017-07-11 11:49:27 +02:00
AndyScherzinger
1b64ac7abe
Merge branch 'master' of https://github.com/nextcloud/android into userTheming 2017-07-11 09:26:34 +02:00
Nextcloud bot
36fa8691e4
[tx-robot] updated from transifex 2017-07-11 00:28:59 +00:00
AndyScherzinger
bf35562785
Merge branch 'master' of https://github.com/nextcloud/android into userTheming 2017-07-10 14:37:45 +02:00
Nextcloud bot
c493da52de
[tx-robot] updated from transifex 2017-07-10 00:27:56 +00:00
Allan Nordhøy
d4de0af079 Spelling and language fixes
As per https://oauth.net/2/
Tab removed from:

"Your search returned no files modified
+    <string name="file_list_empty_recently_modified_filter">Search returned no files modified the last 7 days.</string>
-        in the last 7 days."

/AutoUpload is now consistent with /InstantUpload
2017-07-09 19:55:36 +02:00
Nextcloud bot
684dde1795
[tx-robot] updated from transifex 2017-07-08 00:27:28 +00:00
Nextcloud bot
0d8b5090af
[tx-robot] updated from transifex 2017-07-06 00:27:38 +00:00
Nextcloud bot
a361088838
[tx-robot] updated from transifex 2017-07-05 00:27:15 +00:00
tobiaskaminsky
b85d7947b1
Merge remote-tracking branch 'remotes/origin/master' into userTheming 2017-07-04 10:03:12 +02:00
Nextcloud bot
cd9b12a99c
[tx-robot] updated from transifex 2017-07-04 00:26:48 +00:00
Nextcloud bot
3603ca1d40
[tx-robot] updated from transifex 2017-07-03 00:27:00 +00:00
Nextcloud bot
5d735a84ca
[tx-robot] updated from transifex 2017-07-02 00:26:31 +00:00
Nextcloud bot
8422555e6f
[tx-robot] updated from transifex 2017-07-01 00:27:19 +00:00
AndyScherzinger
c88d9205a2
Merge branch 'master' of https://github.com/nextcloud/android into userTheming
# Conflicts:
#	scripts/lint/lint-results.txt
#	src/main/java/com/owncloud/android/ui/activity/ActivitiesListActivity.java
#	src/main/java/com/owncloud/android/ui/activity/FolderSyncActivity.java
#	src/main/java/com/owncloud/android/ui/fragment/contactsbackup/ContactsBackupFragment.java
2017-06-30 22:43:37 +02:00
Andy Scherzinger
72e8888bd2 Merge pull request #1140 from nextcloud/autoUploadWithoutStoragePermission
Prevent NPE when disabling "storage permission" and then access auto upload
2017-06-30 22:25:27 +02:00
Tobias Kaminsky
9e68200880 Merge b3c9b504c3 into ad3bf3c256 2017-06-30 13:58:58 +00:00
tobiasKaminsky
ce9d48d08d
remove obsolete strings 2017-06-30 13:11:00 +02:00
tobiasKaminsky
a5f83d9d02
change ui for public release 2017-06-30 13:10:59 +02:00
tobiasKaminsky
e049b56c66
show "contacts backup" eithen in drawer or settings 2017-06-30 13:10:58 +02:00
Nextcloud bot
baf33b6b17
[tx-robot] updated from transifex 2017-06-30 00:27:29 +00:00
Nextcloud bot
b2f99131f2
[tx-robot] updated from transifex 2017-06-29 00:27:06 +00:00
Nextcloud bot
f9ec3574c1
[tx-robot] updated from transifex 2017-06-27 00:27:28 +00:00
tobiasKaminsky
a4c0693288
prevent NPE when disabling "storage permission" and then access auto upload 2017-06-26 16:15:27 +02:00
Nextcloud bot
88e58e9c0c
[tx-robot] updated from transifex 2017-06-26 00:27:26 +00:00
Nextcloud bot
5dcb279318
[tx-robot] updated from transifex 2017-06-25 00:27:29 +00:00
Nextcloud bot
0567679d39
[tx-robot] updated from transifex 2017-06-22 00:27:08 +00:00
Nextcloud bot
86d7d5728f
[tx-robot] updated from transifex 2017-06-21 00:26:37 +00:00
tobiasKaminsky
911c6459ff
use grey theme if no theming of elements is possible 2017-06-20 11:23:49 +02:00
tobiasKaminsky
379709d27a
Merge remote-tracking branch 'remotes/origin/master' into userTheming 2017-06-20 09:44:34 +02:00
Nextcloud bot
35b54651f9
[tx-robot] updated from transifex 2017-06-20 00:27:37 +00:00
tobiasKaminsky
d8d03244c0
participate 2017-06-19 12:05:56 +02:00
tobiasKaminsky
f0f5cb5fec
wip & preferences 2017-06-19 11:48:59 +02:00
Nextcloud bot
b0adc600d0
[tx-robot] updated from transifex 2017-06-17 00:28:22 +00:00
tobiasKaminsky
0db845a544
Merge remote-tracking branch 'origin/userTheming' into userTheming 2017-06-16 13:59:53 +02:00
tobiasKaminsky
8fae712a50
colors colors colors 2017-06-16 13:59:45 +02:00
Nextcloud bot
fcef688f1e
[tx-robot] updated from transifex 2017-06-16 00:29:04 +00:00
AndyScherzinger
914b32f7ab
Merge branch 'master' of https://github.com/nextcloud/android into userTheming
# Conflicts:
#	src/main/java/com/owncloud/android/ui/fragment/ExtendedListFragment.java
2017-06-15 07:47:25 +02:00
Nextcloud bot
8d8f0e572f
[tx-robot] updated from transifex 2017-06-15 00:28:23 +00:00
AndyScherzinger
51c2f1d83d
resolves #1078 - Empty content screen icon colors 2017-06-14 11:31:52 +02:00
tobiasKaminsky
db7f93fd14
use own FAB library to support colored FAB main button. 2017-06-14 07:56:55 +02:00
Nextcloud bot
5f61418fc1
[tx-robot] updated from transifex 2017-06-14 00:26:59 +00:00
tobiasKaminsky
db22cf5bb4
ManageAccountActivity: change color of font and active icon in accounts list 2017-06-13 11:13:04 +02:00
Nextcloud bot
6c76c26bc1
[tx-robot] updated from transifex 2017-06-12 00:25:59 +00:00
Nextcloud bot
6ee38c739b
[tx-robot] updated from transifex 2017-06-08 00:27:39 +00:00
tobiasKaminsky
d84c13a176
use background image from theming app in drawer 2017-06-07 09:33:11 +02:00
Nextcloud bot
a25f953b6e
[tx-robot] updated from transifex 2017-06-07 00:29:26 +00:00
Mario Danic
ee2d09be97 Fix a typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-06-06 13:27:16 +02:00
Mario Danic
b530d38b07 Add various customization options
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-06-06 11:32:29 +02:00
Nextcloud bot
962c5bee7e
[tx-robot] updated from transifex 2017-06-06 00:27:03 +00:00
Nextcloud bot
9ec47db602
[tx-robot] updated from transifex 2017-06-05 00:26:28 +00:00
Nextcloud bot
3ac9c40469
[tx-robot] updated from transifex 2017-06-04 00:27:38 +00:00
Nextcloud bot
3de6aa9b51
[tx-robot] updated from transifex 2017-06-03 00:25:35 +00:00
Nextcloud bot
1e66a8235a
[tx-robot] updated from transifex 2017-06-02 00:27:31 +00:00
Nextcloud bot
22044ec663
[tx-robot] updated from transifex 2017-06-01 00:25:29 +00:00
AndyScherzinger
dd54aa7207
Merge branch 'master' of https://github.com/nextcloud/android into fixingContactBackup 2017-05-31 21:55:31 +02:00
AndyScherzinger
29bd72141d
corrected left icon size to file_icon_size 2017-05-31 12:52:13 +02:00
alejandro
1d92fe8df6
Removing RecyclerView 2017-05-31 11:02:24 +02:00
alejandro
fba1d38100
Header was added in ActivitiesView
RichSubject was Added
2017-05-31 11:02:19 +02:00
Nextcloud bot
a9a72106ee
[tx-robot] updated from transifex 2017-05-31 00:26:39 +00:00
alejandro
f0b76ede44 Add Load Contact in Background and ProgressBar
Fixing Comparator

Format code
2017-05-30 16:18:16 -05:00
AndyScherzinger
bdcbbb13c5
slightly enlarge autoUpload on/off button hitbox 2017-05-30 08:41:16 +02:00
tobiasKaminsky
328b6625ab
change auto upload path to "/Auto Upload" 2017-05-30 08:41:15 +02:00
tobiasKaminsky
7103fea76d
changed to default
only "on wifi" is in settings
2017-05-30 08:41:15 +02:00
tobiasKaminsky
ab096dd0f7
background logic implemented 2017-05-30 08:40:55 +02:00
Andy Scherzinger
0112219dd3 Merge pull request #1050 from nextcloud/comradekingu-patch-1
Spelling: "Login" is not a verb. + ": Uppercase"
2017-05-30 07:46:05 +02:00
Nextcloud bot
04d7b6895c
[tx-robot] updated from transifex 2017-05-30 00:27:06 +00:00
AndyScherzinger
1b6dc03872
Merge branch 'master' of https://github.com/nextcloud/android into searchViewWrongFiles 2017-05-29 21:42:51 +02:00
Mario Đanić
e2f07eb2d4 Merge pull request #1011 from nextcloud/contactListImprovement
Contact list improvement
2017-05-29 21:15:28 +02:00
comradekingu
7a7091d135 Update strings.xml
Spelling: "Login" is not a verb. + ": Uppercase"
2017-05-29 18:35:06 +02:00
Mario Danic
c774aa3040 Partially fix stuff
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2017-05-29 12:57:19 +02:00
Nextcloud bot
7d2b37e3ec
[tx-robot] updated from transifex 2017-05-28 00:26:08 +00:00
Nextcloud bot
b6c592a067
[tx-robot] updated from transifex 2017-05-27 00:26:51 +00:00
AndyScherzinger
de58c864bb
fix folder/upload icons for empty list view (Nc blue + 50% opacity) 2017-05-26 11:36:54 +02:00
AndyScherzinger
dc21800299
fix material design color definitions 2017-05-26 11:19:13 +02:00
AndyScherzinger
49453742c9
cleanup actionbar style definition 2017-05-26 11:19:13 +02:00
tobiasKaminsky
5edd32b753
removed nc_blue_accent and nc_blue and use colors from setup.xml 2017-05-26 11:19:13 +02:00
tobiasKaminsky
b3eb13c2df
removed navigation bar color and set to primary 2017-05-26 11:19:12 +02:00
tobiaskaminsky
bf4191e251
checkbox in off state: grey
auto upload cloud icon in on state: tint it
2017-05-26 11:19:12 +02:00
tobiasKaminsky
71a9b683fa
change auto upload cloud icon 2017-05-26 11:19:11 +02:00
tobiasKaminsky
8ba192f38a
tint checkboxes 2017-05-26 11:19:11 +02:00
tobiasKaminsky
e671cecc45
WIP use colors from setup.xml for folder icons 2017-05-26 11:19:10 +02:00
Nextcloud bot
8d510e5244
[tx-robot] updated from transifex 2017-05-26 00:25:54 +00:00
Nextcloud bot
e2254cceac
[tx-robot] updated from transifex 2017-05-25 00:25:34 +00:00
tobiasKaminsky
b11ca04f8a
Merge remote-tracking branch 'remotes/origin/master' into contactListImprovement 2017-05-24 11:13:44 +02:00
Nextcloud bot
7995544f6c
[tx-robot] updated from transifex 2017-05-24 00:26:32 +00:00
Mario Đanić
c2edec6815 Merge pull request #1021 from nextcloud/brandingDrawer
Drawer branding
2017-05-24 00:56:44 +02:00
tobiaskaminsky
778829d69c - always update contacts backup folder
- if file is not downloaded, download it then show content
2017-05-24 00:55:48 +02:00
Mario Đanić
febd1435de Merge pull request #995 from nextcloud/crashDueToEmptyString
Crash due to non-existing empty string
2017-05-24 00:15:14 +02:00