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 |
|
Eric House
|
660efa6380
|
rename script to be easier to type
|
2013-01-30 08:03:13 -08:00 |
|
Eric House
|
60adf36718
|
fix typo
|
2012-12-16 15:14:33 -08:00 |
|
Eric House
|
9007331fb0
|
cleanup, and suggest accepting Android's make-default offer
|
2012-12-01 21:13:04 -08:00 |
|
Eric House
|
38e6eac3a1
|
improve page users see when opening invite from new device on an old one.
|
2012-12-01 10:10:28 -08:00 |
|
Eric House
|
dd882ba9d4
|
first cut at script old clients will see responding to new-style invitations
|
2012-12-01 09:34:21 -08:00 |
|
Eric House
|
f82e5bd0e9
|
add code to deal with Amazon, which I falsely identified as having
broken custom schemes. I'm leaving it in, unreachable, to have a record.
|
2012-11-25 12:30:25 -08:00 |
|
Eric House
|
d7bb869a5b
|
rewrite to present a link rather than redirect, to attempt to present
the link only on Android devices, and to encourage users to email me
if I'm wrong about their not being on a device.
|
2012-11-25 10:39:46 -08:00 |
|
Eric House
|
b2e329f670
|
pass along wl (dict) param if present
|
2012-11-25 08:53:15 -08:00 |
|
Eric House
|
9659f810dc
|
work even if ENV variable unset
|
2012-11-22 08:20:08 -08:00 |
|
Eric House
|
0bea58b128
|
make it possible to build without knowing the GCM sender ID.
|
2012-11-22 08:13:06 -08:00 |
|
Eric House
|
47f9eb03b9
|
merge in changes from the -gcm directory: GCM will be a feature of the
non-variant build now.
|
2012-11-02 05:35:31 -07:00 |
|
Eric House
|
ecd6d81228
|
Merge branch 'android_branch' into android_gcm
|
2012-11-01 19:50:07 -07:00 |
|
Eric House
|
257a15917b
|
script to run with lint checks enabled -- since I always have to look up how.
|
2012-11-01 19:46:08 -07:00 |
|
Eric House
|
935e3b9673
|
fix to work from main build directory
|
2012-11-01 19:32:08 -07:00 |
|
Eric House
|
1c33c8cc31
|
scripts that help find unneeded string resources
|
2012-11-01 19:17:46 -07:00 |
|
Eric House
|
c93dfd6605
|
Merge branch 'android_branch' into android_gcm
Conflicts:
xwords4/android/XWords4/res/values/common_rsrc.xml
|
2012-10-30 07:10:42 -07:00 |
|
Eric House
|
f0a46eacfa
|
script reached by URL in SMS messages sent to devices without
Crosswords installed.
|
2012-10-27 13:15:34 -07:00 |
|
Eric House
|
50238bea3e
|
generate sender_id const from ENV so doesn't need to be checked in.
Now works to register as I'm using the right id.
|
2012-10-16 08:16:43 -07:00 |
|
Eric House
|
8281bd7f10
|
call back into java for util_getCurSeconds implementation so java and
C world are sure to be using the same clock.
|
2012-09-29 19:27:02 -07:00 |
|
Eric House
|
571300c0f8
|
work with two checksums per wordlist, the old that's on the whole
file, and the new that's on the wordlist data only.
|
2012-09-15 09:34:27 -07:00 |
|
Eric House
|
a3b1fc8379
|
beginnings of script to annotate localized .xml files with what's missing
|
2012-08-31 21:33:44 -07:00 |
|
Eric House
|
73c26d8643
|
replace Crosswords in variants' xml files. Required passing in app
name from build.xml and a new clean-target script that removes the
generated variant files.
|
2012-08-30 07:00:26 -07:00 |
|
Eric House
|
f3b289f4be
|
fix to take defaults from current dir
|
2012-08-26 20:18:37 -07:00 |
|
Eric House
|
786e05b1f9
|
update to install beta 51
|
2012-08-23 06:51:32 -07:00 |
|
Eric House
|
02fa53cbc7
|
bring in recent tweak
|
2012-08-21 08:02:36 -07:00 |
|
Eric House
|
6b23bebd0a
|
use constants
|
2012-08-20 21:36:14 -07:00 |
|
Eric House
|
4d51cc8d3a
|
check for presence of apache mode (which is unavable when running from
cmdline)
|
2012-08-20 07:07:57 -07:00 |
|
Eric House
|
fca1621ad0
|
use json to do app and all dict queries in one transaction
|
2012-08-18 07:42:42 -07:00 |
|
Eric House
|
07c6d57233
|
pass git version and installer name (usually empty) as part of update
for more granularity
|
2012-08-16 21:49:52 -07:00 |
|
Eric House
|
e749aedd34
|
return url inside a json rather than just a url for more flexibility
and so python's error messages don't trigger Notifications that then
fail.
|
2012-08-15 18:55:54 -07:00 |
|
Eric House
|
6947c50238
|
pass lang instead of lang code; include app name in notification text
|
2012-08-15 07:22:10 -07:00 |
|
Eric House
|
dfdaa500a7
|
return url for app to download when version's old
|
2012-08-15 06:51:48 -07:00 |
|
Eric House
|
2155631021
|
improve, including commmandline testability and use of shelve to store
md5sums after they're generated.
|
2012-08-14 18:29:48 -07:00 |
|
Eric House
|
8b6af3fdb9
|
add md5sum calculator for dicts and use to send POST that checks if
they're current.
|
2012-08-14 07:13:03 -07:00 |
|
Eric House
|
3ef81f248b
|
start on checking for updates/latest version: a menu item that
triggers new code that sends an HTTP POST to a python script on the
server that returns whether the current version is correct.
|
2012-08-13 21:10:22 -07:00 |
|
Eric House
|
0aadec9380
|
Uninstall variant based on where called from if unspecified
|
2012-07-31 06:46:11 -07:00 |
|
Eric House
|
43e8205fd8
|
only honor one install-set option -- fixes multiple installs.
|
2012-07-01 16:03:02 -07:00 |
|
Eric House
|
03f4236240
|
install to everything by default
|
2012-07-01 12:53:36 -07:00 |
|
Eric House
|
edd02c24ea
|
derive variant if called from a directory with AndroidManifest in it
|
2012-05-11 07:32:02 -07:00 |
|
Eric House
|
fff4116d24
|
add a .css file that makes text readably large
|
2012-03-31 10:03:14 -07:00 |
|