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
Eric House
4f8ae02bbe
regression: don't offer to archive archived game
2021-03-21 13:25:47 -07:00
Eric House
1869557f12
when a move is dropped for lack of dict, alert user
...
Better to encourage deletion so the remote player knows what's up. This
will not happen often but it has bitten me so....
2021-03-21 10:33:49 -07:00
Eric House
637c47e506
add another as-generated vector asset
...
Can't figure out how to change the color on the untrade one, so it'll
wait.
2021-03-20 20:05:13 -07:00
Eric House
21b4f51648
swap menuitem positions
2021-03-20 13:46:02 -07:00
Eric House
677abe6fb8
remember prev dict choice and use for longtap
...
Often I want to view a different wordlist from what's in use in the
game. So make the in-board long-tap shortcut to a wordlist remember what
the short-tap gesture chose most recently and use that instead of
assuming the game's list is what's wanted. Remember the choice on a
per-language rather than per-game basis.
2021-03-20 13:29:22 -07:00
Eric House
e1712f4560
when KP is deleted, remove record of its being expanded
...
I'm tired of having a record recreated and showing up expanded first
thing. Better to save less garbage.
2021-03-20 08:49:41 -07:00
Eric House
88e76af7ab
put scores alert on backstack too
...
It also should go away when board is dismissed.
2021-03-19 18:14:00 -07:00
Eric House
521a5b57b8
put gameover alert on backstack
...
This seems to do what I want: cause it to be dismissed whenever the
board fragment behind it (that launched it) goes away, e.g. because the
remote deleted first and local got a deleted-elsewhere-so-delete-here?
alert.
2021-03-19 18:04:52 -07:00
Eric House
17311dc757
get rid of dict processing where possible
...
The old API required passing dict into game creation/loading. New
doesn't, but in some places I was doing other stuff there (like checking
existance), so can't remove there. Still code goes away.
2021-03-19 14:29:20 -07:00
Eric House
970c2f6f9a
make android compile/run with wasm changes
2021-03-19 14:29:20 -07:00
Eric House
34aee3d7d0
add remaining langs to code-to-lang table
2021-03-19 14:29:20 -07:00
Eric House
073b5f6bf3
enable delete and archive when msg queue empties
...
Recent change added Delete button to game-over alert, but only when no
unacked messages remained (since deleted games can't continue trying to
send messages other games might still need to know the game's over.)
Typically the alert would go up and then, if the remote device is
online, shortly after acks would arrive. Now when that happens the alert
gets updated to offer to delete and archive.
2021-03-19 14:07:43 -07:00
Eric House
e30a02ee7c
cleanup: more getting rid of Dialog
2021-02-25 17:20:15 -08:00