03c179645f
Bump version for new language addition.
master
Kevin Whitaker
2017-05-16 17:25:21 -04:00
566fc69def
Added Brazilian Portuguese thanks to Pedro Paulo Barros.
Kevin Whitaker
2017-05-16 17:22:07 -04:00
2d4f253e9b
Update version for store release.
1.0.5
Kevin Whitaker
2016-11-04 23:46:49 -04:00
50bd394151
Stop using for loops to delete items in the loop. Can confuse Realm and make it think there are items where there are not. Luckily, there's a simple delete all method. Update gradle plugin.
Kevin Whitaker
2016-11-01 23:46:11 -04:00
b41200de7d
Add Spanish translation courtesy of Arguset.
1.0.4
Kevin Whitaker
2016-09-18 11:08:55 -04:00
6af7a6fde4
Added new entry for other languages.
Kevin Whitaker
2016-09-17 18:49:00 -04:00
8d3c6997e7
Fix some migration headers and add chapter value for campaigns.
Kevin Whitaker
2016-08-16 20:03:15 -04:00
c72c2884f4
Update gradle and realm to latest versions.
Kevin Whitaker
2016-08-16 18:47:22 -04:00
cd4820e14f
Merge branch 'feature__russian_localization' into 'master'
Kevin Whitaker
2016-08-16 21:45:04 +00:00
5b7d275b96
ADD: value-ru folder and strings.xml with Russian localization
Denis Titusov
2016-08-16 11:55:04 +05:00
b5b33e356d
Pre-bump version so I don't forget to skip 5.
Kevin Whitaker
2016-05-15 17:49:45 -04:00
d21d5e58c3
Update build tools to get android studio to like building again.
1.0.3
Kevin Whitaker
2016-05-08 22:04:00 -04:00
3651a24c7b
Merge branch 'feature__german_localization' into 'master'
Kevin Whitaker
2016-05-09 01:21:40 +00:00
63db69e04f
MOD: extract further string resources and add localization
Jan
2016-05-08 14:02:22 +02:00
d9efb025d9
MOD: localize all string resources in string.xml
Jan
2016-05-08 13:47:49 +02:00
f562f66101
ADD: value-de folder and strings.xml
Jan
2016-05-08 12:42:06 +02:00
f9105d3b78
Update to latest Android Studio.
Kevin Whitaker
2016-05-01 11:41:23 -04:00
d6f530fbb2
Add license
Kevin Whitaker
2016-05-01 15:27:23 +00:00
586a431ab3
Remove temp migration and bump version for next release. Remove hard coded english text from code and put into resources. Add in official realm migrator due to old version no longer supported.
Kevin Whitaker
2016-04-03 11:50:48 -04:00
7c9fae256f
Bump version for release.
1.0.2
Kevin Whitaker
2016-02-16 23:49:13 -05:00
3916fb3aa8
Added in migration for current users.
Kevin Whitaker
2016-02-16 23:45:24 -05:00
35e7d14e3b
Just in case, char types can be localized too.
Kevin Whitaker
2016-02-16 22:44:40 -05:00
dafbd43463
Character names are now able to be localized.
Kevin Whitaker
2016-02-16 22:39:07 -05:00
18621d5c36
campaign types now use localized strings.
Kevin Whitaker
2016-02-16 22:30:21 -05:00
2322ddc289
Abilities and Achievements should now rely on enum name for identification, but display current string resource in ui.
Kevin Whitaker
2016-02-16 22:22:01 -05:00
d137e91c98
Fix oops in strings.xml. Abilities should now use translated strings. It will not take old abilities into account for duplicates, though.
Kevin Whitaker
2016-02-10 23:45:38 -05:00
f966c8e776
Step one for trying to set up ability to have app in multiple languages: start putting strings into strings xml.
Kevin Whitaker
2016-02-10 22:47:03 -05:00
fb3e486a6c
Bump version for bugfix.
1.0.1
Kevin Whitaker
2015-11-09 23:20:54 -05:00
a46b035d29
Fix bug related to wrong logic in finding existing duplicates.
Kevin Whitaker
2015-11-09 23:16:53 -05:00
1de320b71f
Implement last character details screen. Also, rip out built-in dialog support for a library that makes consistent material look across platforms.
Kevin Whitaker
2015-04-21 23:52:47 -04:00
91615dbdf8
Implement party achievements being removable.
Kevin Whitaker
2015-04-20 21:58:27 -04:00
980a55b7b0
Implement party achievements being displayed and added.
Kevin Whitaker
2015-04-20 21:49:35 -04:00
dd0677c25d
Start adding in achievement functions.
Kevin Whitaker
2015-04-20 20:27:49 -04:00
c4227f0bbc
Add in player management and improve use interaction cases.
Kevin Whitaker
2015-04-20 20:04:58 -04:00
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.
Kevin Whitaker
2015-04-20 00:32:05 -04:00
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. ;)
Kevin Whitaker
2015-04-19 23:26:36 -04:00
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.
Kevin Whitaker
2015-04-19 21:36:53 -04:00
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.
Kevin Whitaker
2015-04-19 19:24:33 -04:00
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.
Kevin Whitaker
2015-04-19 17:49:49 -04:00
9640ffb24d
Fix lack of primary keys and start laying out more UI.
Kevin Whitaker
2015-04-19 13:19:22 -04:00
cc9d099a92
typo
Kevin Whitaker
2015-04-19 12:57:48 -04:00
b527036324
Laid down the models/enums.
Kevin Whitaker
2015-04-19 12:57:02 -04:00
9e3a796bca
Work on basic theme/style.
Kevin Whitaker
2015-04-19 10:54:51 -04:00
e36e497d9f
Initial base project formed from wizard.
Kevin Whitaker
2015-04-19 02:04:40 -04:00