You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

co.arcs.android:file-selector

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co.arcs.android:file-selector

A themeable file picker library for Android.


Version published
Maintainers
1

Readme

Source

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:

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

This isn't on maven central (yet), so you'll also need to add the repository:

repositories {
    mavenCentral( 
    maven {
        url "https://arcs.co/archiva/repository/external/"
    }
}

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

FAQs

Package last updated on 07 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc