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
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
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
0a774625a1
cleanup
2017-10-10 20:17:36 -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
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
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
Eric House
dc29321b28
change strings for new release
2017-09-13 08:06:08 -07:00
Eric House
e98c25a81a
fix crash by removing assert I didn't need
...
Looks like what I was worried about wasn't an issue.
2017-09-13 07:39:07 -07:00
Eric House
ae25c6e014
fix list item breakage: no inputType for TextView
...
I'd added inputType="text" everywhere I added maxLines="1" but it turns
out that breaks touches being handled at least on some devices. And it
makes no sense to have an inputType for something user can't put into.
2017-09-12 07:56:40 -07:00
Eric House
058d3a7828
try to fix travis: copy over .enc file
2017-09-11 06:47:59 -07:00
Eric House
8efd608ac2
fold in (as diff, not merge) travis config
2017-09-11 06:16:47 -07:00
Eric House
54997f6db2
more EditText fixing
2017-09-07 07:51:57 -07:00
Eric House
2de54a2535
fix script for a gradle world
2017-09-07 07:45:33 -07:00
Eric House
d87a1ca7a8
fix EditText so monkey can't abuse it
...
Several EditText fields are configured so monkey breaks things, e.g. by
entering too much text in the default player name config. Fix. This
probably won't impact users but it lets the monkey tests move on to
other things that might.
2017-09-07 07:36:16 -07:00
Eric House
f161de2977
make menu consistent
2017-09-07 06:15:17 -07:00
Eric House
1ee5afd5cf
add inputType=text to singleline EditTexts
...
Turns out the maxLine="1" thing needs this accompaniment or it'll let
you add carriage returns, as adb monkey found.
2017-09-07 06:13:14 -07:00
Weblate
11368df086
Merge remote-tracking branch 'origin/android_translate' into android_translate
2017-09-06 11:49:19 +02:00
Eric House
6866887438
include last commit in change notes
2017-09-05 19:23:21 -07:00
Eric House
8971837d22
fix crash on Samsung Galaxy Note 3 running 4.4
...
Can't repro on Nexus emulator running 4.4 nor on Samsung running 4.4.4,
but the reporter says this fixes it. And from reading it appears
expecting older devices to load Material themes without an AppCompat
library is wrong.
2017-09-05 19:17:02 -07:00
Eric House
f5e66463f9
up release strings for new version
2017-09-03 14:15:43 -07:00
naofum
406ffca333
Translated using Weblate (Japanese)
...
Currently translated at 73.8% (545 of 738 strings)
2017-09-03 14:15:26 -07:00
Eric House
51ca1777e2
make the have-chat icon green
2017-09-03 13:28:37 -07:00