- New: Add callback for uploading local files
- Fix: Bug fixes
- New: Add single-service scenario
- Fix: Bug fixes
- Fix: Bug fixes
- Fix: Bug fixes styles
- Fix: Encode file names before pick
- New: Add showErrorToast option
- New: Add public method to upload files without going showing the interface
- Fix: Fixed crash of the app when user uploads picture from Gallery->Google Drive
- New: Add maxSize option for pick
- New: Support for Evernote and OneDrive
- New: Max files option
- New: Security support
- Fix: Bug fixes
- Fix: Bug fixes
- New: When user specifies video mime type use it for Gallery and Camera
- Fix: Code optimizations
- Fix: Update Retrofit, OkHttp and Picasso to the latest versions
- Fix: Displaying images in Flickr
- Fix: Handle ActivityNotFoundExeception when Camera not found
- Fix: Clearing web view session for Android version < 21
- Fix: Bugs during uploading files
- Fix: Login out from all services
- Fix: Bugs with login view for services
- Fix: Major performance improvements
- Fix: Bug fixing
- Fix: Bug fixing
- UI: Disable providers list and show progress bar when the user picks file from gallery or camera
- New: Add ActionBar Up caret
- Fix: UI improvements for upload and export list views
- Fix: Improve Grid views efficiency for lists containing many elements
- Fix: Bug fixing
- Fix: Optimize java code
- New: Allow setting choose options
- Fix: Fixes bug when user rotates the phone while camera is used
- New: Add progress bar during an uploading of a local file.
- New: Add localPath property to FPFile pointing to the file’s path on the device
- Fix: Changed library theme to FilepickerTheme so the so the probability of name conflict is lower.
- New: Add option to get multiple files.
- New: Simplify the way project can be included in other projects for Maven and Gradle users.
- New: Add service - Amazon Cloud Drive.
- New: Export action to upload local files to services (with checking whether the file is uploaded as a new one or an update)
- New: Add a button to logout from service
- Fix: Use Square’s Picasso library to load images (instead of error-prone processing of Bitmaps in AsyncTasks)
- Fix: Use Square’s Retrofit library for network operations and handling of network-related errors (instead of troublesome android-built methods)
- Fix: User GSON library for JSON processing instead of built-in Java methods
- Fix: Use fragments to display views according to android best practices.
- Fix: Use Greenrobot EventBus for communication between libraries components
- Fix: Getting path to local file is changed to work on KitKat and higher versions.
- Fix: Change the way services and mimetypes can be selected.
- Fix: Uploading/downloading data to/from Filepicker API is moved to background service.