-
Notifications
You must be signed in to change notification settings - Fork 54
How you can help?
Please log any Bugs in GitHub Issues page, please avoid doing so in the Gitter chat group as it's difficult to track and monitor issues from there. When logging issues it is helpful to get screen grabs of the issue if possible and also the text from
- Menu > View LogCat
- Menu > Debug > Info
As with Bugs, please log Feature Requests in GitHub Issues page, please avoid doing so in the Gitter chat group as it's difficult to track and monitor requests from there. Please be clear regarding the expected behavior you would like and reasons why this feature is requested. I do my best to keep HAPP to its core use cases and avoid feature creep, this is to avoid the app becoming bloated and difficult to maintain.
HAPP has two core resource files with strings for translation
- res > values > strings.xml
- res > values > arrays.xml (Do not modify the Value section of an Array!)
The best process is to make a Pull Request and modify these files, Android Studio has a Translations Editor that should be helpful - but I have never used this. This appears to be a good article to get you started.
Feel free to join the chatter in the Gitter Group, my time is limited and it's always helpful to have others assist new users with common questions and issues.