Eric House
ead0fdf668
merge from_android_beta_82->
2014-04-25 20:29:54 -07:00
Eric House
19573af533
a more elegant way of building up params to pass to PQexecParams
2014-04-25 18:45:51 -07:00
Eric House
a7c1724bb8
another change
2014-04-25 07:46:33 -07:00
Eric House
2f3a7f4bd2
allow board screen to be "upside down" on OS version new enough to
...
support it (and make SMS Invite Activity go any way, just like
everything else)
Conflicts:
xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardActivity.java
2014-04-25 07:46:22 -07:00
Eric House
6eaf7a57b5
fix crash when there's a "'" in model name
2014-04-25 07:41:58 -07:00
Eric House
6e011ab36f
allow board screen to be "upside down" on OS version new enough to
...
support it (and make SMS Invite Activity go any way, just like
everything else)
2014-04-24 19:59:20 -07:00
Eric House
808e342cd4
clean up
2014-04-24 19:58:18 -07:00
Eric House
6a4c599da5
Merge remote branch 'origin/android_branch' into android_branch
2014-04-23 07:40:46 -07:00
Eric House
e25a0e7dbc
changes for translation downloading
2014-04-23 07:39:36 -07:00
Eric House
33175e271c
Merge remote-tracking branch 'sf/android_branch' into android_branch
2014-04-18 06:13:53 -07:00
Eric House
48eb900212
merge -> android_branch
2014-04-18 06:10:25 -07:00
Eric House
c576ec7d7d
up client version so relay knows we're cool
2014-04-18 06:05:15 -07:00
Eric House
4de894627a
fix infinite loop -- duh
2014-04-18 06:01:03 -07:00
Eric House
8ba19184a0
merge from_android_beta_82->android_branch
2014-04-17 08:32:39 -07:00
Eric House
529e6733d0
up strings for new release
2014-04-17 08:27:42 -07:00
Eric House
0e4f24dfe9
use fixed string for model rather than clearing it
2014-04-17 08:24:09 -07:00
Eric House
6f0b5c1bea
empty the model string if the client version's lower than what I'm
...
about to release and there's non-ascii stuff in it.
2014-04-17 08:13:01 -07:00
Eric House
f05b1e0525
log model -- can remove later
2014-04-17 07:44:32 -07:00
Eric House
0897ae2ba9
log the bad query
2014-04-17 07:43:58 -07:00
Eric House
56ce5761d7
fix malformed utf-8: writeBytes just strips all but the last byte of multi-byte utf8 chars!
2014-04-17 07:42:34 -07:00
Eric House
0aa2a03760
remove unused method
2014-04-09 05:54:36 -07:00
Eric House
5e03e0cc75
fix crash adding first game to newly installed app by counting games and groups the same way getView determines if they exist.
2014-04-09 05:52:36 -07:00
Eric House
1035c94c3f
call init from outside constructor since constructor can call back into callee
2014-04-09 05:38:46 -07:00
Eric House
ccf84135a0
fix NPE on fresh install
2014-04-09 05:08:49 -07:00
Eric House
eff00c1743
use setBackground rather than setBackgroundColor to fix not reverting on 4.4 (and maybe earlier)
2014-04-01 06:27:19 -07:00
Eric House
9351eb257b
call setPct on new group item if appropriate
2014-03-31 07:57:31 -07:00
Eric House
9a55c97793
add new style for expander buttons
2014-03-31 07:20:19 -07:00
Eric House
3ff60861f7
derive GameListGroup from ExpiringLinearLayout
2014-03-31 07:14:40 -07:00
Eric House
d896670c21
remove unneeded paramter
2014-03-31 06:34:35 -07:00
Eric House
256dda85c0
don't show resend messages menu when anything's selected
2014-03-30 17:15:26 -07:00
Eric House
6f373c6c11
drop click event when don't have any games (easier than uninstalling the handler when there are no child games)
2014-03-28 22:41:57 -07:00
Eric House
fe14c88685
fix so gameless groups are still shown (but don't have an expand button)
2014-03-28 22:32:35 -07:00
Eric House
52d2436903
snapshot on the way to fixing query that failed to show empty groups
2014-03-28 07:46:46 -07:00
Eric House
fe64f89788
fix assertion on newer devices by letting the compiler do its job
2014-03-28 06:20:28 -07:00
Eric House
fb3b6ff96d
expand/contract in response to click anywhere
2014-03-27 08:45:12 -07:00
Eric House
3f3e9f5389
implement expand/contract of groups. Still skanky, but works.
2014-03-27 08:28:34 -07:00
Eric House
64d0e0c867
toggle image when clicked
2014-03-26 21:12:43 -07:00
Eric House
84698273a5
fix selection of group item by adding a delegate all selectable items can call.
2014-03-26 21:03:51 -07:00
Eric House
31b65e659d
make GamesList list- not expandable-list-based for future compatibility with Fragments. Groups still don't contract since they need arrows. Next...
2014-03-26 20:01:55 -07:00
Eric House
0a1449859a
add countGames and to group info the count of games in each
2014-03-26 19:55:05 -07:00
Eric House
af0522b0f4
always serve the newest .apk for debug builds wanting to upgrade
2014-03-26 18:44:14 -07:00
Eric House
9993ef1e4c
add function to return all apks sorted by creation time
2014-03-26 08:22:17 -07:00
Eric House
e70bb33537
break ChatActivity up
2014-03-25 22:29:20 -07:00
Eric House
558d34bc98
break part of BoardActivity out into BoardDelegate (and make a bunch of little changes that required)
2014-03-25 21:53:38 -07:00
Eric House
609962df58
cleanup
2014-03-25 07:21:12 -07:00
Eric House
0430cfbd24
break parts of StudyListActivity into StudyListDelegate
2014-03-25 07:14:22 -07:00
Eric House
dae0c7208f
rename StudyList -> StudyListActivity
2014-03-25 06:31:59 -07:00
Eric House
8084e63d09
add and use a showDialog() that takes a DlgID
2014-03-25 06:26:28 -07:00
Eric House
e0c0ff219f
rename onCreateDialog createDialog where it's not an overridden method
2014-03-25 06:16:46 -07:00
Eric House
cae30c61e8
need onCreateDialog() to get into DlgDelegate; onContentChanged needs to call super()
2014-03-25 06:03:25 -07:00