Eric House
4ed46f6681
make default settable by sdk version
...
This is a better way to do it: use separate values that user doesn't
see and so that they can be defined as defaults without worrying about
translation.
2021-08-10 18:13:00 -07:00
Eric House
cf553a0aed
set first theme choice as default
...
workaround for not knowing how to set default based on os version:
don't set default, and when there's none set use the first in the
list.
2021-08-10 14:46:47 -07:00
Eric House
bfd7963ea6
Add dark- and light-mode themes for board
...
Allow user to choose a new dark-mode color scheme for the board, with
colors editable same as the old mode. Support exporting a URL
encapsulating those colors to clipboard and importing from the URL
when it's tapped e.g. in email.
2021-08-09 09:31:20 -07:00
Eric House
7d07a2319b
get rid of HostActivity
...
New Prefs framework doesn't require it.
2021-07-29 19:38:00 -07:00
Eric House
fb1088b9a8
'show network' option takes priority over 'reset'
...
These are debug-build-only, but useful for my debugging!
2021-07-24 12:29:13 -07:00
Eric House
7a63a97259
changelog and version codes
2021-07-18 15:19:34 -07:00
Eric House
34f2a853d6
make bonus hints smaller
2021-07-18 15:19:29 -07:00
Eric House
6439f6d223
don't crash when BT's off
2021-07-17 13:31:08 -07:00
Eric House
b49792c750
make cell line width settable
2021-07-16 12:21:49 -07:00
Eric House
694953c820
add support for trays with up to 9 tiles
2021-07-16 12:15:46 -07:00
Eric House
5764a752a7
add default mqtt server to test app
2021-05-30 16:39:55 -07:00
Eric House
e667291da5
show invitee name where possible
...
When I've invited a Known Player, use that player's name in parens in
scoreboard and games list elem/summary until a remote device connects
(usually in response to an invitation) and provides an actual player
name. Makes it much easier to tell one pending game from another. And
doesn't really work (yet) where there's more than one remote player in
a game.
2021-05-30 13:31:33 -07:00
Eric House
6352958066
update changelog and version strings for release
2021-05-27 12:26:59 -07:00
Eric House
e18b2d5c75
avoid crash by dropping GAME_OVER event
...
Play Store reports say I'm getting this event when I don't have a
valid jni game instance to work with. So test for that, and drop the
event. If it's a race condition this should fix it. If not I'll get
some other crash report that might be more useful.
2021-05-27 10:56:21 -07:00
Eric House
dd8e7584e6
fix NPE
...
Needed to init globals first
2021-05-27 10:49:20 -07:00
Eric House
3d1ec565b0
add two ways to launch web view of game traffic
...
This'll should it a lot easier to look at what's going on e.g. for a
stalled game
2021-05-23 18:39:28 -07:00
Eric House
9e4a889b6c
update commented-out log statements
2021-05-17 17:26:30 -07:00
Eric House
515a253028
changelog and version codes
2021-05-17 12:50:22 -07:00
Eric House
3fd6303f9e
add assert toward tracking crash on Play Store
2021-05-17 12:50:22 -07:00
Eric House
8f5484c5a6
fix crash opening BT game when BT disabled
2021-05-16 08:29:57 -07:00
Eric House
3f332480fb
switch menu positions
2021-05-15 20:55:05 -07:00
Eric House
be698069a4
cleanup of recent changes
2021-05-14 11:34:15 -07:00
Eric House
0881566209
restore relay for release builds
...
I want to do a release, and the no-relay stuff isn't sufficiently
tested.
2021-05-13 08:44:44 -07:00
Eric House
03c9d92368
remove typo apparently introduced by translator
2021-05-02 19:33:58 -07:00
Eric House
9a2fa9534a
moving metadata to see if weblate picks it up
2021-05-02 19:19:58 -07:00
Eric House
fab7a7befe
fix Oreo-only crash by not setting screen orientation
...
This may hurt Oreo users in some other way, but I'm not taking the time
right now to figure out what's special about DwnldActivity that it
crashes when setting screen orientation on Oreo. It's only 5% of my
users anyway.
2021-05-02 07:11:36 -07:00
Eric House
f1123bebfc
played word lookup: skip choosing if only one choice
2021-04-26 08:16:24 -07:00
Eric House
daf5894d79
call new web api to ack mqtt messages
...
This is toward debugging. Not sure it'll be use to add functionality yet.
2021-04-19 07:04:58 -07:00
Eric House
356280565a
ensure default addr type set never empty
2021-04-08 21:43:24 -07:00
Eric House
b9c34b2b31
don't include relay in rematch addressing
2021-04-01 13:26:25 -07:00
Eric House
a1cabd6c4c
don't add relay to new games -- mqtt only
2021-04-01 10:10:08 -07:00
Eric House
2d3f86a396
Merge branch 'from_android_beta_175' into android_branch
2021-03-31 16:59:31 -07:00
Eric House
ad3fd9342c
up strings for bug-fix release
2021-03-31 16:37:12 -07:00
Eric House
229ced9a29
add and use new string for networked case
2021-03-31 16:33:53 -07:00
Eric House
0e3cd7c9f5
upgrade to latest stable (LTS) NDK
2021-03-31 16:21:03 -07:00
Eric House
29261dd370
fix crash when no radio's been chosen
2021-03-31 16:19:19 -07:00
Eric House
60d6cf444a
fix crash when no radio's been chosen
2021-03-31 16:18:44 -07:00
Eric House
97962fceed
upgrade to latest stable (LTS) NDK
2021-03-29 18:26:05 -07:00
Eric House
f13e81a4b5
Merge branch 'android_branch' into wasm
2021-03-28 18:39:07 -07:00
Eric House
9cf07b6327
remove unused json field
2021-03-28 10:28:47 -07:00
Eric House
64ff2e5f69
Merge branch 'android_branch' into wasm
2021-03-27 10:27:14 -07:00
Eric House
61d580adeb
remove extra line-feeds
2021-03-26 22:19:00 -07:00
Eric House
f441ec18b3
changelog and version change for upgrade
2021-03-25 20:25:54 -07:00
Eric House
0e7edd9dcf
fix build breakage by reusing rather than duplicating string
2021-03-25 15:45:53 -07:00
Eric House
430750e23a
Change text for blank-out-filter-config Clear, not Reset
...
Reset somehow makes me expect the filter to be re-applied after the
inputs are removed.
2021-03-25 12:10:49 -07:00
Eric House
59acc5d619
disable reset button unless there's state to clear
...
Using a timer seemed easier than adding listeners on a bunch of fields.
2021-03-25 09:41:43 -07:00
Eric House
a11db395d5
fix invite alert not being dismissed on game connect
...
At least where QR was being used, it didn't go away. Not sure why, but a
global was getting nulled when it shouldn't have been. Race condition I
guess.
2021-03-22 12:22:53 -07:00
Eric House
561c5c9eb1
cleanup
2021-03-22 10:43:34 -07:00
Eric House
bdb081d0e3
cleanup: remove version test and tweak strings
...
There's no point in checking if I'm running on a version the Play Store
hasn't supported for years.
2021-03-21 17:29:08 -07:00
Eric House
3102271840
turn "known players" on for all
2021-03-21 13:40:17 -07:00