Commit graph

10222 commits

Author SHA1 Message Date
Andy Scherzinger
1bcf3f518d
Merge pull request #2487 from nextcloud/themeContactsBackup
Correct theming for contacts backup fragment: actionbar, buttons
2018-04-22 19:53:59 +02:00
Andy Scherzinger
59c68da097
Merge pull request #2488 from nextcloud/useCorrectAccountOnContact
ContactBackup: use always account of calling activity
2018-04-22 19:52:11 +02:00
Andy Scherzinger
4ba4341e14
Merge pull request #2449 from nextcloud/fixNPE
prevent NPE via null check
2018-04-22 19:50:09 +02:00
Andy Scherzinger
f3e3a8ea6d
Merge pull request #2479 from nextcloud/notificationOn8
fix failing notification on >= 8
2018-04-22 19:47:54 +02:00
Andy Scherzinger
941d08f057
Merge pull request #2434 from nextcloud/suppressTypographyEllipsis
Disable TypographyEllipsis lint check
2018-04-22 19:46:50 +02:00
Andy Scherzinger
71e108dcae
Merge pull request #2413 from nextcloud/nameAPK
renames apk to include versionCode
2018-04-22 19:46:12 +02:00
Andy Scherzinger
418cecf4f2
Merge pull request #2493 from nextcloud/dynamicName
Show themeable cloud name instead of hardcoded nextcloud
2018-04-22 19:43:16 +02:00
nextcloud-android-bot
3b6931bc42 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-22 17:32:01 +00:00
Andy Scherzinger
306044e3dc
Merge pull request #2489 from nextcloud/noUploadIconGrey
Tint no upload icon grey
2018-04-22 19:25:51 +02:00
Tobias Kaminsky
11c1e5a8b8
Merge f3e15b565c into 35bfc22de4 2018-04-22 17:25:13 +00:00
AndyScherzinger
f3e15b565c
replace Nextcloud with %1$s 2018-04-22 19:24:57 +02:00
AndyScherzinger
f35ef37f6b
fix lint: legacy fab styling 2018-04-22 19:14:37 +02:00
AndyScherzinger
47805ba50f
fix TW string 2018-04-22 19:07:13 +02:00
tobiasKaminsky
2143fc49a5
show themeable cloud name instead of hardcoded nextcloud
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 19:07:12 +02:00
Andy Scherzinger
35bfc22de4
Merge pull request #2353 from nextcloud/virusHandling
Show correct error message if virus is detected
2018-04-22 19:00:29 +02:00
AndyScherzinger
ac7e048048
bump to docker image android-35 2018-04-22 18:32:35 +02:00
tobiasKaminsky
18137d16eb
rebased
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 18:23:22 +02:00
tobiasKaminsky
982184265e
show correct error message if virus is detected:
- in notification message, even with correct virus name
- in upload list: generic virus warning

do not try to resume virus upload automatically, as it is useless, but still the user can retry it manually

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 18:23:22 +02:00
AndyScherzinger
e3bf29b4b4
added new line 2018-04-22 18:16:04 +02:00
tobiasKaminsky
e73dfbefb5
tint no upload icon grey
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 18:16:04 +02:00
Andy Scherzinger
dc1465ed2d
Merge pull request #2482 from nextcloud/ellipsis
Use unicode elipsis instead of html one -> desired behaviour on transifex
2018-04-22 18:08:36 +02:00
Andy Scherzinger
84b80bebff
Merge pull request #2432 from nextcloud/BottomSheet
Better understandable FAB actions via bottom sheet implementation
2018-04-22 18:07:48 +02:00
Nextcloud bot
2f9df8a073
[tx-robot] updated from transifex 2018-04-22 00:44:07 +00:00
Nextcloud bot
f61cf19a96
[tx-robot] updated from transifex 2018-04-21 00:41:39 +00:00
tobiasKaminsky
9b64569c2c
change to google
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-19 16:19:35 +02:00
tobiasKaminsky
b7a45a8ce8
changes due to CR
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-19 12:14:28 +02:00
tobiasKaminsky
71370a8880
use ellipsis without whitespaces
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-19 11:12:14 +02:00
nextcloud-android-bot
631173de6d
Drone: update Lint results to reflect reduced error/warning count [skip ci] 2018-04-19 09:46:41 +02:00
AndyScherzinger
15b5f3a12e
cleanup imports for codacy 2018-04-19 09:46:41 +02:00
AndyScherzinger
567e6c0757
refactored bottom sheet menu to make use of Butterknife 2018-04-19 09:46:40 +02:00
AndyScherzinger
9b688ef893
new line 2018-04-19 09:46:40 +02:00
AndyScherzinger
2f72e515b8
Fix design review comment 2018-04-19 09:46:39 +02:00
AndyScherzinger
ef8b280db7
fix codacy warning 2018-04-19 09:46:39 +02:00
AndyScherzinger
31f824cd6d
lint: ignore compound drawable warnings 2018-04-19 09:46:39 +02:00
AndyScherzinger
f68dcf080e
Resolves #2415 - adding a bottom sheet instead of mini FABs, also replacing fab lib with Android support lib fab 2018-04-19 09:46:17 +02:00
Nextcloud bot
1bf915bc8b
[tx-robot] updated from transifex 2018-04-19 00:42:37 +00:00
Tobias Kaminsky
642c9d2c44 daily dev 20180419 2018-04-19 00:32:05 +02:00
tobiasKaminsky
b90624a9c6
use always account of calling activity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-18 14:38:51 +02:00
tobiasKaminsky
8aff51ccc0
correct theming for contacts backup fragment: actionbar, buttons
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-18 13:44:29 +02:00
tobiasKaminsky
d7681cb9f9
use unicode elipsis instead of html one -> desired behaviour on transifex
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-18 09:06:34 +02:00
Tobias Kaminsky
9b1fa62675
Merge pull request #2448 from ardevd/2444-feature_splash
Added a splash screen
2018-04-18 08:06:37 +02:00
tobiasKaminsky
81c76a1c50
fix failing notification on >= 8
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-17 14:39:46 +02:00
Nextcloud bot
6a1dd33994
[tx-robot] updated from transifex 2018-04-17 00:49:42 +00:00
Tobias Kaminsky
90a594643f daily dev 20180417 2018-04-17 00:32:02 +02:00
Andy Scherzinger
f19568088b
Merge pull request #2450 from nextcloud/fixLocalStorageBrowsing
Fix local file/folder browsing
2018-04-16 10:48:28 +02:00
Nextcloud bot
9d1c646812
[tx-robot] updated from transifex 2018-04-15 00:42:54 +00:00
Nextcloud bot
cef9932905
[tx-robot] updated from transifex 2018-04-14 00:42:37 +00:00
Tobias Kaminsky
bbe3f9cb62 daily dev 20180414 2018-04-14 00:32:04 +02:00
Tobias Kaminsky
254f72fbdc
Update lint-results.txt
Manually increase lint-result due to updated gradle dependencies.
2018-04-13 09:13:09 +02:00
Nextcloud bot
2cdeb3fc67
[tx-robot] updated from transifex 2018-04-13 00:42:52 +00:00