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
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
Andy Scherzinger
71005ab04b
version code/name for 1.0.1
2016-06-19 23:45:44 +02:00
tobiasKaminsky
f1bd8fc59a
linebreak
2016-06-19 21:24:59 +02:00
tobiasKaminsky
0e4243c996
hofix: https://github.com/nextcloud/server/pull/110
2016-06-19 21:24:36 +02:00
Tobias Kaminsky
704ffb4bac
Merge pull request #9 from nextcloud/animatedGif
...
Support animated GiF-Images
2016-06-14 21:21:26 +02:00
Andy Scherzinger
abe2b24f48
bugfix for image rendering
2016-06-14 13:29:12 +02:00
Andy Scherzinger
9e116e6a98
removed ImageView onDraw super call
2016-06-14 09:47:45 +02:00
Andy Scherzinger
d00cf73fee
renamed method, changed input parameter + javaDoc
2016-06-13 22:25:04 +02:00
Andy Scherzinger
9eb6dc14ec
moved up onDraw super call
2016-06-13 22:11:42 +02:00
Andy Scherzinger
82f9f338fd
again, small formatting
2016-06-13 22:09:03 +02:00
Andy Scherzinger
6d7651eff9
return early
2016-06-13 22:09:02 +02:00
Andy Scherzinger
0a351f5899
formatting
2016-06-13 22:09:01 +02:00
tobiasKaminsky
4adecc96e8
changes due to CR
2016-06-13 22:09:01 +02:00
tobiasKaminsky
7e583891f0
- variables with m
...
- onMeasure sets always width/height
2016-06-13 22:09:00 +02:00
tobiasKaminsky
86b92a1753
add support for showing animated gifs in imagePreview
2016-06-13 22:08:59 +02:00
Andy Scherzinger
0768bd9ff7
Merge pull request #5 from nextcloud/1193_uploader_layout
...
Optimizing the uploader layout & taking user configured sorting into account
2016-06-13 22:06:40 +02:00
Andy Scherzinger
8073679c1b
further review comments
2016-06-13 21:50:11 +02:00