Activity for C.H. Huang

  • C.H. Huang C.H. Huang merged merge request #10 on uGet 2

    Set Downloads as default dir

  • C.H. Huang C.H. Huang merged merge request #9 on uGet 2

    Add AppStream metadata file

  • C.H. Huang C.H. Huang merged merge request #8

    Fix issues 40 (GitHub)

  • C.H. Huang C.H. Huang committed [6ee0ed]

    fix: ug_array_insert() and ug_array_erase() incorrect calculation of size.

  • C.H. Huang C.H. Huang committed [19f8df]

    update Copyright string.

  • C.H. Huang C.H. Huang committed [ac9fdc]

    Create new Android project for uGet for Android.

  • C.H. Huang C.H. Huang committed [fc2ab4]

    Add JNI C source code to project.

  • C.H. Huang C.H. Huang committed [861d2e]

    Add Java interface for JNI code.

  • C.H. Huang C.H. Huang committed [ca5577]

    add/porting MainApp and related files from uGet for Android 1.5.4

  • C.H. Huang C.H. Huang committed [b6839e]

    add SettingsActivity (extends AppCompatPreferenceActivity) and related data.

  • C.H. Huang C.H. Huang committed [0b3f65]

    CategoryAdapter can enable/disable mix mode to show/hide first item - "All Category".

  • C.H. Huang C.H. Huang committed [b2af4e]

    remove default icons. (Please use next commit)

  • C.H. Huang C.H. Huang committed [382e87]

    add uGet icons.

  • C.H. Huang C.H. Huang committed [febf37]

    change Toolbar color. It use the same background color as uGet round icon.

  • C.H. Huang C.H. Huang committed [febf37]

    change Toolbar color. It use the same background color as uGet round icon.

  • C.H. Huang C.H. Huang committed [a5c495]

    remove original NavigationView. It is replaced by Status/Category selector.

  • C.H. Huang C.H. Huang committed [92997d]

    change title of SettingsActivity and remove unused code.

  • C.H. Huang C.H. Huang committed [e15d82]

    Fix: Android Studio can't find JNI functions.

  • C.H. Huang C.H. Huang committed [3683c5]

    rename category_item & download_item to item_category & item_download.

  • C.H. Huang C.H. Huang committed [dc4603]

    add field "group" in class Download.

  • C.H. Huang C.H. Huang committed [c851aa]

    adjust colors in item_category.xml and item_download.xml

  • C.H. Huang C.H. Huang committed [151adf]

    Fix: Display incorrect selected/unselected items in DownloadAdapter.

  • C.H. Huang C.H. Huang committed [011d6c]

    add error/debug message in DownloadAdapter and use default background color of ProgressBar.

  • C.H. Huang C.H. Huang committed [c1917c]

    adjust icons color for DownloadAdapter and categoryAdapter.

  • C.H. Huang C.H. Huang committed [568745]

    add dividers in RecyclerView downloadListView.

  • C.H. Huang C.H. Huang committed [295b3c]

    adjust layout of RecyclerView downloadListView in MainActivity.

  • C.H. Huang C.H. Huang committed [628259]

    clear selections of DownloadAdapter when user choose Status or Category.

  • C.H. Huang C.H. Huang committed [c024b5]

    remove unnecessary code in MainApp

  • C.H. Huang C.H. Huang committed [e8f371]

    add function getNthCategory() in MainApp.

  • C.H. Huang C.H. Huang committed [e65859]

    CategoryAdapter and StateAdapter can work with notifyItemChanged().

  • C.H. Huang C.H. Huang committed [93f742]

    adjust layout of category item for CategoryAdapter and StateAdapter.

  • C.H. Huang C.H. Huang committed [36ee99]

    add comments for using DownloadAdapter with notifyItemChanged()

  • C.H. Huang C.H. Huang committed [c67808]

    Because old file doesn't save this field, I set a default value for old one.

  • C.H. Huang C.H. Huang committed [3b9501]

    set pressed state color for Download/Category item.

  • C.H. Huang C.H. Huang committed [ae1605]

    add OnLongClickListener in CategoryAdapter, DownloadAdapter, and StateAdapter.

  • C.H. Huang C.H. Huang committed [f709be]

    adjust padding of RecyclerView in MainActivity.

  • C.H. Huang C.H. Huang committed [abd6e6]

    add NodeActivity and its related files and changes.

  • C.H. Huang C.H. Huang committed [b2acdb]

    Adjust color for category and download item.

  • C.H. Huang C.H. Huang committed [530e0d]

    check WRITE_EXTERNAL_STORAGE permission on startup.

  • C.H. Huang C.H. Huang committed [8c9020]

    use Snackbar to replace Toast in Activity and add more translation strings.

  • C.H. Huang C.H. Huang committed [c7de1d]

    curl plug-in: fix position of repeating.

  • C.H. Huang C.H. Huang committed [706089]

    add new function to get reference counts of Info.

  • C.H. Huang C.H. Huang committed [cbb2d6]

    reset name after user change download properties.

  • C.H. Huang C.H. Huang committed [f3d90b]

    implement ListView selection API in DownloadAdapter.

  • C.H. Huang C.H. Huang committed [69ef2c]

    change error and upload state icon in DownloadAdapter.

  • C.H. Huang C.H. Huang committed [506446]

    use display default navigation icon.

  • C.H. Huang C.H. Huang committed [f4bf49]

    MainApp use DownloadAdapter.clearChoices() to clear selection.

  • C.H. Huang C.H. Huang committed [9d194c]

    add "About uGet" in SettingsActivity.

  • C.H. Huang C.H. Huang committed [83baef]

    support Android built-in sharing menu.

  • C.H. Huang C.H. Huang committed [cc0375]

    Implement Category functions and selection mode in MainActivity.

  • C.H. Huang C.H. Huang committed [cb5a0e]

    rename Download.java to DownloadProp.java, Category.java to CategoryProp.java

  • C.H. Huang C.H. Huang committed [62d709]

    Fix: uget_sequence_generate() get incorrect result.

  • C.H. Huang C.H. Huang committed [dbd38a]

    implement "URL Sequence batch".

  • C.H. Huang C.H. Huang committed [1bea8d]

    use new notification icon to replace original launcher icon.

  • C.H. Huang C.H. Huang committed [ebf092]

    add output parameter 'deleted_nodes' to uget_app_trim()

  • C.H. Huang C.H. Huang committed [890f49]

    add 3 menu item in Submenu 'delete'.

  • C.H. Huang C.H. Huang committed [d37a96]

    When downloading, it show speed info in MainActivity's toolbar.

  • C.H. Huang C.H. Huang committed [7f62bd]

    Fix: No response when user click NodeActivity's NavigationIcon.

  • C.H. Huang C.H. Huang committed [94f119]

    change string ID in NodeActivity.

  • C.H. Huang C.H. Huang committed [a9b25d]

    adjust layout of download list item.

  • C.H. Huang C.H. Huang committed [b9737e]

    adjust layout of SequenceForm.

  • C.H. Huang C.H. Huang committed [db58cb]

    adjust layout of DownloadForm and CategoryForm.

  • C.H. Huang C.H. Huang committed [818a1a]

    Disable click through on items behind the drawer for MainActivity and NodeActivity.

  • C.H. Huang C.H. Huang committed [1cc266]

    Add filename to message when user import/export category.

  • C.H. Huang C.H. Huang committed [84ca47]

    show message if no download item in MainActivity.

  • C.H. Huang C.H. Huang committed [f0a102]

    Add AdView to MainActivity.

  • C.H. Huang C.H. Huang committed [d6e602]

    use rangeTypeEnableCountdown to replace autoComplete in SequenceForm.

  • C.H. Huang C.H. Huang committed [64dadb]

    save/restore NodeActivity status when user rotate device.

  • C.H. Huang C.H. Huang committed [a4673b]

    DownloadAdapter can enable/disable selection click.

  • C.H. Huang C.H. Huang committed [73746d]

    add category popup menu in MainActivity.

  • C.H. Huang C.H. Huang committed [526ebc]

    DownloadProp.group remove default value.

  • C.H. Huang C.H. Huang committed [059c3f]

    resize icons from 32dp to 24dp in Toolbar. (Material Design)

  • C.H. Huang C.H. Huang committed [04eb0a]

    adjust layout - item_download.xml and item_category.xml

  • C.H. Huang C.H. Huang committed [c032a9]

    change "All Status" icon in StateAdapter.

  • C.H. Huang C.H. Huang committed [ff81a0]

    change color of Android Status Bar when system use layout-sw600dp-land.

  • C.H. Huang C.H. Huang committed [c77d8f]

    modify some string in FileUtil.java and SettingsActivity.java

  • C.H. Huang C.H. Huang committed [78f15f]

    modify some pixels in ic_notification.png

  • C.H. Huang C.H. Huang committed [c7f3bc]

    update build files.

  • C.H. Huang C.H. Huang committed [c7f3bc]

    update build files.

  • C.H. Huang C.H. Huang committed [24e9ec]

    avoid that RecyclerView's views are blinking when notifyDataSetChanged()

  • C.H. Huang C.H. Huang committed [ef5a5a]

    adjust layout file - form_sequence.xml

  • C.H. Huang C.H. Huang committed [6d694a]

    DownloadAdapter add field "singleSelection" to switch single or multiple selection.

  • C.H. Huang C.H. Huang committed [4858de]

    Fix: display incorrect menu and title when selection mode switch on/off.

  • C.H. Huang C.H. Huang committed [61f084]

    hides the keyboard when entering the NodeActivity.

  • C.H. Huang C.H. Huang committed [2a093b]

    modify icon and label in "About uGet". It used by SettingsActivity.

  • C.H. Huang C.H. Huang committed [46f3c8]

    Fix: program crash after user rotate device when selection mode switch on.

  • C.H. Huang C.H. Huang committed [27a26b]

    Fix: no response when user click home button in SettingsActivity. (Test in Android 5)

  • C.H. Huang C.H. Huang committed [71c324]

    update build files.

  • C.H. Huang C.H. Huang committed [1483d4]

    change string in "About uGet". (SettingsActivity)

  • C.H. Huang C.H. Huang committed [b0ad1a]

    Fix: display incorrect position when user move item in download list.

  • C.H. Huang C.H. Huang committed [8e9a06]

    show number of active download and speed in notification.

  • C.H. Huang C.H. Huang committed [f55987]

    Fix: display incorrect status/data in NodeActivity.

  • C.H. Huang C.H. Huang committed [6366fa]

    remove Node.Group. It was replaced by Info.Group

  • C.H. Huang C.H. Huang committed [f4f841]

    Fix: program doesn't notify message if error occurred.

  • C.H. Huang C.H. Huang committed [a42dec]

    refresh list of download after sort changed.

  • C.H. Huang C.H. Huang committed [503d19]

    avoid that RecyclerView's views are blinking when notifyDataSetChanged()

  • C.H. Huang C.H. Huang committed [529fed]

    override getItemId() and call setHasStableIds(true) to avoid losing focus.

  • C.H. Huang C.H. Huang committed [bbea35]

    change message string in subtitle and notification.

  • C.H. Huang C.H. Huang committed [3940c4]

    Fix: notify "download complete" if user press "STOP" in selection mode.

  • C.H. Huang C.H. Huang committed [0d4892]

    change name of string resource and remove unused strings.

1 >