Andy Scherzinger
d6fd180aa8
next try
2016-06-25 16:26:54 +02:00
Andy Scherzinger
03da5afcda
minor changes for testing
2016-06-25 16:26:53 +02:00
Andy Scherzinger
7d30667b50
trying to detect account additions and change the list view content (not working yet)
2016-06-25 16:26:53 +02:00
Andy Scherzinger
37da1a7920
wip account management - account list changes aren't propagated back to the drawer yet, preferences haven't been cleaned up yet
2016-06-25 16:26:52 +02:00
Andy Scherzinger
5f1c6ee134
split toolbar content method
2016-06-25 16:26:51 +02:00
Andy Scherzinger
7f72e8cabd
housekeeping removing old account switching code
2016-06-25 16:26:51 +02:00
Andy Scherzinger
0f8f714645
preserve drawer state on screen rotation and resumes, move color calculation code to utils class
2016-06-25 16:26:50 +02:00
Andy Scherzinger
f32493c6f1
account switching implemented (mostly by moving account related methods from FileActivity.javato DrawerActivity.java)
2016-06-25 16:26:49 +02:00
Andy Scherzinger
7e2c560004
circle icons for accounts with color coding
2016-06-25 16:26:49 +02:00
Andy Scherzinger
d9d3424968
initial account handling in drawer + initial icon generation (still broken)
2016-06-25 16:26:48 +02:00
Andy Scherzinger
f41e567b90
general menu/account list switch implemented (open: populate account list)
2016-06-25 16:26:47 +02:00
Andy Scherzinger
f82c4d96ba
initial account chooser toggle and further abstraction of the drawer API for child classes
2016-06-25 16:26:47 +02:00
Andy Scherzinger
ce803aa4e0
initial (functionless) account switcher for the drawer header and display size depending header sizing
2016-06-25 16:26:46 +02:00
Andy Scherzinger
29d8288bd5
initial bug fix for the uploader
2016-06-25 16:26:46 +02:00
Andy Scherzinger
8cb4e8f2bf
navigation bug fix for previewing text files
2016-06-25 16:26:45 +02:00
Andy Scherzinger
ed33c0aff4
initial rewrite to make use of the toolbar
2016-06-25 16:26:44 +02:00
Andy Scherzinger
a433140bef
Merge pull request #68 from nextcloud/devGuide
...
Development guideline
2016-06-25 16:16:46 +02:00
tobiasKaminsky
45d1cbebdf
changed PR labels
2016-06-25 14:27:27 +02:00
tobiasKaminsky
f363ba91ac
wip
2016-06-25 13:22:36 +02:00
Tobias Kaminsky
24d238b37b
Merge pull request #62 from nextcloud/jitpackFix
...
HotFix master branch: Set fixed lib version
2016-06-24 15:42:31 +02:00
Andy Scherzinger
5ee1e8adab
Set fixed lib version
2016-06-24 00:18:45 +02:00
Andy Scherzinger
82b17aa007
Merge pull request #58 from nextcloud/downstream
...
Android lib update
2016-06-23 23:24:08 +02:00
Andy Scherzinger
7b27691a49
Renames due to https://github.com/nextcloud/android-library/pull/3
2016-06-23 14:44:44 +02:00
Andy Scherzinger
f73f78fb28
Merge pull request #55 from nextcloud/setupScreenImprovement
...
Update welcome url, fixes #16
2016-06-23 11:06:01 +02:00
Andy Scherzinger
116da82a1b
Merge pull request #49 from nextcloud/uploadSelectAll
...
Select all within a folder for upload
2016-06-22 20:44:33 +02:00
Andy Scherzinger
207801c000
Update welcome url, fixes #16
2016-06-22 19:14:19 +02:00
Andy Scherzinger
4e554c9245
fixed code duplicate
2016-06-22 16:43:25 +02:00
Andy Scherzinger
0db9c5e72d
fix code review comments
2016-06-22 16:43:24 +02:00
Andy Scherzinger
2c256bf53d
added the ability to select all within a folder for upload - selection is discarded when navigating folders
2016-06-22 16:43:23 +02:00
Lukas Reschke
24c65d7768
Merge pull request #52 from nextcloud/ogasser-patch-1
...
Update changelog
2016-06-22 11:37:43 +02:00
Oliver Gasser
20c4135c3e
Update changelog
...
Don't forget to update the changelog when doing a new release.
Otherwise the changelog link in f-droid does not show you the features for the new release.
2016-06-22 09:14:13 +02:00
Andy Scherzinger
d8ddd703eb
Merge pull request #46 from nextcloud/Readme
...
Added app store links
2016-06-22 00:18:50 +02:00
Andy Scherzinger
c0ec14ecf3
Added app store links
2016-06-21 23:31:49 +02:00
Bartosz Przybylski
7a54dc616a
Merge pull request #3 from nextcloud/document_provider
...
Add documents provider
2016-06-21 22:40:40 +02:00
Timo Witte
9b4a4d2561
Merge branch 'feature_uploadsubfolders' of https://github.com/nextcloud/android into feature_uploadsubfolders
2016-06-20 23:38:23 +02:00
Timo Witte
bed46448c7
tidy up code based on feedback
2016-06-20 23:22:55 +02:00
Timo Witte
6401731e64
implement the same for videos and do some code cleanup
2016-06-20 23:22:54 +02:00
Timo Witte
f85cf5dcff
use long for timestamp and don´t fail if timestamp is empty
2016-06-20 23:22:54 +02:00
Timo Witte
7f02bb0ff2
make InstantUploader honor the SubFolder setting
2016-06-20 23:22:53 +02:00
Timo Witte
23e1071451
introduce upload subfolders configuration variable
2016-06-20 23:22:52 +02:00
Timo Witte
e231caa163
tidy up code based on feedback
2016-06-20 23:05:55 +02:00
Bartosz Przybylski
6bab4f00f9
Review fixes
2016-06-20 22:15:03 +02:00
Andy Scherzinger
75e2659947
use proper app icon in documents provider
2016-06-20 22:15:02 +02:00
Bartosz Przybylski
db7a4641c2
Add documents provider
2016-06-20 22:15:02 +02:00
Lukas Reschke
82a4315b85
Merge pull request #37 from nextcloud/softenCookie
...
HOTFIX: Soften cookie
2016-06-20 16:00:29 +02:00
Lukas Reschke
5efd275dc8
New screenshots
2016-06-20 15:00:34 +02:00
Timo Witte
3c388ad120
implement the same for videos and do some code cleanup
2016-06-19 23:53:15 +02:00
Andy Scherzinger
71005ab04b
version code/name for 1.0.1
2016-06-19 23:45:44 +02:00
Timo Witte
89ae5bfe1a
use long for timestamp and don´t fail if timestamp is empty
2016-06-19 23:25:52 +02:00
tobiasKaminsky
f1bd8fc59a
linebreak
2016-06-19 21:24:59 +02:00