Changes between Version 26 and Version 27 of AndroidBoincTodo
- Timestamp:
- Apr 21, 2013, 9:38:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincTodo
v26 v27 66 66 * move BOINC's projects/ directory to SD card an force move of binaries into slots (executable) 67 67 * think about how to handle storage status and preferences of clients 68 * Reconsider how BOINC client retrieves device state on Android (i.e. battery: charger, temp and level ; network: wifi state). Problematic because location of this information varies among devices/vendors/versions. 68 * Reconsider how BOINC client retrieves device state on Android (i.e. battery: charger, temp and level ; network: wifi state). 69 Problematic because location of this information varies among devices/vendors/versions. 70 * Add a Notices tab. 71 * Add support for GUI URLs. 69 72 * Possible approach: retrieve information through Java SDK, universal for all devices. Write to a file and let BOINC client retrieve information from there. Needs security mechanism in case Java application is off but Client is running (timestamp?)