Jonas Kalderstam
9918ed541d
Fix dropbox and ftp pickers
2016-09-03 14:43:50 +02:00
Jonas Kalderstam
ac6e15ce44
Add test for ftp picker
2016-09-03 14:43:44 +02:00
Jonas Kalderstam
75a0543a62
Fix fast scroller
2016-09-03 14:43:35 +02:00
Jonas Kalderstam
77fd80b95e
Add test for fast scroller
2016-09-03 14:43:07 +02:00
Jonas Kalderstam
f2b53345c3
Add a divider to sample's light theme
2016-07-31 01:56:22 +02:00
Jonas Kalderstam
5e8dc9136c
Fix failing tests
2016-07-03 16:05:22 +02:00
Jonas Kalderstam
b6909adca1
Failing tests for pathnames
2016-07-03 15:17:50 +02:00
Jonas Kalderstam
be72b08379
Test cleanups
2016-06-26 23:16:00 +02:00
Jonas Kalderstam
f9e0f017bf
Fix problem with startpath being a file
2016-06-26 23:12:16 +02:00
Jonas Kalderstam
ff6c4cdbf9
Fix failing test
2016-06-26 22:08:53 +02:00
Jonas Kalderstam
f5f873b496
Failing test for new file
2016-06-26 22:00:16 +02:00
Jonas Kalderstam
4bcdd24f68
Espresso tests!
2016-06-26 19:31:44 +02:00
Jonas Kalderstam
ccab74a8ef
Merge branch 'master' into newfile
2016-06-26 12:50:54 +02:00
Jonas Kalderstam
7082354e12
Fix some styling and add singleClick to sample
2016-06-25 23:48:54 +02:00
Jonas Kalderstam
6b8a787436
Add FastScroller sample implementation
...
And organize samples into packages
Fixes #87
2016-06-09 00:04:27 +02:00
Jonas Kalderstam
cc17fc1530
Add a SU explorer sample (not tested with root access)
2016-05-29 15:54:53 +02:00
Jonas Kalderstam
c9d70351e1
Pass path into permission and refresh handlers
...
This allows for better handling in case of denied/missing permissions,
as well the ability to request more fine-grained permissions.
Fixes #85
Fixes $84
2016-05-29 15:54:09 +02:00
Jonas Kalderstam
c8978a9880
Add a new mode for picking new files
...
This adds a new mode so the library can be used for
"Save-As"-dialogs.
Fixes #82
2016-05-20 00:37:50 +02:00
Jonas Kalderstam
82fedcb24b
Add Nullable/Nonnull annotations to interfaces
2016-05-13 23:07:11 +02:00
Jonas Kalderstam
0a511acb59
Fix crash when creating dropbox directory
...
Also improves loading screen usage for directory creation.
Fixes #76
2016-02-24 22:50:30 +01:00
Jonas Kalderstam
b7baea3711
Fix concurrent modification of adapter in dropbox sample
...
Fixes #75
2016-02-24 02:24:57 +01:00
Jonas Kalderstam
9880562413
Show a progress bar when loading dropbox directory
...
Fixes #74
2016-02-24 02:00:14 +01:00
Jonas Kalderstam
e9211ff53f
Change to the MPL
...
To actually be compatible with Android and because it
is more aligned with my interests.
fixes #66
2016-01-14 00:52:08 +01:00
marbat87
45f2641bb0
Lowered minSdk to API 9
2015-09-30 12:06:18 +02:00
Jonas Kalderstam
30d1fa78b6
Add mp4 to media extensions in sample app
2015-09-29 17:33:25 +02:00
Ali Shariat
bf35ea60fe
Showing Preview of Multimedia
2015-09-29 12:25:02 +03:30
Ali Shariat
dbe476a8fe
- Update Glide Version
...
- Add preview of videos
2015-09-29 12:06:20 +03:30
Jonas Kalderstam
eb5479f1d4
Added FTP picker sample
2015-09-20 21:39:58 +02:00
Jonas Kalderstam
aa53b9091e
Change to special image viewtypes for sample
...
This fixes an issue on older android versions (4.0.3)
where setting a tint on an imageview would incorrectly
color the entire image.
fixes #50
2015-09-15 22:20:31 +02:00
Jonas Kalderstam
6d6adefbc3
Add replace tag to sample manifest
...
This illustrates solution to #34
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-07-17 12:11:29 +02:00
Jonas Kalderstam
2ede72dca9
Fragment can now be used together with action bar
...
Now possible to load the fragment even with existing
toolbar, as long as setupToolbar() is overriden.
Fixes #32
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-07-13 14:14:32 +02:00
Jonas Kalderstam
4124e8ea20
Prefix resources
...
And add an overridable toolbar theme. Fixes #31
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-07-13 13:50:08 +02:00
Jonas Kalderstam
aac6724a2f
No need to block this in sample app
2015-05-30 14:55:27 +02:00
Jonas Kalderstam
8f02d2127e
Correctly block going above root-folder
...
And update to newer support library versions and android targets
2015-05-30 14:53:08 +02:00
Jonas Kalderstam
38f4ee21c4
Make createdir depend only on CREATE_DIR argument
...
Fixes #25
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-05-30 13:52:56 +02:00
Jonas Kalderstam
2e6a976768
New sample with image preview
...
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-28 19:27:21 +02:00
Jonas Kalderstam
7926f8058b
Fix some lint stuff
...
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-28 12:28:44 +02:00
Jonas Kalderstam
711e68f20f
Update license and version
...
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-28 00:18:53 +02:00
Jonas Kalderstam
33d8c38bd6
Update to Material Design
...
and newer API using RecyclerView.
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-28 00:18:52 +02:00
Jonas Kalderstam
d860af7efe
Adding Dropbox Core sample
...
fixes #5
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2014-09-16 21:03:07 +02:00
Jonas Kalderstam
26b05955df
Picker now has more options
...
Removed onlyDirs in favor of a mode variable. Now possible to
select between: Files, Dirs, or Both.
The ability to create directories is now an option as well
which defaults to false.
Fixes #1
Fixes #2
2014-04-02 01:54:19 +02:00
Jonas Kalderstam
a84a6f1352
Just add a null-check
2014-04-01 01:56:34 +02:00
Jonas Kalderstam
8fdb934556
Better sample
2014-04-01 01:25:56 +02:00
Jonas Kalderstam
9804654347
Basic functionality implemented
2014-03-30 19:19:53 +02:00
Jonas Kalderstam
2178a7b94a
First commit
...
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2014-03-30 19:19:53 +02:00