Eric House
5886a97a53
fix NPE (and tweak logging)
2019-02-03 10:36:54 -08:00
Eric House
74cf4b0974
add flavor to toasted got-fcm message
...
So I can tell the apps apart
2019-02-02 22:39:57 -08:00
Eric House
e98519ea38
stop storing fcm keys and similar data in postgres arrays
...
Not sure why I was doing this, but it's not worth the
trouble (e.g. stopping updates of other data to fix an android bug
sending too many reregistration messages.) So now just use the first
element of arrays, replacing what's there instead of prepending. Ideally
those columns would not be arrays, but that's a harder change.
2019-02-02 21:49:50 -08:00
Eric House
23fe3a1dd6
make script executable
2019-02-02 15:50:17 -08:00
Eric House
49ef455e50
display latest FCM receipt as part of netstats for relay
2019-02-02 15:18:45 -08:00
Eric House
be6b74ab12
use a constant jobID for enqueueWork()
...
That each VM instance had a different id might be why I was
crashing. We'll see.
2019-02-02 13:35:38 -08:00
Eric House
4a335522d2
fix so success detected from new API
2019-02-01 20:51:07 -08:00
Eric House
79d03307ad
fix so success detected from new API
2019-02-01 20:36:30 -08:00
Eric House
b8dafb8178
remove debug-only assert I'm seeing
...
Good to know it's happening; now don't crash!
2019-02-01 19:39:23 -08:00
Eric House
1a3aa9f8d1
put back pref controlling whether FCM receives are Toasted
2019-02-01 19:27:12 -08:00
Eric House
9f7899cd7c
make md5sum calculation available everywhere
...
I want to log sums to see when they arrive on relay. And also add some
missing @Overrides I noticed.
2019-02-01 17:01:32 -08:00
Eric House
236be21a78
put up toast when FCM message received
...
It's too useful to live without. So: tap into the static list of live
Delegates, and if any of them has an Activity available use it to run
Toast on UI thread. Otherwise there will be no display.
2019-02-01 16:49:12 -08:00
Your Name
cd777f3b9c
pull and display new field
2019-02-02 00:20:35 +00:00
Eric House
c0783fba16
don't save duplicate devIDs
...
There's likely a bug in Android now where I'm registering over and
over though the fcm id hasn't been changed. That's wrong, but it's
also wrong (and filling up the db) to register a duplicate as if it
were new. So stop that.
2019-02-01 12:13:05 -08:00
Eric House
f6895aacff
make https the default for prefs-alterable strings
...
And change the keys so all local changes get reset
2019-01-31 15:22:25 -08:00
Eric House
48c331fd56
use https everywhere. And rewrite URLs if necessary.
2019-01-31 12:57:31 -08:00
Mesut Akcan
8cd31b1250
Translated using Weblate (Turkish)
...
Currently translated at 0.8% (6 of 764 strings)
2019-01-31 14:09:09 +01:00
Mesut Akcan
c6ac53cb3f
Added translation using Weblate (Turkish)
2019-01-29 22:44:02 +01:00
Eric House
4c2e17064c
add some logging around RelayService lifecycle
2019-01-29 11:15:46 -08:00
Eric House
e04f8d7fba
fix just the warnings; VSIZE is safe
2019-01-29 09:15:56 -08:00
Eric House
15a2897112
Revert "toward compiling with gcc8"
...
This reverts commit d293517e7c
.
2019-01-29 09:05:54 -08:00
Eric House
d293517e7c
toward compiling with gcc8
...
My VSIZE is no longer legal, and apparently there's no workaround (no
way to safely figure the length of an array whose size is known at
compile time.) To avoid the risk of duplicating little constants, added
macros that define length in a way a new VSIZE can pick it up. Couldn't
make that work for struct field arrays, however, so there I'm using
constants.
2019-01-28 17:24:53 -08:00
Eric House
b616f79cfd
remove the last critical error
2019-01-27 09:23:56 -08:00
Eric House
f7b6d30dc2
fix another critical warning
2019-01-27 09:12:58 -08:00
Eric House
2b5b4ba982
fix gtk critical errors
2019-01-27 08:46:51 -08:00
Eric House
a14b43bba0
communicate variant to relay, and store in new column
2019-01-27 06:31:21 -08:00
ssantos
8716832999
Translated using Weblate (Portuguese)
...
Currently translated at 51.6% (394 of 764 strings)
2019-01-27 10:04:36 +01:00
Eric House
316bf0060b
fcm config file for xw4 variant
2019-01-25 11:36:24 -08:00
Eric House
96ad615a73
remove debug toast that can't work from that class
2019-01-25 09:24:21 -08:00
Eric House
b4096de8ca
rewrite of gcm_loop.py to use FCM
...
Works on my test VM. Untested on production.
2019-01-25 09:21:37 -08:00
Eric House
a4152239f6
remove sms permissions from play store variant
...
and from a new debug variant so that can be tested. Add explanation to
be shown users who try to use the now-unavailable features.
2019-01-24 18:45:24 -08:00
Eric House
88a440acc3
add app-side support for firebase messaging
...
Works for xw4d variant only so far -- xw4 builds are broken!!!
2019-01-24 18:20:01 -08:00
Eric House
4ee76c72a6
add variant option to build scripts
...
xw4 won't build for a while...
2019-01-24 17:59:50 -08:00
Hosted Weblate
e20be83a58
Merge branch 'origin/android_translate' into Weblate.
2019-01-22 09:21:13 +01:00
Allan Nordhøy
fc9d1d2346
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 85.7% (655 of 764 strings)
2019-01-22 09:21:12 +01:00
Allan Nordhøy
4b8f39552f
Translated using Weblate (English)
...
Currently translated at 100.0% (764 of 764 strings)
2019-01-22 09:21:09 +01:00
Eric House
fb5fee3483
tweak string
2019-01-21 21:48:58 -08:00
Bernard Massot
6af47f9bc2
Translated using Weblate (French)
...
Currently translated at 97.6% (746 of 764 strings)
2019-01-21 21:48:58 -08:00
Louies
f45e001e7a
Added translation using Weblate (Chinese (Traditional))
2019-01-21 21:48:57 -08:00
Eric House
506ddc8f7a
fix logic error in permissions callback
...
Somehow I forgot what params were and decided that array's length needed
to match another's.
2019-01-21 20:44:16 -08:00
Eric House
06fe5894b9
fix invitations creating a second activity stack
...
Looks like certain launches that went through DispatchNotify could
create a second "instance" of the app. Giving that Activity a launchMode
of singleTask fixes this (singleTop does not.)
2019-01-21 18:57:38 -08:00
Eric House
51c7752830
use same launch flags for all self-launches
...
Launching a game in response to a wordlist it needing being downloaded
went through a different Intent-creation path from the rest, and
resulted in a second instance of the app showing in the launcher. This
shoudl fix that. I don't *think* it's the only way I'm getting second
instances or stacked GamesLists, but it should get fixed.
2019-01-21 18:57:38 -08:00
Eric House
52d983e0d8
assert (on DEBUG builds) that MainActivity is never sublaunched
...
I think this might help catch the instance duplication I'm seeing very
rarely.
2019-01-21 18:57:38 -08:00
Bernard Massot
41f5c6afa2
Translated using Weblate (French)
...
Currently translated at 97.6% (746 of 764 strings)
2019-01-20 16:19:53 +01:00
Eric House
0754e0db8e
remove hard-coded assumption about apk name
...
So can use the thing to sign-and-install local fdroid builds
2019-01-18 17:46:02 -08:00
Eric House
837ff1f8fc
Give each variant a name, and include in About alert.
...
I modified existing translated strings, adding the new clause. Not doing
that would cause the existing strings to be stripped because they'd no
longer have the matching set of format specifiers.
2019-01-18 16:45:27 -08:00
Eric House
f072736bb8
need to call doResume() twice
...
Calling it only once on acquiring lock where before it'd been called
twice meant ConnStatusHandler never got initialized. Bad.
2019-01-18 07:32:58 -08:00
Eric House
4878afb185
remove misplaced assert
2019-01-18 06:51:23 -08:00
Hosted Weblate
03b9b3e499
Merge branch 'origin/android_translate' into Weblate.
2019-01-18 13:59:52 +01:00
Eric House
ae56f23f66
remove misguided Assert that's firing
2019-01-17 15:16:54 -08:00