Commit graph

6708 commits

Author SHA1 Message Date
Nextcloud bot
8241d84c80
[tx-robot] updated from transifex 2018-07-03 00:42:23 +00:00
Nextcloud bot
e245e6e436
[tx-robot] updated from transifex 2018-07-02 00:41:05 +00:00
Nextcloud bot
2002d7ddba
[tx-robot] updated from transifex 2018-07-01 00:43:09 +00:00
tobiasKaminsky
4eed5b1a48
getIsSearchFragment() -> isSearchFragment()
closing search / getting back from preview image shows current dir

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 12:00:49 +02:00
tobiasKaminsky
d2cf2b651c
also sync folder content on search
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 12:00:48 +02:00
tobiasKaminsky
dc2e8f9027
correct filtering of images
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 12:00:47 +02:00
AndyScherzinger
548d04c4b6
remove unused GenericExplanationActivity and its resources 2018-06-28 11:53:46 +02:00
AndyScherzinger
0abf973231
code formatting 2018-06-28 11:53:46 +02:00
AndyScherzinger
139357778d
extract drawer menu filtering to separate util class 2018-06-28 11:53:45 +02:00
AndyScherzinger
d5bcf14709
extract upload failed text calculation to separate method 2018-06-28 11:53:45 +02:00
AndyScherzinger
c46c47b96f
extract webclient init into separate method 2018-06-28 11:53:44 +02:00
AndyScherzinger
71b4d7a7ec
add filter helper method for drawer menu 2018-06-28 11:53:44 +02:00
AndyScherzinger
ce6bb8e7c3
extract menu filter to separate method 2018-06-28 11:53:43 +02:00
AndyScherzinger
1f2b8237c0
extract dialog creation to separate method 2018-06-28 11:53:43 +02:00
AndyScherzinger
a8543ed275
refactor and optimize binder code 2018-06-28 11:53:42 +02:00
AndyScherzinger
c150e58e62
extract listener code + use lambda 2018-06-28 11:53:42 +02:00
AndyScherzinger
9346e92a41
shorten passcode theming and listener setup 2018-06-28 11:53:41 +02:00
AndyScherzinger
9de93de141
refactor data synchronization for better read-ability 2018-06-28 11:53:41 +02:00
tobiasKaminsky
1b4e0c5e04
remove unneeded exception
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:30:50 +02:00
tobiasKaminsky
a9d17e1437
correctly close stream
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:30:50 +02:00
tobiasKaminsky
d9cb808013
delete not needed class
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:30:49 +02:00
tobiasKaminsky
8f151d1a7b
duplicated if
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:30:49 +02:00
tobiasKaminsky
aa310a9292
findbugs: use final
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-28 11:30:48 +02:00
Tobias Kaminsky
960387322a
Merge pull request #2286 from alexcustos/fix_force_old_login
Fixed layout when old login method enforced
2018-06-28 11:19:37 +02:00
Tobias Kaminsky
60f9e03e20
Merge pull request #2751 from nextcloud/activityStreamDesign
Activity stream / file detail design
2018-06-28 10:54:17 +02:00
AndyScherzinger
0745348ce0
implement share link creation via bottom sheet for files in OCFileList 2018-06-28 10:44:09 +02:00
Andy Scherzinger
5c203f3f49
Merge pull request #2749 from nextcloud/intentMayBeNull
Intent may be null
2018-06-28 10:42:42 +02:00
Andy Scherzinger
3c89f4d1dc
Merge pull request #2748 from nextcloud/wrongContext
ContactListFragment: fix NPE
2018-06-28 10:42:20 +02:00
Andy Scherzinger
24e08c8e83
Merge pull request #2750 from nextcloud/accountMayBeNull
Account may be null
2018-06-28 10:41:42 +02:00
AndyScherzinger
913f650d5b
Revert "codacy PR"
This reverts commit 8c2b1afd0e.
2018-06-27 10:16:18 +02:00
AndyScherzinger
3473342481
code formatting 2018-06-27 10:12:55 +02:00
AndyScherzinger
edcc8ffc1c
extract drawer menu filtering to separate util class 2018-06-27 10:09:11 +02:00
AndyScherzinger
e4e07c28fb
extract upload failed text calculation to separate method 2018-06-27 09:30:28 +02:00
AndyScherzinger
af60d91e9a
extract webclient init into separate method 2018-06-27 09:30:27 +02:00
AndyScherzinger
e2b338ea20
add filter helper method for drawer menu 2018-06-27 09:30:27 +02:00
AndyScherzinger
1908d80a10
extract menu filter to separate method 2018-06-27 09:30:26 +02:00
AndyScherzinger
ed7d918c26
extract dialog creation to separate method 2018-06-27 09:30:26 +02:00
AndyScherzinger
9b1520c0f2
refactor and optimize binder code 2018-06-27 09:30:25 +02:00
AndyScherzinger
620ecbea33
extract listener code + use lambda 2018-06-27 09:30:24 +02:00
AndyScherzinger
e19fb6bc90
shorten passcode theming and listener setup 2018-06-27 09:30:24 +02:00
AndyScherzinger
8c2b1afd0e
refactor data synchronization for better read-ability 2018-06-27 09:30:23 +02:00
Nextcloud bot
317a9e3810
[tx-robot] updated from transifex 2018-06-26 19:21:11 +00:00
eho
922f132c55 Added missing @Override annotations above applicable method signatures.
Using the @Override annotation is useful for two reasons:

- It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling.
- It improves the readability of the source code by making it obvious that methods are overridden.
2018-06-26 14:47:46 +02:00
Nextcloud bot
5d8dd742ef
[tx-robot] updated from transifex 2018-06-26 00:44:47 +00:00
Nextcloud bot
cf37d82180
[tx-robot] updated from transifex 2018-06-25 00:44:46 +00:00
Nextcloud bot
3224d27137
[tx-robot] updated from transifex 2018-06-24 00:44:39 +00:00
Nextcloud bot
417a8982a1
[tx-robot] updated from transifex 2018-06-23 00:47:53 +00:00
tobiasKaminsky
c884189162
- same text size
- show only previews on file detail

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-22 10:31:34 +02:00
tobiasKaminsky
7c4d14f31c
flip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-22 08:36:41 +02:00
tobiasKaminsky
5b0f0a3bfd
account may be null
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-22 08:34:33 +02:00