Changes between Version 6 and Version 7 of AndroidBoincImpl
- Timestamp:
- Feb 20, 2013, 11:37:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincImpl
v6 v7 1 [[PageOutline]] 2 1 3 = AndroidBOINC = 2 4 … … 86 88 Computation is stopped if battery charge is below 95%. 87 89 88 == Config file == 90 == Implementation notes == 91 92 === Config file === 89 93 90 94 A config file (currently prefs.xml, should be renamed) will contain … … 92 96 * "seen welcome?" (has the user seen the welcome dialog?) 93 97 94 == Installation==98 === Installation === 95 99 96 100 Unlike Win/Mac, can't do any logic in the installer. … … 111 115 If the user doesn't run the app, nothing will happen until the next time they boot the device (see below). 112 116 113 == Boot time==117 === Boot time === 114 118 115 119 "boot receiver" function … … 122 126 }}} 123 127 124 == GUI startup==128 === GUI startup === 125 129 {{{ 126 130 if newer version of client (based on MD5) … … 134 138 }}} 135 139 136 == App shutdown by OS==140 === App shutdown by OS === 137 141 * GUI 138 142 * if lose connection to client, wait until system is not low on memory … … 144 148 * if task got SIGKILL, temporary_exit(60) 145 149 146 == GUI exit==150 === GUI exit === 147 151 * leave the client running 148 152 * need an "exit all" button some