Changes between Version 51 and Version 52 of AndroidBoincTodo
- Timestamp:
- Jul 14, 2013, 4:40:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincTodo
v51 v52 6 6 Please contact me (David Anderson) and post to boinc_dev if you want to help. 7 7 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 12 18 * Support attach to account manager 13 19 * Add SD card support in client '''(working Hugo Puhlmann)''' … … 16 22 * 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. 17 23 * Support "user active" detection by including it into status RPC. 18 * Add aNotices tab.24 * Notices tab. 19 25 * 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 22 28 23 29 Notes: