Skip to content

Easily upload files (FTP / Multipart / Binary) in the background with progress indication notification

License

Notifications You must be signed in to change notification settings

BJSam/android-upload-service

This branch is 235 commits behind gotev/android-upload-service:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 4, 2019
e188a3c · Jun 4, 2019
Jan 20, 2019
Nov 21, 2017
Mar 21, 2019
Jan 20, 2019
Mar 21, 2019
Mar 21, 2019
Mar 21, 2019
Jul 29, 2017
Feb 25, 2017
Mar 22, 2019
Aug 1, 2017
Aug 2, 2017
Jun 4, 2019
Aug 1, 2017
Mar 21, 2019
Jan 20, 2019
Nov 19, 2017
Jan 11, 2017
Jan 11, 2017
Oct 15, 2015
Aug 31, 2016
Jun 23, 2014
Mar 21, 2019
Feb 18, 2019
Jan 11, 2017

Repository files navigation

Android Upload Service

Android Arsenal Build Status Download Javadocs

ℹ️ Get started!
📱 Download demo APK

compose-upload upload

Features

  • tiny library
  • upload files to a server with FTP, HTTP multipart/form-data or binary requests
  • be able to easily implement other upload protocols as plugins
  • handle multiple concurrent uploads in the background, even if the device is idle (Doze mode)
  • automatically retry failed uploads, with a configurable exponential backoff
  • possibility to automatically delete uploaded files when the upload is successful
  • show status in the Android Notification Center (with support for stacking notifications).
  • be able to change the underlying HTTP stack. Currently HttpURLConnection (the default) and OkHttp are supported. You can also implement your own.
  • be able to set library log level and to provide custom logger implementation
  • easily customize the notification with text, icons and actions for the different states

At the core of the library there is a Service which handles multiple concurrent upload tasks in the background. It publishes broadcast intents to notify status. This way the logic is completely decoupled from the UI. Read further to learn how you can use it in your App.

Powered by Android Upload Service

Apps and libraries powered by this library. To be included in the following list, simply create an issue and provide the app name and a link.

Contributing

  • Do you have a new feature in mind?
  • Do you know how to improve existing docs or code?
  • Have you found a bug?

Contributions are welcome and encouraged! Just fork the project and then send a pull request. Be ready to discuss your code and design decisions.

Do you like the project?

Put a star, spread the word and if you want to offer me a free beer, Donate

License

Copyright (C) 2013-2019 Aleksandar Gotev

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Easily upload files (FTP / Multipart / Binary) in the background with progress indication notification

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • Ruby 2.5%
  • Shell 0.9%