Commit Graph

24 Commits

Author SHA1 Message Date
Kevin Whitaker
3916fb3aa8 Added in migration for current users. 2016-02-16 23:45:24 -05:00
Kevin Whitaker
35e7d14e3b Just in case, char types can be localized too. 2016-02-16 22:44:40 -05:00
Kevin Whitaker
dafbd43463 Character names are now able to be localized. 2016-02-16 22:39:07 -05:00
Kevin Whitaker
18621d5c36 campaign types now use localized strings. 2016-02-16 22:30:21 -05:00
Kevin Whitaker
2322ddc289 Abilities and Achievements should now rely on enum name for identification, but display current string resource in ui. 2016-02-16 22:22:01 -05:00
Kevin Whitaker
d137e91c98 Fix oops in strings.xml. Abilities should now use translated strings. It will not take old abilities into account for duplicates, though. 2016-02-10 23:45:38 -05:00
Kevin Whitaker
f966c8e776 Step one for trying to set up ability to have app in multiple languages: start putting strings into strings xml. 2016-02-10 22:47:03 -05:00
Kevin Whitaker
fb3e486a6c Bump version for bugfix. 1.0.1 2015-11-09 23:20:54 -05:00
Kevin Whitaker
a46b035d29 Fix bug related to wrong logic in finding existing duplicates. 2015-11-09 23:16:53 -05:00
Kevin Whitaker
1de320b71f Implement last character details screen. Also, rip out built-in dialog support for a library that makes consistent material look across platforms. 2015-04-21 23:52:47 -04:00
Kevin Whitaker
91615dbdf8 Implement party achievements being removable. 2015-04-20 21:58:27 -04:00
Kevin Whitaker
980a55b7b0 Implement party achievements being displayed and added. 2015-04-20 21:49:35 -04:00
Kevin Whitaker
dd0677c25d Start adding in achievement functions. 2015-04-20 20:27:49 -04:00
Kevin Whitaker
c4227f0bbc Add in player management and improve use interaction cases. 2015-04-20 20:04:58 -04:00
Kevin Whitaker
f134e20b3d CharacterNames now also contains the graphic icon for the character. Implemented character icons and chat depicting game players. Lots of cleanup on UI for spacing. Clearer page names. 2015-04-20 00:32:05 -04:00
Kevin Whitaker
f2cc55ca28 Do a better job at fully removing things when deleted. Add more edge case logic. Clean up messy functions. Have players and characters able to be added. Stole an icon from AOSP. ;) 2015-04-19 23:26:36 -04:00
Kevin Whitaker
8103e30036 I somehow missed that all similar class objects are stored in the same db. This means I needed to add a more unique id. Renamed classes to make easier to read. Fix typo in spelling. Fill out initial header and UI for character details. 2015-04-19 21:36:53 -04:00
Kevin Whitaker
f075318090 Add in campaign type in order to allow expansions easier. Allow campaign details page to come up with nothing. Add helper methods to try and convert nice string back to enums. Start working on detail header too. 2015-04-19 19:24:33 -04:00
Kevin Whitaker
07b120754e Change default font to something larger and easier to read. Implement RecyclerView for Campaign screen. Make simple realm objects have constructors for quick access. 2015-04-19 17:49:49 -04:00
Kevin Whitaker
9640ffb24d Fix lack of primary keys and start laying out more UI. 2015-04-19 13:19:22 -04:00
Kevin Whitaker
cc9d099a92 typo 2015-04-19 12:57:48 -04:00
Kevin Whitaker
b527036324 Laid down the models/enums. 2015-04-19 12:57:02 -04:00
Kevin Whitaker
9e3a796bca Work on basic theme/style. 2015-04-19 10:54:51 -04:00
Kevin Whitaker
e36e497d9f Initial base project formed from wizard. 2015-04-19 02:04:40 -04:00