Eric House
|
9d40930fff
|
pass new param into java, and when it's not the player's turn draw
pending points with his color at half-intensity.
|
2013-05-31 07:40:42 -07:00 |
|
Eric House
|
d41c1a4ca8
|
add new param so pending text can be drawn differently when it's not
the player's turn.
|
2013-05-30 07:17:13 -07:00 |
|
Eric House
|
8e8b4755b3
|
bring in changes from gtk_multigame to remove assertion fail when
connname gets changed by relay due to failure to ack it (which happens
when a large number of games is being run in a test.)
|
2013-05-30 06:48:29 -07:00 |
|
Eric House
|
8b888b8d96
|
fix compile errors due to stricter compiler post debian upgrade
|
2013-05-29 06:36:54 -07:00 |
|
Eric House
|
72a78100b1
|
fix compile error in non-debug version
|
2013-05-27 16:18:11 -07:00 |
|
Eric House
|
eccd31472f
|
fix crash when udp not in use
|
2013-05-27 16:17:58 -07:00 |
|
Eric House
|
ffa983db94
|
use pipe to quit from signal handler since calling g_main_loop_quit()
doesn't work with more recent glib versions (and has always been a bad idea)
|
2013-05-24 21:19:20 -07:00 |
|
Eric House
|
a1b6641067
|
catch and ignore exception from malformed user-provided url
|
2013-05-24 21:17:22 -07:00 |
|
Eric House
|
f4c18a78ac
|
clear game-launched flag in onNewIntent so that one game can replace
another via a Notification- or other-sourced Intent
|
2013-05-23 07:51:03 -07:00 |
|
Eric House
|
6c7cf1fa97
|
fix bug where two quick taps on a game will launch two copies (or
crash a slower device) by tracking whether an open's in progress
|
2013-05-23 06:48:40 -07:00 |
|
Eric House
|
cc2ecdc5b2
|
two post-conflicted-merge changes git didn't pick up for some reason (emacs?)
|
2013-05-22 07:03:08 -07:00 |
|
Eric House
|
31c443e4b1
|
Merge branch 'android_branch' into gtk_multigame
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/GCMIntentService.java
xwords4/android/XWords4/src/org/eehouse/android/xw4/RelayService.java
|
2013-05-22 07:01:08 -07:00 |
|
Eric House
|
2e30ccd4c6
|
expect array of message bodies rather than just one
|
2013-05-22 06:45:34 -07:00 |
|
Eric House
|
120748416b
|
handle GCM messages containing data, changing clientVers so server
knows we can. And send to relay in AsyncTask rather than UI thread.
|
2013-05-22 06:44:01 -07:00 |
|
Eric House
|
076b1b7543
|
remove logging
|
2013-05-22 06:44:01 -07:00 |
|
Eric House
|
78b3a91925
|
format: send array of message bodies rather than just one
|
2013-05-22 06:40:02 -07:00 |
|
Eric House
|
11709b21bd
|
remove redundant parameters
|
2013-05-22 05:51:33 -07:00 |
|
Eric House
|
7d81083d7d
|
send using old message format to old clients, new to new
|
2013-05-22 05:39:20 -07:00 |
|
Eric House
|
9b5607d829
|
send message along with GCM notification that ... there's a message.
Should eventually allow GCM-aware clients to skip connecting on
launch, and for now to make them a tiny bit snappier.
|
2013-05-21 19:35:34 -07:00 |
|
Eric House
|
2a2157b504
|
add DICTNOTE
|
2013-05-21 06:58:53 -07:00 |
|
Eric House
|
b58fe30ecc
|
add synonyms to tile counts/values summary
|
2013-05-14 22:00:22 -07:00 |
|
Eric House
|
4d96b695e6
|
toward having commandline params show up as defaults in new game dialog
|
2013-05-10 07:19:32 -07:00 |
|
Eric House
|
9e67dda5a9
|
make use of base-64 encoding runtime-configurable
|
2013-05-09 22:16:48 -07:00 |
|
Eric House
|
4470a9e66c
|
clean up a couple of debug-only strings
|
2013-05-09 22:15:38 -07:00 |
|
Eric House
|
f9f7874a55
|
make use of base-64 encoding runtime-configurable
|
2013-05-09 21:53:54 -07:00 |
|
Eric House
|
79a212c985
|
don't put up dict change dialog (which blocks) unless names are
different.
|
2013-05-09 21:37:58 -07:00 |
|
Eric House
|
d74814a806
|
part of previous (merge) commit that got left out -- files not saved.
|
2013-05-09 06:33:19 -07:00 |
|
Eric House
|
7d8cddb31f
|
Merge branch 'android_branch' into gtk_multigame
Conflicts:
xwords4/linux/gtkmain.c
xwords4/linux/linuxmain.c
xwords4/relay/xwrelay.cpp
|
2013-05-08 07:37:55 -07:00 |
|
Eric House
|
3e9bb1c6b9
|
fix leak: dispose struct before overwriting it
|
2013-05-08 06:38:52 -07:00 |
|
Eric House
|
66d42fe5f2
|
fix a couple of leaks
|
2013-05-07 07:07:10 -07:00 |
|
Eric House
|
407a82322c
|
modify to server the latest beta for non-debug users
|
2013-05-02 06:58:36 -07:00 |
|
Eric House
|
9cfc6be82c
|
fix for when wordlist not found
|
2013-05-02 06:52:12 -07:00 |
|
Eric House
|
5a026ffda3
|
merge android_wordlists (local branch)
|
2013-05-01 06:39:31 -07:00 |
|
Eric House
|
c31a1d98df
|
update changes list
|
2013-05-01 06:33:22 -07:00 |
|
Eric House
|
4e2f5b3b14
|
add (commented-out) debug function to print list of extras in an intent
|
2013-05-01 06:26:02 -07:00 |
|
Eric House
|
a62f9d4097
|
Fix but with missing-dict SMS invites: add missing intent extra.
|
2013-04-30 21:20:59 -07:00 |
|
Eric House
|
c8f447171a
|
Stop SMS service if play via SMS is disabled by user
|
2013-04-29 07:40:42 -07:00 |
|
Eric House
|
e4eb867717
|
add new flag bit to built-in wordlists
|
2013-04-20 19:46:52 -07:00 |
|
Eric House
|
541fc546ab
|
remove that bit from flags -- since we already do the right thing for it.
|
2013-04-20 19:46:35 -07:00 |
|
Eric House
|
519ba71e87
|
add new bit indicating that wordlist has synonyms
|
2013-04-20 19:45:54 -07:00 |
|
Eric House
|
87e21cd204
|
fix type in English string
|
2013-04-18 19:46:12 -07:00 |
|
Eric House
|
81ce47fe5e
|
Add Brazilian Portuguese translation.
|
2013-04-18 19:44:52 -07:00 |
|
Eric House
|
bc1c8d0769
|
add variants of multi-letter "specials" that mix case
|
2013-04-18 19:42:02 -07:00 |
|
Eric House
|
75d11d7d95
|
Revert "First cut at Brazilian Portuguese localization, unmodified from what"
This reverts commit 6b43d29ff1 .
Belongs on the main branch as it won't be part of the next beta.
|
2013-04-18 19:24:19 -07:00 |
|
Eric House
|
dbc8605d1d
|
remove removed change from changelist
|
2013-04-18 19:19:41 -07:00 |
|
Eric House
|
0d260155ee
|
Revert "On some devices a downloaded wordlist shows up twice, once in Internal"
This reverts commit 685971532a .
No way to test this right now....
|
2013-04-18 19:12:49 -07:00 |
|
Eric House
|
e4f52c5678
|
add assert and comment explaining why non-utf-8-aware hack is safe.
|
2013-04-18 07:15:14 -07:00 |
|
Eric House
|
cdcfef4e18
|
fix type in English string
|
2013-04-17 20:03:14 -07:00 |
|
Eric House
|
6b43d29ff1
|
First cut at Brazilian Portuguese localization, unmodified from what
the translator provided.
|
2013-04-17 19:59:41 -07:00 |
|
Eric House
|
7288e8c6dc
|
up version/changes for next release
|
2013-04-16 07:14:03 -07:00 |
|