Eric House
|
af0522b0f4
|
always serve the newest .apk for debug builds wanting to upgrade
|
2014-03-26 18:44:14 -07:00 |
|
Eric House
|
9993ef1e4c
|
add function to return all apks sorted by creation time
|
2014-03-26 08:22:17 -07:00 |
|
Eric House
|
6c8cedf5bb
|
rename GamesList -> GamesListActivity, then move most of it into GamesListDelegate. This is part of exploring what it'll take to separate Activity-ness from the rest that can then also be used, say, from a Fragment.
|
2014-03-24 21:10:02 -07:00 |
|
Eric House
|
3b971e0153
|
tweak build timestamp format
|
2014-03-06 22:11:13 -08:00 |
|
Eric House
|
0a601a73a4
|
(commented out) line to cause ndk to be built without optimization for better source-level debugging
|
2014-03-04 07:07:44 -08:00 |
|
Eric House
|
56c05869da
|
allow to run from bin directory, which turns out to be useful
|
2014-03-01 12:39:51 -08:00 |
|
Eric House
|
e536a6d3ee
|
format build timestamp added to about dialog
|
2014-02-28 06:47:44 -08:00 |
|
Eric House
|
536a1e3b13
|
install dbg variant too
|
2014-02-11 22:11:28 -08:00 |
|
Eric House
|
80c3374728
|
add build timestamp to about dialog (needs better formatting)
|
2014-02-10 19:20:35 -08:00 |
|
Eric House
|
9b43fed03f
|
rule for .jar files: copy
|
2014-02-10 18:32:00 -08:00 |
|
Eric House
|
4b293ac89b
|
add Crittercism App ID if available
|
2014-02-10 07:32:16 -08:00 |
|
Eric House
|
d02481879b
|
catch debug variant up with recent changes and lay groundwork for including crittercism in it.
|
2014-02-10 07:31:52 -08:00 |
|
Eric House
|
ed9b9646e7
|
launch app after installing
|
2014-02-07 07:34:09 -08:00 |
|
Eric House
|
2b653dcf9b
|
add build script
|
2014-02-02 11:27:09 -08:00 |
|
Eric House
|
af801997ef
|
update name of target SDK version (but not the version itself)
|
2014-01-07 07:19:47 -08:00 |
|
Eric House
|
bbbc8124ba
|
uninstall based on where called from
|
2013-12-06 08:00:03 -08:00 |
|
Eric House
|
856474a9b9
|
remove mistaken echo
|
2013-12-05 07:55:25 -08:00 |
|
Eric House
|
ea3347ad4a
|
fix to install and launch based on location run from
|
2013-12-05 07:47:13 -08:00 |
|
Eric House
|
0c15a0000e
|
pass package to script so can work from variants
|
2013-12-04 20:32:15 -08:00 |
|
Eric House
|
2eefd14231
|
fix so --clean gets respected
|
2013-12-04 19:42:18 -08:00 |
|
Eric House
|
0c30dd6bf4
|
new script to uninstall then install
|
2013-12-03 08:26:41 -08:00 |
|
Eric House
|
742a94783f
|
launch app after installing
|
2013-12-03 08:26:26 -08:00 |
|
Eric House
|
3ccc9ac0f1
|
use auto-generated BuildConstants class instead of my own act-alike
|
2013-12-03 07:15:03 -08:00 |
|
Eric House
|
6a6e5b2f4f
|
script to ... fetch screenshots
|
2013-11-28 11:42:07 -08:00 |
|
Eric House
|
f50badc428
|
rename script
|
2013-11-26 08:06:53 -08:00 |
|
Eric House
|
25144b8e82
|
script to push a .xwd file onto a device -- or mine anyway
|
2013-11-21 19:20:23 -08:00 |
|
Eric House
|
2d7c845ebb
|
Merge remote branch 'origin/android_branch' into android_branch
|
2013-11-21 05:25:23 -08:00 |
|
Eric House
|
8de638a047
|
update explaining kitkat
|
2013-11-21 05:24:36 -08:00 |
|
Eric House
|
edadc962f8
|
rename generated file; set logging on by default for debug builds
|
2013-11-14 21:56:37 -08:00 |
|
Eric House
|
8488dc1055
|
script to fetch db from sd card
|
2013-11-14 21:56:37 -08:00 |
|
Eric House
|
5f346d94b0
|
scp automatically if the right ENV variable is set
|
2013-11-14 21:56:37 -08:00 |
|
Eric House
|
2fbf0fca50
|
up sdk version
|
2013-11-13 07:55:41 -08:00 |
|
Eric House
|
ad464b8861
|
fix to work when both -e and -d passed
|
2013-11-10 09:01:52 -08:00 |
|
Eric House
|
57c887b8cd
|
don't touch Application.mk unless it's changed to avoid recompiling every .c file each time
|
2013-11-09 05:20:21 -08:00 |
|
Eric House
|
bb80cdfb08
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardCanvas.java
xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/XwJNI.java
|
2013-11-07 05:25:51 -08:00 |
|
Eric House
|
de284588f7
|
test for X86 developers too
|
2013-11-05 06:36:16 -08:00 |
|
Eric House
|
f0bfbedfb9
|
call script from build.xml to generate Application.mk
|
2013-11-04 19:23:47 -08:00 |
|
Eric House
|
d72526ff84
|
enable turning thumbnail featuren on/off via a line in build.xml
|
2013-10-29 06:49:06 -07:00 |
|
Eric House
|
60ae8b97c2
|
try giving the generated pngs transparent backgrounds
|
2013-10-23 21:07:38 -07:00 |
|
Eric House
|
d838151c0c
|
modify build system to generate .png files from .svg files, with one
.svg as an example.
|
2013-10-18 22:36:45 -07:00 |
|
Eric House
|
91a0dc5ecd
|
turn chat back on -- and make it configurable via a single property in
build.xml that's turned into both a -D option to the jni compiler and
a constant in the java world.
|
2013-09-11 22:18:00 -07:00 |
|
Eric House
|
5197033de3
|
In the spirit of setting constants in only one place, pass
INITIAL_CLIENT_VERS in from build.xml rather than the jni makefile,
and make it available in java world as well.
|
2013-08-20 08:42:12 -07:00 |
|
Eric House
|
db26c32c3e
|
revert accidental part of commit
|
2013-07-08 07:14:42 -07:00 |
|
Eric House
|
7d968f8502
|
target is now hard-coded since I reliably can't derive it from the
manifest file.
|
2013-07-08 07:13:48 -07:00 |
|
Eric House
|
11994d06f8
|
quote variable to make shell happy
|
2013-07-08 07:09:03 -07:00 |
|
Eric House
|
e7d20fd2a3
|
change API version configured by build script to be what I'm using now
|
2013-07-08 07:03:57 -07:00 |
|
Eric House
|
407a82322c
|
modify to server the latest beta for non-debug users
|
2013-05-02 06:58:36 -07:00 |
|
Eric House
|
9cfc6be82c
|
fix for when wordlist not found
|
2013-05-02 06:52:12 -07:00 |
|
Eric House
|
5a026ffda3
|
merge android_wordlists (local branch)
|
2013-05-01 06:39:31 -07:00 |
|
Eric House
|
388d37e4ee
|
deal with more than one connected device/emulator
|
2013-04-06 08:16:57 -07:00 |
|