Jonas Kalderstam
5074ab5e39
Update version and changelog
2016-06-09 00:10:57 +02:00
Jonas Kalderstam
b8794972e9
Merge pull request #89 from spacecowboy/fastscroller
...
Add FastScroller sample implementation
2016-06-09 00:07:53 +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
2dff30699c
Merge pull request #88 from spacecowboy/adapterfixes
...
Add a getItem method to FileItemAdapter
2016-06-09 00:04:05 +02:00
Jonas Kalderstam
947972869c
Add a getItem method to FileItemAdapter
...
And make its field protected.
2016-06-08 23:58:02 +02:00
Jonas Kalderstam
34f4768b54
Merge branch 'root'
2016-05-29 15:55:17 +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
4080ad60c7
Update gradle
2016-05-19 23:54:32 +02:00
Jonas Kalderstam
c7662e24d2
Update support library
2016-05-19 23:52:00 +02:00
Jonas Kalderstam
b48f2d9a02
Add missing Override annotation
2016-05-19 23:51:44 +02:00
Jonas Kalderstam
82fedcb24b
Add Nullable/Nonnull annotations to interfaces
2016-05-13 23:07:11 +02:00
Jonas Kalderstam
94af45be96
Make tint colors overridable
2016-05-13 20:41:05 +02:00
Jonas Kalderstam
c7d71208df
Migrate to new SVG icons instead of PNGs
2016-05-13 20:39:57 +02:00
Jonas Kalderstam
9cc21debcd
Update to latest build tools and support libraries
2016-05-13 19:28:22 +02:00
Jonas Kalderstam
19155c77c5
Update to latest build tools and bintray
2016-05-13 19:27:10 +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
45b73f483d
Update version in README
2016-02-24 02:31:28 +01:00
Jonas Kalderstam
b5ac6aba2d
Bump changelog
2016-02-24 02:29:42 +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
0351a69858
Add missing underscore
...
Just for consistency's sake
Fixes #63
2016-02-24 02:00:14 +01:00
Jonas Kalderstam
c83ad0afc3
Do not load directory again if already loading
...
Fixes crash if user quickly taps on two different directories,
where loading directories take a while, like Dropbox or any
other network source.
Fixes #73
2016-02-24 02:00:14 +01:00
Space Cowboy
c9cb497a14
Merge pull request #68 from callmepeanut/patch-1
...
Update README.md
2016-01-25 09:37:53 +01:00
Callmepeanut
ec3153a6d9
Update README.md
...
Update version to 2.5.0
2016-01-25 15:48:50 +08:00
Jonas Kalderstam
bc6599e7f5
Update license in gradle file
2016-01-14 00:57:51 +01:00
Jonas Kalderstam
00ff27d868
Update changelog
2016-01-14 00:54:22 +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
Jonas Kalderstam
ca0c6aa39a
Experiment with cache settings in travsi
2015-11-29 21:37:27 +01:00
Jonas Kalderstam
5df41c2b21
Add missing build tools to travis
2015-11-29 21:34:27 +01:00
Jonas Kalderstam
746409c5d1
Update travis-ci config
2015-11-29 21:31:14 +01:00
Jonas Kalderstam
14772ff6d7
Update changelog
2015-11-08 21:47:27 +01:00
Jonas Kalderstam
846c5e209e
Add separator above OK/Cancel buttons
...
Fixes #60
2015-11-08 21:42:31 +01:00
Jonas Kalderstam
c4f5d80a74
Update to newest build tool and support library
2015-11-08 21:29:52 +01:00
Jonas Kalderstam
b4fb9b5754
Update readme to point to new changelog
2015-11-08 21:29:52 +01:00
Jonas Kalderstam
f441c1673c
Switch versioning to use git
2015-11-08 21:29:52 +01:00
Space Cowboy
10be732d92
Merge pull request #58 from dvrajan/hide-hiddenfiles-support
...
Hide hiddenfiles support
2015-10-30 21:23:39 +01:00
dvrajan
25676ceb9a
Moving hiddenitmes option to FilePickerFragment.java
2015-10-31 01:13:01 +05:30
Jonas Kalderstam
c71d216e31
Remove old changelog
2015-10-27 23:25:38 +01:00
Jonas Kalderstam
e8d98dc406
Add a nicer change log
2015-10-27 11:27:04 +01:00
dvrajan
ef45d18ae3
fixing variable name typo
2015-10-26 23:17:55 +05:30
dvrajan
81b6085731
Hidden files will not be shown by default, can diplay them if required
2015-10-26 23:16:13 +05:30
Jonas Kalderstam
eb847de1b9
Bump version
2015-09-30 18:20:07 +02:00
Space Cowboy
e73f636374
Merge pull request #55 from marbat87/master
...
Lowered minSdk to API 9
2015-09-30 18:17:23 +02:00
marbat87
45f2641bb0
Lowered minSdk to API 9
2015-09-30 12:06:18 +02:00
Jonas Kalderstam
dfef9b0e4e
Update Glide version
2015-09-29 17:36:55 +02:00
Jonas Kalderstam
30d1fa78b6
Add mp4 to media extensions in sample app
2015-09-29 17:33:25 +02:00
Space Cowboy
bcf59d45c8
Merge pull request #53 from alishari/master
...
Add Video Thumbnail preview and set default theme to light
2015-09-29 17:24:49 +02:00
Ali Shariat
bf35ea60fe
Showing Preview of Multimedia
2015-09-29 12:25:02 +03:30
Ali Shariat
7926060945
Merge remote-tracking branch 'origin/master'
...
Conflicts:
sample/build.gradle
sample/src/main/java/com/nononsenseapps/filepicker/sample/MultimediaPickerFragment.java
sample/src/main/res/layout/activity_no_nonsense_file_picker.xml
2015-09-29 12:22:54 +03:30