Commit Graph

30 Commits

Author SHA1 Message Date
rastik 16ac20ddb3 Select one file with a single click 2016-06-25 00:16:18 +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 82fedcb24b Add Nullable/Nonnull annotations to interfaces 2016-05-13 23:07:11 +02: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
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 7201a2130e Make click events overridable.
Fixes #48
2015-08-25 13:01:38 +02:00
Jonas Kalderstam c2f4f054b7 Handle runtime permissions in Android M.
Fixes #24
2015-08-18 18:06:38 +02:00
Jonas Kalderstam 4a2001ef57 Do not override existing arguments
Fixes #40

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-08-04 12:44:38 +02:00
Huxley Oosthuizen e414ce5b54 Ensure toasts don't get queued up 2015-08-03 12:34:11 +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 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 9857de8523 Handle rotation correctly
fixes #15

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-29 22:57:02 +02:00
Jonas Kalderstam 50e826f5ad Fix parent container issue
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2015-04-28 19:27:06 +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 67c127d677 Fix some lint warnings
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2014-09-16 21:24:28 +02:00
Jonas Kalderstam 1d976cd634 Set attributes protected instead of private 2014-04-03 01:51:09 +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 fca1731e05 Fix directory handling with single select 2014-04-01 01:50:04 +02:00
Jonas Kalderstam d099226c9c Fix a lint comment
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2014-04-01 00:31:20 +02:00
Jonas Kalderstam 423716aae4 Can now mark multiple files
Also generalized the dialog
2014-04-01 00:20:07 +02:00
Jonas Kalderstam cab9cd63a3 Basis for selecting multiple files. Need UI parts. 2014-03-31 17:53:39 +02:00
Jonas Kalderstam a66bfdb4d2 Lint fixes 2014-03-31 02:44:38 +02:00
Jonas Kalderstam 9a0882a1be File version fully operational 2014-03-31 02:32:06 +02:00
Jonas Kalderstam 9804654347 Basic functionality implemented 2014-03-30 19:19:53 +02:00