Changes between Version 51 and Version 52 of AndroidBoincTodo


Ignore:
Timestamp:
Jul 14, 2013, 4:40:39 AM (11 years ago)
Author:
Joachim
Comment:

categorized points

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincTodo

    v51 v52  
    66Please contact me (David Anderson) and post to boinc_dev if you want to help.
    77
    8  * Raise API level to 11+ to make use of new features, e.g.
    9   * Use Action Bar instead of tabs and menues, menu items in top right corner
    10   * Allow swiping between activities (previous tabs)
    11   * Add suspend/resume controls into Notification
     8* Under the hood
     9 * Investigate mechanism to keep service running (foreground service) http://developer.android.com/reference/android/app/Service.html#ProcessLifecycle
     10 * Optimize GUI RPC polling mechanism, i.e. poll data specific to a single Activity within its onResume - onPause lifecycle.
     11
     12
     13* Appearance
     14 * Use ActionBar instead of TabHost. (requires API Level 11+)
     15
     16* Features
     17 * Add suspend/resume controls into Notification
    1218 * Support attach to account manager
    1319 * Add SD card support in client '''(working Hugo Puhlmann)'''
     
    1622 * Support for x86-based Android devices. This should not require code changes, but adaption of the build process for the boinc client and the dummy library.
    1723 * Support "user active" detection by including it into status RPC.
    18  * Add a Notices tab.
     24 * Notices tab.
    1925 * Allow higher resolution project icons and slideshow images
    20  * Efficiency improvements, e.g. move RPC polling of data only used by a single Activity into that Activity's code and execute only when visible (from onResume to onPause)
    21  * Translations
     26
     27* Localization - Translation
    2228
    2329Notes: