Eric House
ba5a141b3f
cleanup: add and use overridden method
2021-10-14 12:09:34 -07:00
Eric House
a0f1f1d045
add post-export option to email logs; remove export
...
No point in exporting only to create a file, so export-and-email as one step
2021-10-05 15:19:46 -07:00
Eric House
f083ba9897
add timestamp to saved logs, and zip on export
...
They're otherwise too big to email
2021-09-30 21:27:22 -07:00
Eric House
550795d3a1
don't lose track of what's open when device rotates
...
GamesListDelegate is the wrong place to track open games (boards). Let's
try doing it in BoardDelegate.
2021-09-04 15:19:40 -07:00
Eric House
4c94f19ec6
tweak line & bonus hint colors & sizes
...
Upgraders will only get the smaller hints, but not the brighter color
that compensates.
2021-09-04 11:29:47 -07:00
Eric House
bbb2ab3856
changelog and version changes
2021-08-31 10:46:59 -07:00
Eric House
79d77410a5
fix failure to send NO_SUCH_GAME over NBS
...
Wasn't sending zero-length messages, which this one is. Needs testing,
because there must have been a reason for that test.
2021-08-31 10:44:39 -07:00
Eric House
ffa3f245ac
remove logging
2021-08-29 21:10:46 -07:00
Eric House
789978b8b2
tweak player colors (dark)
2021-08-29 18:20:52 -07:00
Eric House
2e6572f250
add not-again hint when dark-theme used
2021-08-13 13:47:54 -07:00
Eric House
a8abdaad8c
cleanup: not a new feature any more
2021-08-13 11:04:45 -07:00
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