Commit graph

10872 commits

Author SHA1 Message Date
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
Tobias Kaminsky
cf0f142c20 daily dev 20180627 2018-06-27 00:32:03 +02:00
Nextcloud bot
317a9e3810
[tx-robot] updated from transifex 2018-06-26 19:21:11 +00:00
Andy Scherzinger
f1d14c14ac
Merge pull request #2760 from nextcloud/missing-overrides
Added missing @Override annotations above applicable method signatures.
2018-06-26 20:09:36 +02: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
Tobias Kaminsky
9b23942b6b daily dev 20180622 2018-06-22 00:32:55 +02:00
Andy Scherzinger
8f6a2d134d
Merge pull request #2735 from nextcloud/revertLocalSearch
Revert local search
2018-06-21 15:35:47 +02:00
Andy Scherzinger
1cfa8c2bae
Merge pull request #2746 from nextcloud/fixBuild
Hotfix master branch: restore missing String
2018-06-21 15:25:35 +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
Andy Scherzinger
e407d29295
Merge pull request #2588 from nextcloud/trashbin
Support for trashbin
2018-06-21 13:53:15 +02:00
tobiasKaminsky
2f6d3b4660
changes due to rebase
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:58 +02:00
AndyScherzinger
ff719b545a
reset lib to master (since lib PR has been merged) 2018-06-21 13:17:58 +02:00
AndyScherzinger
ed4a08f65c
fix wording due to CR 2018-06-21 13:17:57 +02:00
AndyScherzinger
e9e642985a
revert lib link 2018-06-21 13:17:57 +02:00
AndyScherzinger
2c8d6b3ea3
go back to master lib since trashbin PR has already been merged 2018-06-21 13:17:56 +02:00
tobiasKaminsky
bbca4fd4b7
fix wrong thumbnail
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:56 +02:00
tobiasKaminsky
35282cd565
use library branch 2018-06-21 13:17:55 +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
Andy Scherzinger
fd9e468e93
Merge pull request #2713 from nextcloud/noEmailApp
Feedback: test if any email app is available
2018-06-21 13:15:07 +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
Andy Scherzinger
9575da72fd
Merge pull request #2727 from nextcloud/fixPrivacyExternalView
Wrong behaviour on privacy tab
2018-06-21 12:39:35 +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
754cf55d83 daily dev 20180621 2018-06-21 00:32:19 +02:00
Andy Scherzinger
1e4cf50cec
Merge pull request #2733 from nextcloud/releaseCycleDesc
Update release cycle description
2018-06-20 14:22:51 +02:00
Andy Scherzinger
266c709d62
use semantic versioning fro lib releases too 2018-06-20 14:06:06 +02: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