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
Nextcloud bot
11e2856571
[tx-robot] updated from transifex
2018-06-22 00:46:52 +00:00
Andy Scherzinger
8f6a2d134d
Merge pull request #2735 from nextcloud/revertLocalSearch
...
Revert local search
2018-06-21 15:35:47 +02:00
AndyScherzinger
9fbcc97dd9
restore missing String
2018-06-21 15:16:53 +02:00
Nextcloud bot
c5bf20007f
[tx-robot] updated from transifex
2018-06-21 12:52:20 +00:00
tobiasKaminsky
2f6d3b4660
changes due to rebase
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:58 +02:00
AndyScherzinger
ed4a08f65c
fix wording due to CR
2018-06-21 13:17:57 +02:00
tobiasKaminsky
bbca4fd4b7
fix wrong thumbnail
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:56 +02:00
tobiasKaminsky
985f2865fa
using new trashbin endpoint for thumbnail generation
2018-06-21 13:17:55 +02:00
tobiasKaminsky
56ab910e41
use current account
...
wrong nc14 check
2018-06-21 13:17:54 +02:00
tobiasKaminsky
256bd6baa2
use error screen for connection problems
...
for other use snackbar
2018-06-21 13:17:54 +02:00
AndyScherzinger
f587b925dc
fix warnings to trigger CI build
2018-06-21 13:17:53 +02:00
AndyScherzinger
c2eccd58dc
Fixes after rebase
2018-06-21 13:17:53 +02:00
tobiasKaminsky
f8801115f2
Add trashbin support
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:52 +02:00
tobiasKaminsky
64d1d22f35
test if any email app is available
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 12:40:42 +02:00
Andy Scherzinger
24aa17e648
Merge pull request #2732 from nextcloud/outdatedServerBrandable
...
Enhance outdated server warning
2018-06-21 12:40:20 +02:00
Andy Scherzinger
06140235a9
Merge pull request #2734 from nextcloud/sortProblem
...
fix wrong access to mFilesAll
2018-06-21 12:40:02 +02:00
tobiasKaminsky
b5279ccd90
fix bug found by CR
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 11:42:44 +02:00
tobiasKaminsky
6c69e4eb50
On UploadFilesActivity FAB is always hidden
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 10:43:06 +02:00
AndyScherzinger
b0fcf989a2
enhance javaDoc, add annotation
2018-06-21 10:43:06 +02:00
tobiasKaminsky
e856a4b43a
correct annotations
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 10:43:05 +02:00
tobiasKaminsky
29a702d97c
on filter close: restore all files
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 10:43:04 +02:00
tobiasKaminsky
403b7024da
- show correct drawer icon
...
- do not start preferences on "back"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 10:42:32 +02:00
Nextcloud bot
f689a75d3a
[tx-robot] updated from transifex
2018-06-21 05:07:44 +00:00
Nextcloud bot
bd20a57e61
[tx-robot] updated from transifex
2018-06-21 00:48:52 +00:00
Tobias Kaminsky
dc315a9394
Merge pull request #2690 from nextcloud/comments
...
Iteration 5 for File detail & new sharing - Comments
2018-06-20 13:49:54 +02:00
AndyScherzinger
cf916c60a7
make checkbox text a real label
2018-06-20 11:59:59 +02:00
AndyScherzinger
c402b69544
raise icon size
2018-06-20 11:46:09 +02:00
AndyScherzinger
782e81cf6e
utilize newly created clipboard util implementation
2018-06-20 11:22:39 +02:00
tobiasKaminsky
b7ac2ee261
changes due to rebase
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 11:14:38 +02:00
AndyScherzinger
695ed0fccf
tint edit text according to theming
2018-06-20 11:14:38 +02:00
AndyScherzinger
41528ab5ad
replace button with borderless image button + ripple effect + click binding
2018-06-20 11:14:38 +02:00
tobiasKaminsky
5e50b6cf66
Add comments
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 11:14:38 +02:00
tobiasKaminsky
1ef3d299e6
add avatar icons on sharee list
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 11:14:38 +02:00
AndyScherzinger
c32986c16b
butterknife for details fragment + proper empty content handling
2018-06-20 11:14:38 +02:00
tobiasKaminsky
22d53a262d
Add file version to activity stream
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 11:14:38 +02:00
tobiasKaminsky
b3573e8814
fix wrong access to mFilesAll
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 10:38:50 +02:00
tobiasKaminsky
f592845cca
- fix one NPE
...
- outdated server warning toggable for brander
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-20 09:52:44 +02:00