Export to GitHub

android-random - default

Source Commits


Commits

Author Date Commit Message
jasta00 Jan 9, 2009 219 revised with a note about t-mobile's opportunistic connect strategy.
jasta00 Jan 8, 2009 218 tweaked retry interval parameters
jasta00 Jan 8, 2009 217 set keywords Id
jasta00 Jan 8, 2009 216 removed GPL license
jasta00 Jan 8, 2009 215 added an explicit ping button
jasta00 Jan 6, 2009 214 store started state so that we can recover from onCreate if crashed.
jasta00 Jan 6, 2009 213 fixed warnings
jasta00 Jan 6, 2009 212 generalized onStart log
jasta00 Jan 2, 2009 211 simplified logic to determine connectivity
jasta00 Jan 2, 2009 210 set debuggable=true
jasta00 Dec 30, 2008 209 added sophisticated logging to the storage card; fixed a problem where abort() w
jasta00 Dec 28, 2008 208 documentation
jasta00 Dec 28, 2008 207 fixed issue which could falsely stop the connection thread from retrying and als
jasta00 Dec 27, 2008 206 upped keep alive interval to 28 minutes
jasta00 Dec 27, 2008 205 added dialog explaining the 0 read timeout
jasta00 Dec 27, 2008 204 set SoTimeout to 0 as the keep-alive does not demand a response from the server
jasta00 Dec 27, 2008 203 tweaking, improved logging, increased read timeout, decreased keep-alive interva
michael.novakjr Dec 27, 2008 202 RemoteLogger runs on devices now, builds against 1.0 SDK
jasta00 Dec 27, 2008 201 added maven build option
michael.novakjr Dec 27, 2008 200 setup Logcat to run on the device, added a permission and fixed a few errors due
jasta00 Dec 27, 2008 199 added gpl headers
jasta00 Dec 27, 2008 198 adjusted keep-alive interval to 25 (from 28)
jasta00 Dec 27, 2008 197 formatting
jasta00 Dec 27, 2008 196 cleanup imports
jasta00 Dec 27, 2008 195 explicitly set a read timeout higher than our keep alive interval; also did away
jasta00 Dec 27, 2008 194 need ACCESS_NETWORK_STATE permission
jasta00 Dec 27, 2008 193 reworked and improved logic significantly. now a much more thorough demonstratio
jasta00 Dec 26, 2008 192 whitespace formatting
jasta00 Dec 23, 2008 191 tidied; modernized
jasta00 Dec 23, 2008 190 dont need ServiceActivity
jasta00 Dec 23, 2008 189 updated ServiceActivity
jasta00 Dec 23, 2008 188 TestKeepAlive: new example experimenting with efficient persistent TCP connectio
jasta00 Dec 23, 2008 187 dismiss progress dialog and fixed formatting
jasta00 Nov 25, 2008 186 fixed indentation
jasta00 Nov 21, 2008 185 reintroduced progress
jasta00 Nov 21, 2008 184 limit 1000 records so the query isnt slow as hell
jasta00 Nov 21, 2008 183 tidied/docs
jasta00 Nov 21, 2008 182 implemented the database transition gracefully by wrapping all cursors with extr
jasta00 Nov 20, 2008 181 initial work on a demonstration of how to swap an open database used by a conten
jasta00 Oct 1, 2008 180 arglist can be empty
jasta00 Sep 2, 2008 179 small fix to up-case the first letter of each method so that it fits with broadc
jasta00 Aug 27, 2008 178 INTERNET permission
jasta00 Aug 27, 2008 177 more detail about errors
jasta00 Aug 27, 2008 176 logic error fixed: sending error or sending finish should be exclusive.
jasta00 Aug 27, 2008 175 builds with 0.9r1
jasta00 Aug 27, 2008 174 lol, (c) 2008
jasta00 Aug 27, 2008 173 simplification
jasta00 Aug 27, 2008 172 documentation
jasta00 Aug 27, 2008 171 added svn:keywords
jasta00 Aug 27, 2008 170 Added aidl-cblistsub; see README
michael.novakjr Aug 21, 2008 169 initial import
michael.novakjr Aug 21, 2008 168 Share project 'GoLocal' into 'https://android-random.googlecode.com/svn'
jasta00 Aug 19, 2008 167 Solitaire: Updated to 0.9r1
jasta00 Aug 16, 2008 166 Solitaire: implemented save/loadGame logic for Freecell
jasta00 Aug 16, 2008 165 Solitaire: oops, array sorting fixed
jasta00 Aug 16, 2008 164 Solitaire: moved Klondike and Freecell to org.devtcg.games.solitaire.game.rules;
jasta00 Aug 16, 2008 163 Solitaire: initial Freecell logic (not functional yet)
jasta00 Aug 16, 2008 162 Solitaire: hack to allow CardViews to draw empty cards. logically, this makes n
jasta00 Aug 16, 2008 161 Solitaire: changed STACK_OFFSET to 16 (from 14; this should be a configurable pa
jasta00 Aug 16, 2008 160 Solitaire: set activity title to match game title
jasta00 Aug 16, 2008 159 generalized KlondikeObserver
jasta00 Aug 16, 2008 158 Solitaire: Use 1 card deals for now to make winning easier; use an option later
jasta00 Aug 15, 2008 157 Solitaire: minor cleanup
jasta00 Aug 15, 2008 156 Solitaire: added autoplay login (it has become clear that autoplay without anima
jasta00 Aug 15, 2008 155 Solitaire: for convenience, flipTopCard now returns the card flipped if there wa
jasta00 Aug 15, 2008 154 Solitaire: oops, respect the number of cards to add to the deck
jasta00 Aug 15, 2008 153 Solitaire: formatting
jasta00 Aug 15, 2008 152 Solitaire: use a nicer name to describe the game rules
jasta00 Aug 15, 2008 151 Solitaire: added the ability to select game rules (Klondike is still the only su
jasta00 Aug 15, 2008 150 Solitaire: formatting
jasta00 Aug 15, 2008 149 Solitaire: removed old ruleId
jasta00 Aug 15, 2008 148 Solitaire: formatting
jasta00 Aug 15, 2008 147 Solitaire: added R.java to svn:ignore
jasta00 Aug 15, 2008 146 Solitaire: set svn:ignore
jasta00 Aug 15, 2008 145 Solitaire: switched from using an integer based ruleId to the fully qualified cl
jasta00 Aug 15, 2008 144 Solitaire: implemented reading and writing card stacks
jasta00 Aug 15, 2008 143 Solitaire: rearranged order of suits in constructor to match enum
jasta00 Aug 15, 2008 142 Solitaire: add faceUp to the int,int constructor
jasta00 Aug 15, 2008 141 Solitaire: oops, call the right super
jasta00 Aug 15, 2008 140 removed unused imports
jasta00 Aug 15, 2008 139 Solitaire: Reorganized to include a manager activity, allowing game rules to be
jasta00 Aug 15, 2008 138 allow shuffling to be seeded
jasta00 Aug 14, 2008 137 JNITest: use /data not /sdcard, easier to use on the vogue
jasta00 Aug 14, 2008 136 JNITest: more sophisticated test running and display (to load on the Vogue)
jasta00 Aug 13, 2008 135 JNITest: switched to using GetPrimitiveArrayCritical which is less likely to cop
jasta00 Aug 13, 2008 134 JNITest: new INSTALL instructions
jasta00 Aug 13, 2008 133 JNITest: explicitly cast jint to unsigned int for MD5Update
jasta00 Aug 13, 2008 132 JNITest: Oops, return NULL on error, not JNI_FALSE
jasta00 Aug 13, 2008 131 JNITest: Oops, undo latest change to make the read an idle loop
jasta00 Aug 13, 2008 130 JNITest: added README crediting the tutorial I used to do this
jasta00 Aug 13, 2008 129 JNItest: added simple project to demonstrate using JNI from Android and also to
jasta00 Aug 11, 2008 128 Solitaire: i am convinced that onFreeze is not the right way to save now; using
jasta00 Aug 11, 2008 127 Solitaire: formatting
jasta00 Aug 11, 2008 126 Solitaire: fix for a NPE when both the deck and the dealt stack are empty.
jasta00 Aug 9, 2008 125 Solitaire: menu items to start new game; tidied up state file literal
jasta00 Aug 9, 2008 124 Solitaire: changed onStop to onPause (not that it matters much)
jasta00 Aug 9, 2008 123 Solitaire: persist state (and in onStop instead of onFreeze, due to M5 bugs *grr
jasta00 Aug 9, 2008 122 Solitaire: removed more debug
jasta00 Aug 9, 2008 121 Solitaire: removed some debug; fixed pading issue drawing empty card stacks; red
jasta00 Aug 9, 2008 120 Solitaire: minor fixes, polish; should now be fully playable