Eric House
210b0bcbcb
send mqtt game-gone when game deleted
...
Receiver only does anything if the game's open. This could change....
2020-11-21 08:43:24 -08:00
Eric House
8bc956491b
revert travis changes
...
Easier than trying to fix, for now.
2020-11-20 21:13:16 -08:00
Eric House
f3bb0c99a9
invite alert changes
...
Create new class that owns the alert. Let it decide whether to post,
remove, etc. Seems to work, but I've removed some of the "reinvite"
options I'm not sure were helpful anyway. To be considered...
2020-11-20 18:07:19 -08:00
Eric House
105f93f3ab
increase length of default room name to 5 chars
...
There are conflicts on relay. So while it's still relevant, reduce 'em.
2020-11-20 16:06:42 -08:00
Eric House
5d86743857
enable mqtt game-gone message for DEBUG builds
...
It should be enabled for all once the dup-devid problem should be behind
everybody.
2020-11-20 16:03:03 -08:00
Eric House
a58048e9eb
get rid of boolean meant to prevent duplicate invite alerts
...
It was preventing even one and seems no longer to be necessary.
2020-11-17 17:58:22 -08:00
Eric House
d2e2135791
try using android-28 everywhere for travis
2020-11-17 17:58:22 -08:00
Eric House
cc8f1e4a57
remove bad assert
2020-11-15 10:47:13 -08:00
Eric House
e288090e70
quarantine: print the stacks holding refs when fails
...
Store null instead of stack for release builds to minimize performance
impact.
2020-11-14 12:08:47 -08:00
Eric House
9c913fb1c4
keep OK button disabled when no invite means selected
...
Little UX tweak: enable OK button based on whether there's something
available to return if it's clicked.
2020-11-14 09:20:18 -08:00
Eric House
c06b9a4835
fix tiny list item due to missing thumbnail
...
When thumbnail was required but couldn't be produced list item showed up
tiny as height followed thumbnail's. Instead, when there's no thumbnail
behave as if it's disabled, a layout that looks ok.
2020-11-13 17:43:30 -08:00
Eric House
3e98e91751
tweak string
2020-11-13 17:43:25 -08:00
Eric House
7e326b3b02
allow specifying PID
2020-11-13 17:43:18 -08:00
Eric House
5485f92116
use a radio button for QRCode option
...
To make it clear it's an option like the others use the same widget
type. Show the code only when it's selected.
2020-11-11 17:34:17 -08:00
Eric House
98f8056b40
make qrcode available in two sizes
2020-11-10 14:22:50 -08:00
Eric House
9981a559df
prevent auto-pop of keyboard
...
Some screens can't fit it and so it obscures the buttons.
2020-11-02 18:41:39 -08:00
Eric House
db13370cb8
tweak status string (and name for clarity)
2020-11-02 18:01:23 -08:00
Eric House
a44c08e4cc
merge android_translate in
2020-11-02 17:10:51 -08:00
Eric House
4dab5bc3bb
make game-event notifications noisy by default
...
Set importance to HIGH, which is apparently required for sound.
2020-11-02 16:45:56 -08:00
Eric House
c9ce2dda21
show known player's bt mac addr for non-release
2020-11-02 16:15:42 -08:00
Eric House
a0e31d8db8
make qr code bigger
2020-11-02 16:01:10 -08:00
Eric House
26f6bb8b43
cleanup/refactor
2020-11-01 19:33:41 -08:00
Eric House
157332d2cc
add pref to disable use of bluetooth
...
It's buggy enough on some devices that a user might need to disable it.
2020-11-01 19:33:41 -08:00
Eric House
04000ddf7e
improve corrupt-game experience
...
add padding to alert, remove cancel button, clean up warning text, and
confirm delete.
2020-10-29 11:30:12 -07:00
Eric House
b165072bed
always drop quarantine count to 0 on close
...
There are ways I can't record a close, e.g. user swiping app to kill
it. To avoid that leading to a corrupt-game warning, or to failure to
open in background, drop the count to 0 rather then merely decrementing
it when it closes correctly. Assumption is that if it closes ok once
it's ok.
2020-10-29 11:30:12 -07:00
Eric House
0250996009
cleanup
2020-10-29 11:30:12 -07:00
Eric House
a5b98c483c
fix removal of unpaired device
...
Two uses of remove() were passing different info. So pass the other one
from the other use.
2020-10-29 08:40:46 -07:00
Eric House
1019271c94
handle mqtt invites same as others
...
Invitations over MQTT were handled by different code that always opened
the new game on top of any other open one. Use instead existing code
that puts up a notification instead where appropriate.
2020-10-28 17:11:05 -07:00
Eric House
3fbb2bbd7c
fix merge of Brazilian files
2020-10-28 13:56:42 -07:00
Eric House
3e411873c0
Merge branch 'android_translate' into android_branch
2020-10-28 13:40:57 -07:00
Eric House
7a55857831
Merge branch 'android_translate' of github.com:eehouse/xwords into android_translate
2020-10-28 13:36:18 -07:00
Eric House
0cee3c8d60
add systemd service file for relay
2020-10-28 13:32:49 -07:00
Eric House
db366bb515
cleanup
2020-10-28 13:32:49 -07:00
Eric House
a8a8f801f7
tweak string
2020-10-28 13:32:49 -07:00
Eric House
81799d3903
add addrType to comms' main addr when added to channel
...
I'm fixing android client not showing stats for or allowing to disable
mqtt after it's added automatically to a game that connects
otherwise. Problem was that only the channel got the mqtt address
flag. So now add the flag for any type that's added.
2020-10-28 13:32:49 -07:00
Eric House
88dbc40180
test script: strip extension when making logs dir
2020-10-28 13:32:49 -07:00
Eric House
fa3a33f133
offer to hide new-game buttons immediately
...
Don't wait for user to tap one of the buttons. Instead notice when
scrolling becomes possible, and offer once per launch until user says
"hide" or clicks the don't-ask-again box.
2020-10-28 13:32:49 -07:00
Eric House
b6955696eb
again
2020-10-28 13:32:49 -07:00
Eric House
d65fb80dff
don't commit me
2020-10-28 13:32:49 -07:00
Eric House
a5f8b87478
remove dead code
2020-10-28 13:32:49 -07:00
Eric House
d95d1a9f70
changes, part 1
2020-10-28 12:57:12 -07:00
Eric House
0888167db5
remove unused format spec (SMS number no longer known)
2020-10-28 12:03:07 -07:00
Vanessa Regina Andrade dos Santos
1d41eea48d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 26.8% (230 of 858 strings)
2020-10-27 20:26:43 +01:00
Eric House
3d1cefe00b
cleanup (no code change)
2020-10-26 14:13:50 -07:00
Eric House
ce85060682
Merge branch 'android_branch' of github.com:eehouse/xwords into android_branch
2020-10-26 13:06:24 -07:00
Eric House
ba99eb0838
avoid crash (maybe on corrupt data?)
2020-10-26 13:04:28 -07:00
Eric House
f1eea13c5e
remember last invitee and make default next time
2020-10-26 11:03:22 -07:00
Eric House
712661a6e9
show quarantine count (non-release only)
...
Looks like I'm occasionally leaking so that the count grows. This will
let me see when something is 1 when it should be 0.
2020-10-26 11:03:22 -07:00
Eric House
9deac8afbb
show Known Player name in button
...
Got tired of it not being clear what the button was going to do
2020-10-25 15:29:49 -07:00
Eric House
f997c88ba4
cleanup bt code
2020-10-25 15:29:46 -07:00