Eric House
|
f3b289f4be
|
fix to take defaults from current dir
|
2012-08-26 20:18:37 -07:00 |
|
Eric House
|
efb7a9b5c5
|
call loge rather than logf from within catch statements
|
2012-08-23 07:08:17 -07:00 |
|
Eric House
|
9606c2ec56
|
Merge remote-tracking branch 'origin/android_branch' into android_branch
|
2012-08-23 06:53:23 -07:00 |
|
Eric House
|
c6ce5da5a5
|
Merge remote branch 'origin/android_branch' into android_branch
|
2012-08-23 06:52:47 -07:00 |
|
Eric House
|
786e05b1f9
|
update to install beta 51
|
2012-08-23 06:51:32 -07:00 |
|
Eric House
|
47822e94e3
|
remove comment
|
2012-08-23 06:38:57 -07:00 |
|
Eric House
|
8f6486b381
|
add psuedo-unique device id to update messages; log installer once
(which will only matter once it's on the market)
|
2012-08-22 19:10:38 -07:00 |
|
Eric House
|
6758ebcdf5
|
version strings
|
2012-08-21 18:57:26 -07:00 |
|
Eric House
|
1423968098
|
check every day, not every seven, for users who've said they want the
intermediate builds.
|
2012-08-21 18:55:44 -07:00 |
|
Eric House
|
02fa53cbc7
|
bring in recent tweak
|
2012-08-21 08:02:36 -07:00 |
|
Eric House
|
31ef5026be
|
use constants for json params so easier to paste into python code
|
2012-08-21 07:43:49 -07:00 |
|
Eric House
|
46a5486071
|
Merge remote-tracking branch 'origin/android_branch' into android_branch
|
2012-08-21 07:18:05 -07:00 |
|
Eric House
|
ba43e54d8b
|
make default false
|
2012-08-21 07:14:58 -07:00 |
|
Eric House
|
6b23bebd0a
|
use constants
|
2012-08-20 21:36:14 -07:00 |
|
Eric House
|
cc4549e7d3
|
add debug pref controlling whether non-release updates are installed.
(passed to info.py, but is ignored there so far)
|
2012-08-20 07:23:13 -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
|
16de50ce3d
|
catch sms version up with beta-50 and auto-update changes
|
2012-08-16 08:15:52 -07:00 |
|
Eric House
|
fbe842d089
|
cleanup
|
2012-08-16 08:14:50 -07:00 |
|
Eric House
|
7b86eb7a59
|
new file
|
2012-08-16 08:10:05 -07:00 |
|
Eric House
|
75d8820b98
|
make check-for-updates a debug-only menuitem
|
2012-08-16 07:48:34 -07:00 |
|
Eric House
|
5584a66043
|
run update checks off a timer that adds a random element to its
interval; move update check URL into a debug pref.
|
2012-08-16 07:43:57 -07:00 |
|
Eric House
|
6bdec885b1
|
add nextRandomInt() to Utils and use it
|
2012-08-16 07:26:51 -07:00 |
|
Eric House
|
6226efe8d6
|
move remaining non-jni prefs stuff from CommonPrefs to XWPrefs. No
other changes.
|
2012-08-16 06:31:23 -07:00 |
|
Eric House
|
81d7903aa3
|
move new version checking stuff into new file
|
2012-08-15 19:24:57 -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
|
4b318070ca
|
remove unused imports
|
2012-08-15 18:52:56 -07:00 |
|
Eric House
|
910bb2a5a0
|
add new function loge that takes an Exception and logs a stack trace
for it
|
2012-08-15 18:52:31 -07:00 |
|
Eric House
|
3666d5b541
|
Merge branch 'from_android_beta_49' into android_branch
|
2012-08-15 18:31:07 -07:00 |
|
Eric House
|
ca4b2e5354
|
update version code/strings
|
2012-08-15 18:18:59 -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
|
cd340aba0c
|
post notification on receipt of url for new app that'll result it it's
being downloaded.
|
2012-08-15 06:53:13 -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
|
7cb68f1c85
|
post notification when new dict is available and download it in
when notification selected.
|
2012-08-15 06:10:39 -07:00 |
|
Eric House
|
e0a8af72c9
|
work on temporary help site
|
2012-08-15 06:08:53 -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
|
9128c2d60c
|
factor code into new method copyFileStream
|
2012-08-13 07:45:14 -07:00 |
|
Eric House
|
829fd01685
|
remove change note about SMS version release
|
2012-08-13 07:09:59 -07:00 |
|
Eric House
|
ec0702d584
|
initialize buffer that common code will pass to strcat.
|
2012-08-10 21:31:01 -07:00 |
|
Eric House
|
d66208a1f2
|
add script to sync; rename to put all in directory
|
2012-08-10 08:05:12 -07:00 |
|
Eric House
|
1e5757dc45
|
to start work on website...
|
2012-08-02 22:26:48 -07:00 |
|
Eric House
|
c046606e53
|
string changes a new changes file toward new release and initial
release of SMS version
|
2012-08-02 07:18:58 -07:00 |
|
Eric House
|
27cbd0e0c9
|
go with end-game change that takes remaining tiles into account for
robots but not for hints.
|
2012-08-01 20:31:21 -07:00 |
|
Eric House
|
464696566d
|
get rid of NODE_CAN_4. Not change to post-compiled code
|
2012-08-01 20:29:15 -07:00 |
|
Eric House
|
b8ba3c5906
|
move sms enable checkbox to top of screen
|
2012-07-31 23:25:51 -07:00 |
|
Eric House
|
ade5a84e2d
|
tweak sms plan confirmation text
|
2012-07-31 07:46:16 -07:00 |
|
Eric House
|
3641799c4e
|
wrap sms confirm view in scroller as it's wordy enough to need it in
landscape mode.
|
2012-07-31 07:45:58 -07:00 |
|