Changes between Version 6 and Version 7 of AndroidBoincImpl


Ignore:
Timestamp:
Feb 20, 2013, 11:37:05 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincImpl

    v6 v7  
     1[[PageOutline]]
     2
    13= AndroidBOINC =
    24
     
    8688   Computation is stopped if battery charge is below 95%.
    8789
    88 == Config file ==
     90== Implementation notes ==
     91
     92=== Config file ===
    8993
    9094A config file (currently prefs.xml, should be renamed) will contain
     
    9296 * "seen welcome?" (has the user seen the welcome dialog?)
    9397
    94 == Installation ==
     98=== Installation ===
    9599
    96100Unlike Win/Mac, can't do any logic in the installer.
     
    111115If the user doesn't run the app, nothing will happen until the next time they boot the device (see below).
    112116
    113 == Boot time ==
     117=== Boot time ===
    114118
    115119"boot receiver" function
     
    122126}}}
    123127
    124 == GUI startup ==
     128=== GUI startup ===
    125129{{{
    126130if newer version of client (based on MD5)
     
    134138}}}
    135139
    136 == App shutdown by OS ==
     140=== App shutdown by OS ===
    137141 * GUI
    138142  * if lose connection to client, wait until system is not low on memory
     
    144148  * if task got SIGKILL, temporary_exit(60)
    145149
    146 == GUI exit ==
     150=== GUI exit ===
    147151 * leave the client running
    148152 * need an "exit all" button some