Eric House
|
51a561077c
|
when action-bar-equipped device tries to hide title bar warn and then
disable pref.
|
2013-11-19 07:22:14 -08:00 |
|
Eric House
|
9fa715f096
|
add German to what thefreedictionary.com can look up
|
2013-11-19 05:42:00 -08:00 |
|
Eric House
|
45fcd19e6e
|
use gameID as inviteID, so that all devices in a game will be using
the same gameID -- and use that to reject as duplicates attempts to
use the same invitation more than once.
|
2013-11-18 21:38:59 -08:00 |
|
Eric House
|
d7239323bc
|
add gameid as option for what's shown in summary (debug only)
|
2013-11-18 07:25:40 -08:00 |
|
Eric House
|
03f532374b
|
put up NFC button even if turned off, and when it's used offer to turn
it on.
|
2013-11-18 06:27:24 -08:00 |
|
Eric House
|
37083c3ea1
|
fix menu titles -- were reversed
|
2013-11-18 06:17:26 -08:00 |
|
Eric House
|
e701af7262
|
tweak text
|
2013-11-17 21:18:33 -08:00 |
|
Eric House
|
cae89a60a8
|
include hint in subtitle
|
2013-11-16 18:31:32 -08:00 |
|
Eric House
|
f303fa2653
|
debug features and logging are always on/available for debug builds
|
2013-11-15 20:52:05 -08:00 |
|
Eric House
|
e4e0f57676
|
put up different help text depending on whether user has buttons or
menus (since the text mentions them)
|
2013-11-15 19:02:13 -08:00 |
|
Eric House
|
d461268b8c
|
tweak newbie hint
|
2013-11-15 18:44:11 -08:00 |
|
Eric House
|
e20a72e527
|
remove and turn off active rect stuff
|
2013-11-14 05:59:51 -08:00 |
|
Eric House
|
3b3746d2e5
|
fix invites dialog to show the right buttons for all cases.
|
2013-11-13 06:52:45 -08:00 |
|
Eric House
|
d119033333
|
use resource strings and apis rather than quoted strings for nfc constants
|
2013-11-13 06:51:36 -08:00 |
|
Eric House
|
e63e5b6102
|
Merge branch 'android_branch' into android_nfc
|
2013-11-12 18:39:31 -08:00 |
|
Eric House
|
8704efd38e
|
add send-invites menuitem that's at top of board menu but only visible
when game's unconnected
|
2013-11-12 18:39:13 -08:00 |
|
Eric House
|
10608b137f
|
Mark the current player's wordlist in wordlists popup
|
2013-11-12 07:05:37 -08:00 |
|
Eric House
|
148da01fdc
|
use save icon for commit/trade too
|
2013-11-12 06:43:56 -08:00 |
|
Eric House
|
a88835a4a1
|
Successfully send text via NFC and log it on receiver
|
2013-11-11 21:36:19 -08:00 |
|
Eric House
|
8099b77e52
|
refuse to a create second game from an invitation unless a debug pref
is set.
|
2013-11-11 20:44:08 -08:00 |
|
Eric House
|
360479bff5
|
string tweak
|
2013-11-11 20:27:50 -08:00 |
|
Eric House
|
35721975db
|
add menuitems for back/commit for trade mode parallel to the buttons
at bottom (which should go when you have an action bar)
|
2013-11-11 05:23:25 -08:00 |
|
Eric House
|
6107400835
|
improve thumb strings
|
2013-11-08 06:34:58 -08:00 |
|
Eric House
|
9f6baf39c4
|
don't insert rowid in any prefs list except the right one
|
2013-11-08 06:31:20 -08:00 |
|
Eric House
|
5a555b11b0
|
tweak appearance of snapshots preferences
|
2013-11-08 05:54:30 -08:00 |
|
Eric House
|
b2f864c7ce
|
frame thumbnail in grey; tweak defaults
|
2013-11-08 05:44:16 -08:00 |
|
Eric House
|
e780b536f9
|
obey thumb size preference. Currently "1/3" means 1/3 the size of the
smaller screen dimension. There may be a better scale.
|
2013-11-07 19:28:00 -08:00 |
|
Eric House
|
41df94af31
|
new separate set of three prefs for thumbnails, and make the first,
enable/disable, work.
|
2013-11-07 19:07:19 -08:00 |
|
Eric House
|
bb80cdfb08
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardCanvas.java
xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/XwJNI.java
|
2013-11-07 05:25:51 -08:00 |
|
Eric House
|
929399793b
|
Merge branch 'android_x86_release' into android_branch
|
2013-11-06 22:28:36 -08:00 |
|
Eric House
|
272fc6e812
|
Move board_layout call onto jni thread, and change order in which it's
done to make that work. This is a snapshot: not all boards draw completely,
and there's other debugging to be done.
|
2013-11-06 06:49:27 -08:00 |
|
Eric House
|
e6c08a83ab
|
tweak text: including both processors after all
|
2013-11-04 07:40:49 -08:00 |
|
Eric House
|
9c9a04025a
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/jni/XwJNI.java
|
2013-11-04 06:20:53 -08:00 |
|
Eric House
|
ccb07a67da
|
update strings for this x86-only release
|
2013-11-03 13:04:22 -08:00 |
|
Eric House
|
e01af60dab
|
build with COMMON_LAYOUT defined, and when off-by-default debug pref
is on use it instead of java-side layout.
|
2013-11-03 12:17:20 -08:00 |
|
Eric House
|
8ddc9a7770
|
Merge branch 'android_branch' into android_thumbnail
Conflicts:
xwords4/android/XWords4/res/values/strings.xml
|
2013-10-30 21:46:45 -07:00 |
|
Eric House
|
886f9100e1
|
implement delete and make default menuitems
|
2013-10-30 19:02:28 -07:00 |
|
Eric House
|
a0b1cddf7a
|
comment out strings that are changing in English
|
2013-10-30 18:57:32 -07:00 |
|
Eric House
|
eefcd18fa8
|
part one of modernizing wordlists browser: long-tap selects and
de-selects, but menus aren't updated and don't work.
|
2013-10-30 07:03:15 -07:00 |
|
Eric House
|
571b1d9d49
|
turn thumbnails on by default
|
2013-10-29 21:00:50 -07:00 |
|
Eric House
|
8bdde9765d
|
Merge branch 'android_branch' into android_thumbnail
|
2013-10-29 06:30:03 -07:00 |
|
Eric House
|
cfcca8ec25
|
remove unused strings
|
2013-10-28 07:16:56 -07:00 |
|
Eric House
|
2c9cd311a5
|
add thumbnail: save scaled-down image when closing board, store it in
summaries db, and display as part of game list item. Preference
governs whether saved/displayed and the scale.
|
2013-10-25 21:08:37 -07:00 |
|
Eric House
|
3067b5f9c1
|
make menu id names more consistent
|
2013-10-25 07:15:43 -07:00 |
|
Eric House
|
788102b5f6
|
replace ... with …, and add to a few menu items' strings
|
2013-10-25 06:31:49 -07:00 |
|
Eric House
|
4881164067
|
finish list of changes
|
2013-10-25 06:17:22 -07:00 |
|
Eric House
|
256d6eed90
|
remove unused strings
|
2013-10-24 19:58:43 -07:00 |
|
Eric House
|
521f0e3cf3
|
more tweaks, e.g. name the group that's preventing deletion, and
select newly created game copy
|
2013-10-24 19:58:21 -07:00 |
|
Eric House
|
266cd6fe85
|
add newbie hint for new back-button-clear-selection behavior
|
2013-10-24 18:51:55 -07:00 |
|
Eric House
|
3ff063a490
|
up version strings and start changelist
|
2013-10-24 07:30:39 -07:00 |
|