file-selector

A themeable file picker library for Android.

License

License

GroupId

GroupId

co.arcs.android
ArtifactId

ArtifactId

file-selector
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

file-selector
A themeable file picker library for Android.
Project URL

Project URL

https://github.com/danhawkes/file-selector
Source Code Management

Source Code Management

https://github.com/danhawkes/file-selector

Download file-selector

How to add to project

<!-- https://jarcasting.com/artifacts/co.arcs.android/file-selector/ -->
<dependency>
    <groupId>co.arcs.android</groupId>
    <artifactId>file-selector</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.arcs.android/file-selector/
implementation 'co.arcs.android:file-selector:1.0.2'
// https://jarcasting.com/artifacts/co.arcs.android/file-selector/
implementation ("co.arcs.android:file-selector:1.0.2")
'co.arcs.android:file-selector:aar:1.0.2'
<dependency org="co.arcs.android" name="file-selector" rev="1.0.2">
  <artifact name="file-selector" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.arcs.android', module='file-selector', version='1.0.2')
)
libraryDependencies += "co.arcs.android" % "file-selector" % "1.0.2"
[co.arcs.android/file-selector "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

file-selector

A minimal, holo-themed file picker.

Features

  • Light and dark themes
  • Full-screen activity and dialog modes
  • Select files or folders, and filter by type

Usage

With Gradle:

Find the latest version on maven central.

compile 'co.arcs.android:file-selector:1.0.2@aar'

With Eclipse:

  1. Clone the project
  2. 'Import' -> 'Existing Android Code into Workspace'

Backlog

  • Support filter by file extension
  • Hide 'new folder' button when selecting a file (as doesn't make sense)

Contributing

Pull requests / bug reports are most welcome.

Licence

Apache 2.0

Versions

Version
1.0.2