Joan Montané
9278179d4c
Translated using Weblate (Catalan)
...
Currently translated at 74.0% (550 of 743 strings)
2018-01-08 22:20:08 +01:00
Bernard Massot
70aeef6c8e
Translated using Weblate (French)
...
Currently translated at 99.1% (737 of 743 strings)
2017-12-11 17:46:23 +01:00
Weblate
6ffd4d4a37
Merge remote-tracking branch 'origin/android_translate' into android_translate
2017-12-01 04:25:46 +01:00
Allan Nordhøy
9572cdca1b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 55.6% (411 of 738 strings)
2017-11-26 15:49:40 +01:00
Eric House
58eafd5fd1
fix glitches in XML strings for Norwegian
2017-11-20 22:04:42 -08:00
Eric House
3216ef8a5c
Merge branch 'android_branch' into android_translate
2017-11-20 06:53:34 -08:00
Eric House
b6124ca2d1
change version strings and changelog
2017-11-19 20:10:54 -08:00
Eric House
4698c0e54b
add not-again explanation for new archive feature
2017-11-19 20:00:45 -08:00
Eric House
5ff6f2ca22
fix TIMEOUT calculation
2017-11-16 08:27:51 -08:00
Eric House
ba9b94a0c6
move g_free after last use of ptr
...
(Made same on another branch but couldn't cherry-pick)
2017-11-16 08:18:39 -08:00
Eric House
f45dcb36b1
rewrite of shell script in python3
...
translate the most-used features of my too-big-for-bash script into python3,
which is clearly much better suited. Tried to keep the structure and variable
names intact so that diff has a chance of showing something, but when a class
replaces a bunch of arrays that were being kept in sync there's only so much
you can to. Currently doesn't support stuff like app upgrades and switching
from tcp to udp, but those should be relatively easy to bring over from the
.sh when/if I need them.
2017-11-16 08:15:06 -08:00
Eric House
9d02237f19
add assertion to catch too many players
2017-11-16 08:14:49 -08:00
Allan Nordhøy
e6a1aef7a2
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 11.6% (86 of 738 strings)
2017-11-14 06:48:41 +01:00
Eric House
607567cd35
don't allow duplicate group names
...
If group already exists, warn rather than create another with the same
name.
2017-11-12 22:50:45 -08:00
Eric House
c2eff7d3f2
add "archive" option to dialog on opening done game
...
Create the group if needed. Name's not user-editable at this
point. Should be a preference, and that preference should be changed if
user renames it.
2017-11-12 22:31:48 -08:00
Eric House
b77ea0aaad
copied from relay_via_http branch
...
(was at: ./xwords4/android/scripts/relay.py) This is the web API clients
can use to talk to the relay.
2017-11-12 20:29:15 -08:00
Eric House
f072c68bf9
bring in changes from relay_via_http branch
...
It's time to make them live so client development can use a live relay,
and all the old tests pass, so why not.
2017-11-12 20:25:29 -08:00
Eric House
39deeeb089
fix tap down lower not opening game
...
Making the right_side elem match its parent height prevents the
lower-right region of game list items from falling through and
triggering a toggle-selection event.
2017-11-11 15:43:07 -08:00
Eric House
da3f6db9e4
fix failure to notify relay of half-game deletion
...
Wasn't detecting as a relay game something registered on relay but not
yet joined by another device, a common case!
2017-11-11 08:10:48 -08:00
Allan Nordhøy
ebe594ed1d
Added translation using Weblate (Norwegian Bokmål)
2017-10-19 11:48:34 +02:00
Andreas Kleinert
b7c72dd1e6
Translated using Weblate (German)
...
Currently translated at 8.4% (62 of 738 strings)
2017-10-17 20:45:54 +02:00
Eric House
6b0fe35c8f
use readFully() rather than read()
...
readFully() blocks; read() can return with less than you expect.
2017-10-16 22:12:35 -07:00
Eric House
927c4f12a0
make tap on thumbnail select/deselect
...
Working around there being a border around the game-type image area.
With this change long-tapping works only on the right 2/3 of the
region. There might be a fix, but it's still better than there being
a hole (the border) in the thing where behavior's different.
2017-10-14 14:31:41 -07:00
Eric House
fd3220c1c2
Merge branch 'android_branch' of github.com:eehouse/xwords into android_branch
2017-10-12 21:15:08 -07:00
Eric House
1e38069b94
update script seen by those without the app installed
2017-10-12 21:14:07 -07:00
Eric House
d250a47a67
try to fix travis for new host
2017-10-11 07:39:09 -07:00
Eric House
c7f0090e15
fix script that makes the db
...
I've had it wrong all these years. Thanks Dave!
2017-10-10 20:36:36 -07:00
Eric House
37ecd81c04
change param names
...
about to introduce a second. This will make things clearer. No code
change here though.
2017-10-10 20:17:36 -07:00
Eric House
0a774625a1
cleanup
2017-10-10 20:17:36 -07:00
Eric House
4717308c4d
make new installs easier
...
Add make target and script option to install debs
2017-10-10 19:56:22 -07:00
Eric House
36aef059c1
remove assertion: deviceID can change
...
Hit this nuking the devices table mid-game. Games recover with the
assertion removed (and storing the new/non-matching deviceID)
2017-10-07 10:47:44 -07:00
Eric House
3e8839636e
preserve hid when recreating games
...
When a device reconnects and there's no record for its
game (e.g. because an ISP's screwed up and the db and its host are
lost), recreate but keep the device's hid (position in the arrays
indicating mostly whether it's the inviter or invitee.) Tested by
running the linux scripts and deleting the games table mid-way
through, but not yet tested with android devices.
2017-10-07 10:14:27 -07:00
Eric House
2cabf2332c
fix compiler-found (but trivial) error
...
debian's new compiler rocks. Effected only test code I never use, but
still nice to fix.
2017-10-07 08:03:18 -07:00
Eric House
c9a86a23e0
remove GCM-related receiver from shared manifest
...
Duh. The .java file was removed, but the declaration that all apps can
handle an intent (that requires WakeLock they no longer all have) was
not. Should fix crashes I'm seeing.
2017-09-28 20:02:05 -07:00
Eric House
bbffe4caf1
Add assert prior to removing dead (?) code
...
There should no longer be a need for curThis(), but let's confim by
asserting for a while.
2017-09-28 06:51:59 -07:00
Eric House
a3bf942004
fix assertion by not handling Action
...
Was wrong to assert that unexpected Actions never arrived.
2017-09-28 06:51:24 -07:00
Eric House
79e852a9eb
change ID of duplicate menu
...
Board and Games List were using same menuid which meant that even when
chosen from Board's menu it would up getting handled by GamesList (in
dual-pane mode.)
2017-09-28 06:50:16 -07:00
Eric House
d3b9a98518
fix to serve the oldest release newer than current
...
Removing hard-coded list of release .apks in favor of picking them from
the file system based on version code reported by aapt.
2017-09-27 20:39:58 -07:00
Eric House
7b691dfd2f
offer to hide buttons when invoked from action bar
2017-09-26 07:34:54 -07:00
Eric House
0aab21ed5e
don't email when travis builds succeed
2017-09-26 07:06:58 -07:00
Eric House
604119f99b
stub out GCMIntentService for d variant
...
Somehow the d variant was crashing without the WAKELOCK permission, the
OS having invokes something GCM-related. This should ensure nothing
GCM-related can ever happen.
2017-09-26 07:01:55 -07:00
Eric House
6fa01eb971
move GCM-related permissions into new manifest
...
Create an AndroidManifest.xml specific for the xw4 variant, and move the
GCM-related permissions (including WakeLock) into it.
2017-09-25 06:17:44 -07:00
Eric House
fd7f564e11
add debug menu to copy git info to clipboard
...
Makes it easier to find out what the diffs were.
2017-09-24 14:40:31 -07:00
Eric House
096aa3bd0f
make GCM_SENDER_ID empty for xw4d variant build
...
This seems to fix that app, when built by me where GCM_SENDER_ID's set
in the environment, being a battery hog. Apparently google's code
doesn't handle being passed the wrong senderID very well.
2017-09-24 14:30:59 -07:00
Eric House
9bdf43a89e
remove duplicated BuildConfig entry
2017-09-22 06:55:02 -07:00
Eric House
5dc9327d31
record current git-diff in assets
2017-09-22 06:46:19 -07:00
Eric House
618ee89add
fix crash drawing game timer
...
It's outside the normal begin_/end_draw flow and so cairo wasn't set up
as expected.
2017-09-20 07:26:26 -07:00
Eric House
592a6429d4
up changelog and version strings
2017-09-20 06:40:42 -07:00
Eric House
39efbaa7f5
fix timer-draw NPE due to race condition
...
use runOnUiThread()....
2017-09-19 22:09:57 -07:00
Eric House
a328221b63
up version codes for new release
...
I somehow screwed up the last release, but google got the apk so
requires me to change the version number.
2017-09-19 07:46:17 -07:00