Commit graph

5758 commits

Author SHA1 Message Date
Phillip Thelen
6d2b26fe64 fix potential issue with yesterdaily dialog 2019-04-18 17:32:44 +02:00
Phillip Thelen
b8c44e589e Enable rotation and fix issue with party screen 2019-04-18 17:01:19 +02:00
Phillip Thelen
714e071983 Improve handling for long report comments 2019-04-18 13:12:44 +02:00
Phillip Thelen
fbf6ac031d Impelement new report view. Fixes #355 2019-04-18 11:54:32 +02:00
Phillip Thelen
fbeaef460c add option to link users to party wanted guild from party screen. Fixes #1126 2019-04-17 15:41:41 +02:00
Phillip Thelen
6a472db5a6 Display selected language and audio theme in preferences. Fixes #852 2019-04-17 15:00:01 +02:00
Phillip Thelen
0ee9936ec3 Implement new class selection screen. Fixes #828 2019-04-17 14:48:08 +02:00
Phillip Thelen
6ab2868dcf Add link to help guild to FAQ page. Fixes #1128 2019-04-17 10:46:24 +02:00
Phillip Thelen
067d2ba609 Inform users on about screen that update is available 2019-04-17 10:14:17 +02:00
Phillip Thelen
396b87ef40 update dependencies 2019-04-17 09:37:05 +02:00
Phillip Thelen
91b8569284 Improve stable design 2019-04-16 19:08:10 +02:00
Phillip Thelen
487460ce31 Fix item ownership issues 2019-04-16 19:08:10 +02:00
Arun Rajagopalan
b19d77a61a Refactor hourglass icon name [skip ci] 2019-04-16 13:45:00 +02:00
Arun Rajagopalan
d3080a16f7 Fix typo in icon name 2019-04-16 13:45:00 +02:00
Arun Rajagopalan
e2b6ee7a13 Display hourglass icon only if the user has any 2019-04-16 13:45:00 +02:00
Arun Rajagopalan
a5f26eb1e0 Add margin between avatar stats widget footer elements 2019-04-16 13:45:00 +02:00
Phillip Thelen
396ddffc55 Squashed commit of the following:
commit b2c0612855b8129ccd5236f8b045f20f4490e02e
Author: Phillip Thelen <viirus@pherth.net>
Date:   Mon Apr 15 13:26:51 2019 +0200

    Fix issues with items and pets

commit 15ae2ee15057522f1407147a389c94ab87591892
Author: Phillip Thelen <viirus@pherth.net>
Date:   Wed Apr 10 12:52:52 2019 +0200

    fix typo

commit 225d096155f5989740454d64025e99418893e0f3
Author: Phillip Thelen <viirus@pherth.net>
Date:   Wed Apr 10 02:20:33 2019 +0200

    fix wacky pets deserialization
2019-04-15 13:29:48 +02:00
Phillip Thelen
22e1e7448e Make users read community guidelines before posting. Fixes #671 2019-04-08 18:26:49 +02:00
Phillip Thelen
9e9e5bcadb Merge branch 'develop' of https://github.com/HabitRPG/habitica-android into develop 2019-04-08 17:53:25 +02:00
Phillip Thelen
d26bd26753 Don’t show task reminder if task is completed. Fixes #986 2019-04-08 17:52:46 +02:00
Phillip Thelen
9dc2a79d17 Improve content loading 2019-04-08 17:41:54 +02:00
Arkadiusz Chmura
d5f4f5bbb6 Remove the ability to tap off RYA 2019-04-08 13:46:46 +02:00
Phillip Thelen
008fdc1d22 Implement reward value form field 2019-04-05 11:16:44 +02:00
Phillip Thelen
1850805910 Merge branch 'develop' of https://github.com/HabitRPG/habitica-android into develop
# Conflicts:
#	Habitica/res/values/strings.xml
2019-04-05 09:46:26 +02:00
Phillip Thelen
ec5751ba10 Improve deserialization speeds 2019-04-05 09:45:26 +02:00
Phillip Thelen
80ef5e1bdb Continue implementing new task form 2019-04-05 09:45:26 +02:00
Phillip Thelen
cca994fad5 Begin building new task form 2019-04-05 09:45:26 +02:00
Phillip Thelen
7133aac5f2 rename old task form 2019-04-05 09:45:05 +02:00
Phillip Thelen
685d9edb92 improve change password. 2019-04-05 09:44:32 +02:00
Phillip Thelen
16888dd3ed Improve deserialization speeds 2019-04-05 09:36:32 +02:00
Phillip Thelen
6ba76db5d0 Continue implementing new task form 2019-04-04 12:31:27 +02:00
Phillip Thelen
b84657007e Begin building new task form 2019-03-28 14:45:16 +01:00
Phillip Thelen
dddfd57705 rename old task form 2019-03-27 15:19:23 +01:00
Phillip Thelen
d7a10324f7 Implement password changing 2019-03-27 15:09:59 +01:00
Phillip Thelen
121860c301 add support for upcoming pets and mounts 2019-03-27 13:17:37 +01:00
Phillip Thelen
8c06d85f42 Fix crash when editing habits 2019-03-19 15:31:32 +01:00
Phillip Thelen
e85def73b9 bump build number 2019-03-19 11:52:21 +01:00
Phillip Thelen
b40492d303 fix adding local auth 2019-03-19 11:52:21 +01:00
Phillip Thelen
960919f401 Fix creating checklist items 2019-03-19 11:52:21 +01:00
Phillip Thelen
ccf873a359 Make autocomplete work locally 2019-03-19 11:52:21 +01:00
Phillip Thelen
e23f5e033d Log to amplitude when RYA modal is shown 2019-03-19 11:52:21 +01:00
Phillip Thelen
0571e33d28 Include firebase performance monitoring 2019-03-19 11:52:21 +01:00
Phillip Thelen
4f2f9b31f3 Improve flow for leaving a party 2019-03-19 11:52:21 +01:00
Angelo Viado
59b39772d3 Fix notifications not showing
Add channel when building notification for daily reminder
Extend WakefulBroadcastReceiver instead of BroadcastReceiver
Remove android:process=":remote" in the manifest

Fixes #1105
2019-03-19 10:03:03 +01:00
Phillip Thelen
bd07638350 Improve task filtering reliability 2019-03-13 15:27:50 +01:00
Phillip Thelen
942a58bc23 Fix #1113 2019-03-13 14:41:32 +01:00
Phillip Thelen
a872f89326 Improve autocompleting 2019-03-13 14:41:25 +01:00
Phillip Thelen
a2900aaa8b get support email from remote config 2019-03-08 16:06:48 +01:00
Phillip Thelen
a82f674daf remove duplicate store translation 2019-03-08 13:02:15 +01:00
Phillip Thelen
54eb20ee00 fix potential crashes 2019-03-08 13:02:15 +01:00