Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
strings.xml | 2015-05-01 | 11.5 kB | |
README.android.txt | 2015-05-01 | 3.4 kB | |
uget-android-1.0.12.apk | 2015-05-01 | 3.9 MB | |
Totals: 3 Items | 3.9 MB | 0 |
uGet 1.0.12 for Android * Please uninstall older version(<1.0.9) before you install this version. This version must running at Android 4+ * strings.xml is translation file. v1.0.12 Changes: 1. update libcurl to 7.41.0 2. clipboard monitor add a new file type 'WEBM'. 3. Fix: can't apply some aria2 settings after user change it. v1.0.11 Changes: 1. display retry count and time left in download list if possible. 2. provide JSON-RPC over TCP (connect to localhost:14777) ** 3. provide JNI binary for Intel CPU. 4. support Android 64bit file I/O 5. upgrade OpenSSL to 1.0.1l 6. Fix: program exit when user switch between portrait and landscape mode in 1.0.10 7. Fix: avoid exception if program show pop-up menu in Android 5+. ** see "doc/JSON-RPC_interface.txt" in Git repo. v1.0.10 Changes: 1. Use Android Service to avoid lifecycle problem (crash on startup). 2. curl plug-in: report more error (e.g. Failed to create file) after connecting. 3. curl plug-in: avoid crash if filename repeated counts > 999 4. aria2 plug-in: clear uploading flag if aria2 status changed. v1.0.9 Changes: 1. curl plug-in: retry all URI (include mirrors) every time. 2. curl plug-in: response error if file size is different. 3. aria2 plug-in: change lowest speed limit to 128 byte/sec. 4. aria2 plug-in: Don't change node name If URI scheme is "magnet". 5. aria2 plug-in: Don't change URI If URI scheme is "magnet". 6. aria2 plug-in: Don't set uploading status if no downloaded data. 7. magnet: get and show name from magnet URI. v1.0.8 Changes: 1. reduce start-up time. 2. curl plug-in: reset speed if download thread restart. 3. curl plug-in: change file auto rename counts to 10000. 4. curl plug-in: response error if error occur when create large file. 5. Fix: user can't pause some downloading task. v1.0.7 Changes: 1. add feature - Autosave. v1.0.6 Changes: 1. Show confirm dialog when user delete category. 2. Show Context menu when user long click empty space in download list. 2. update OpenSSL v1.0.5 Changes: 1. curl plug-in: restore SSL cipher and SSL version to default value. 2. Use google play services. v1.0.4 Changes: 1. curl plug-in: Program must get file timestamp even if file has existed. 2. aria2 plug-in: "max-concurrent-downloads" is global option, don't use it with gid. 3. aria2 plug-in: add "split" option to avoid less connections if user specify mirrors. 4. Remove line breaks from setting of clipboard monitor and aria2 arguments. v1.0.3 Changes: 1. Rewrite aria2 launching code. 2. Support aria2 RPC authorization secret token (Aria2 v1.8.4 new feature). 3. Rebuild SSL code to improve performance. v1.0.2: First beta version. * Please uninstall uGet 1.0.2 Beta before you install this version. * Android version stop to retry if plug-in can't resolve host. * If you want to run aria2 in local device, you must install aria2c by yourself. ------ How to install and run aria2 in local Android device. Step 1. Get aria2 for Android from http://aria2.sourceforge.net/ Step 2. Install aria2c to your device. If you have adb, you can use below commands to install: $ adb push aria2c /data/local/tmp $ adb shell chmod 755 /data/local/tmp/aria2c Step 3. Setup uGet App: 1. Select Menu -> Settings 2. Choose Aria2 plug-in options 3. Enable Run aria2 in this device 4. Setup Path to /data/local/tmp/aria2c