Eric House
2331cde2e7
fix to work on python3-only system
...
Note: I haven't actually verified that it still works.
2023-10-28 11:41:42 -07:00
Eric House
a73e2c02eb
script to build github head (while travis builds broken)
2023-10-27 11:39:49 -07:00
Eric House
cc2f145fc2
deal better with unset variable
2023-07-01 12:32:04 -07:00
Eric House
9cd8264e12
script change to build android from anywhere
2023-03-17 09:22:54 -07:00
Eric House
92b02fccb7
cleanup
2022-11-18 11:09:22 -08:00
Eric House
12511755a8
require --variant parameter
2022-08-10 18:18:08 -07:00
Eric House
a6a6523e9c
cleanup: remove asserts and unused strings
...
Some asserts were firing in the very rare case where for some reason
relay couldn't be converted to mqtt.
2022-07-02 20:15:29 -07:00
Eric House
0a3851fba2
quick script to build and upload from HEAD
...
Working around TravisCI having killed my builds
2022-05-15 12:10:03 -07:00
Eric House
a509b3d5e3
list possible variants as part of usage()
2022-04-26 09:48:44 -07:00
Eric House
ceb41bd1cc
ignore
2022-03-14 07:44:53 +01:00
Eric House
964a4df5b0
fix script
2022-02-25 15:33:34 -08:00
Eric House
fc986b68d4
update to use python3 and indent to match weblate
2021-12-07 11:15:38 -08:00
Eric House
87337713ce
sign with v2 as well (for android 30)
2021-12-04 11:02:23 -08:00
Eric House
64ff2e5f69
Merge branch 'android_branch' into wasm
2021-03-27 10:27:14 -07:00
Eric House
0e9a7f0434
capitalize variant
2021-03-25 20:25:54 -07:00
Eric House
970c2f6f9a
make android compile/run with wasm changes
2021-03-19 14:29:20 -07:00
Eric House
8cd1162421
fix to build Foss by default
...
(had to change: replacing something no longer there)
2021-02-18 16:00:11 -08:00
Eric House
309fcece03
generate mapping from prefs file to binding to fix reset
...
I balked at writing code consisting of a bunch of classes there only to
provide a mapping to resource file IDs, instead opting to generate them.
(The right move might have been to generate everything from the old
xwprefs.xml, but it's too late for that. :-)
2021-02-18 15:57:10 -08:00
Eric House
7e326b3b02
allow specifying PID
2020-11-13 17:43:18 -08:00
Eric House
0888167db5
remove unused format spec (SMS number no longer known)
2020-10-28 12:03:07 -07:00
Eric House
6c9be4a67d
remove dead script
...
replaced by changed to relay2 flask app
2020-10-24 22:27:47 -07:00
Eric House
a9409f8cca
beginnings of script to filter logcat
2020-10-06 10:06:13 -07:00
Eric House
479ec4ef44
tweak
2020-09-30 16:38:34 -07:00
Eric House
27b14ac201
tweaks to server-side script
2020-09-30 15:49:07 -07:00
Eric House
f98759881c
use separate new-game scheme for debug app
2020-09-29 14:47:53 -07:00
Eric House
24df7bb694
update bad-url script to offer to launch CrossWords
...
Working around a bug in Android 11 that broke invitation http urls
getting passed to CrossWords. They always launch the backstop script on
eehouse.org. So modify that script to include a link that will pass the
invitation params to CrossWords via a proprietary scheme it already
registers for. No change to app required!
2020-09-29 13:28:54 -07:00
Eric House
9e2ef3a698
rewrite not-installed php script in py
2020-09-15 12:27:41 -07:00
Eric House
786bb39941
tweak script help
2020-09-06 16:15:28 -07:00
Eric House
9aca3bded7
tapping thumbnail opens game
...
Only the leftmost column toggles selection now.
2020-08-20 14:13:56 -07:00
Eric House
6d74a56f09
checkmark replaces game-type when item selected
2020-08-20 10:38:57 -07:00
Eric House
6416428f7a
convert to python3
2020-06-15 17:20:26 -07:00
Eric House
2f339450f3
fix to allow plurals items not in English
...
Change copy-strings.py to insist that no language provide a format
string not also found in English (since parameters to match all English
format string are sure to exist, but other languages are free NOT to
match them.) It's ok for other languages to provide "few", for example,
when English doesn't.
2020-06-15 13:02:18 -07:00
Eric House
9c4854e91f
convert to python3
2020-06-15 13:02:18 -07:00
Eric House
7e62be0662
remove unused variable and incorrect --help param
2020-05-20 20:49:54 -07:00
Eric House
e0b39bb9f4
fix getsigs to work with current build layout
2020-05-18 20:26:32 -07:00
Eric House
aea47e0184
fix to use new param
2020-05-02 19:10:04 -07:00
Eric House
c4b4c9a0c8
handle 'len' param for dict info if provided
2020-05-02 18:38:42 -07:00
Eric House
29ed46e12b
fix so upgrade of release builds works
2020-04-11 19:23:20 -07:00
Eric House
916102b088
fix uninstall script
2020-04-10 07:12:56 -07:00
Eric House
3c1a748272
fix dictionary sum checking server-side
2020-03-18 22:28:58 -07:00
Eric House
b3a3d38ca4
remove unused (I think) icons
2020-03-18 16:56:23 -07:00
Eric House
224f2a29da
convert two more .svg files
2020-03-18 16:27:47 -07:00
Eric House
197c7e61b0
convert to using VectorDrawable for two files
...
Proof-of-concept. I hate that this can't be automated readily using
stuff in ubuntu, but we'll see how it works.
2020-03-18 12:51:39 -07:00
Eric House
6e27196aed
specify svg files to be used as sources
...
To move away from generating .png files, I need to be able to specify
which of the .svg files is used as a source at build time. (The rest
will be converted manually into .xml files that are checked in.)
2020-03-17 20:25:33 -07:00
eehouse111999
b5b01b75f7
fix to compile with latest ndk
2020-02-09 20:02:01 -08:00
Eric House
6386aef512
cleanup -- oops
2020-01-13 12:15:55 -08:00
Eric House
7e570cff2c
use make to avoid reprocessing res_src strings.xml files
...
They never change, so use make's understanding of dependencies.
2020-01-13 12:10:40 -08:00
Eric House
c663d33f88
fix string script to detect mismatch of format specifiers
...
Crash due to typo introduced by Weblate made me realize I wasn't running
the script that ensures translated strings have the same set of format
specifiers as the English -- which might not be strictly necessary, but
it's safer to enforce it for now. Moved a few remaining %s to %1$s style
while at it.
2019-12-30 22:09:23 -08:00
Eric House
bf37ab0fc1
use https now to fix broken updating
2019-10-22 13:39:14 +02:00
Eric House
40fd954bcd
arm means two ABIs now
2019-08-27 19:33:25 +03:00