All Projects → sunfusheng → Firupdater

sunfusheng / Firupdater

Fir.im通道APK更新器,使用简单,让自己的demo快速具备升级功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Firupdater

Zoom2Youtube
Transfer video recordings from the Zoom to YouTube
Stars: ✭ 63 (-57.43%)
Mutual labels:  downloader, notification
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (-77.03%)
Mutual labels:  downloader, updater
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-75.68%)
Mutual labels:  downloader, updater
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-76.35%)
Mutual labels:  downloader, updater
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (-68.92%)
Mutual labels:  downloader, updater
Update4j
Create your own auto-update framework
Stars: ✭ 497 (+235.81%)
Mutual labels:  updater, downloader
BulkDownloader
BulkDownloader is used for multiple downloading process easy. It provides progress listener for each files and for whole file. It guarantees completion of download files as it runs on work manager
Stars: ✭ 24 (-83.78%)
Mutual labels:  downloader, notification
Geoip Updater
Download and update MaxMind's GeoIP2 databases on a time-based schedule
Stars: ✭ 29 (-80.41%)
Mutual labels:  updater, downloader
Ttkdownloader
TTKDownloader that imitation xunlei downloader, based on Qt for windows and linux.
Stars: ✭ 131 (-11.49%)
Mutual labels:  downloader
Cnki Downloader
知网(CNKI)文献下载工具
Stars: ✭ 1,741 (+1076.35%)
Mutual labels:  downloader
189cloud Downloader
一个不限速的天翼云网盘下载器。(支持分享链接下载、支持Windows、Linux、macOS)Based Go.
Stars: ✭ 121 (-18.24%)
Mutual labels:  downloader
Noty
A simple library for creating animated warnings/dialogs/alerts for Android.
Stars: ✭ 136 (-8.11%)
Mutual labels:  notification
Follow Github Organisation
Get notified when a new repository is created in a GitHub organisation
Stars: ✭ 143 (-3.38%)
Mutual labels:  notification
Kissanime Batch Downloader
🇯🇵 📺 KissAnime, KissCartoon and KissAsian batch links generator script
Stars: ✭ 131 (-11.49%)
Mutual labels:  downloader
Ipadownloadtool
输入下载页面链接自动解析ipa下载地址,支持本地下载,支持蒲公英和fir及其他所有自定义下载页面(由于是通过拦截webView的itms-services://请求获取plist文件,因此理论上可无视所有的请求加密、校验措施,支持各类企业版、内测包ipa下载)
Stars: ✭ 145 (-2.03%)
Mutual labels:  downloader
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (-13.51%)
Mutual labels:  downloader
Downloader
Fast and reliable multipart downloader with asynchronous progress events for .NET applications.
Stars: ✭ 128 (-13.51%)
Mutual labels:  downloader
Axel
Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.
Stars: ✭ 1,997 (+1249.32%)
Mutual labels:  downloader
Instagramdownloader
Firefox and Chrome Extention which creates an download button for instagram images and videos and videos
Stars: ✭ 144 (-2.7%)
Mutual labels:  downloader
Go Fcm
Firebase Cloud Messaging Library for Golang
Stars: ✭ 138 (-6.76%)
Mutual labels:  notification

FirUpdater Download

Fir.im通道APK更新器,使用简单,让自己的demo快速具备升级功能


应用截图


Gradle:

工程的 build.gradle 添加:

allprojects {
    repositories {
        maven { url 'https://dl.bintray.com/sfsheng0322/maven' }
    }
}

模块的 build.gradle 添加:

compile 'com.sunfusheng:FirUpdater:<latest-version>'

Android 8.0以上需要添加权限

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>

使用

1、检查升级一行代码即可:

FirUpdater.getInstance(context)
    .apiToken(YOUR_FIR_API_TOKEN)
    .appId(YOUR_FIR_APP_ID)
    .apkPath(YOUR_APK_PATH)
    .apkName(YOUR_APK_NAME)
    .checkVersion();

2、如果不设置apkPath,默认下载到SDCard的根目录下

3、如果不设置apkName,默认名称为【appName-versionName】


扫一扫Fir.im二维码下载APK


个人微信公众号


请作者喝杯咖啡^_^


关于我

GitHub: sunfusheng

个人邮箱: [email protected]

个人博客: sunfusheng.com

简书主页

新浪微博

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].