Commit graph

2787 commits

Author SHA1 Message Date
Phillip Thelen
6971793fbe fix setting a stat on a task 2019-06-19 12:02:00 +02:00
Phillip Thelen
5b840ab5ae Visual tweaks 2019-06-19 11:46:26 +02:00
Phillip Thelen
65ae9ceacd Fix prepopulating tags in task form 2019-06-17 17:21:22 +02:00
Phillip Thelen
6b26899017 Fix crashes in task list 2019-06-17 17:21:09 +02:00
Phillip Thelen
d2a3f52ac7 fix status and navbar color 2019-06-14 17:56:53 +02:00
Phillip Thelen
873f9f6328 Improve notification handling 2019-06-14 17:52:24 +02:00
Phillip Thelen
ec2895a5c0 start handling more group plan notifs 2019-06-14 17:45:13 +02:00
Phillip Thelen
c94054f512 Improve challenge sharing 2019-06-14 17:26:34 +02:00
Phillip Thelen
0bb02d49be Fix armoire notifications 2019-06-14 17:03:48 +02:00
Phillip Thelen
1a0df90180 open party chat from notification view 2019-06-14 13:22:37 +02:00
Phillip Thelen
6820ffcc66 Fix task editing. Fixes #1190 2019-06-14 11:10:45 +02:00
Phillip Thelen
65e284505a fix habit streak appearance. Fixes #1191 2019-06-14 10:12:25 +02:00
Phillip Thelen
6068da2f91 fix memory leak 2019-06-14 10:06:00 +02:00
Phillip Thelen
c09a1c6e70 Fix app background. Fixes #1189 2019-06-14 10:05:51 +02:00
Phillip Thelen
12367d277f Fix layout issue in main activity. Fixes #1172 2019-06-13 17:12:19 +02:00
Phillip Thelen
dc43cf06a5 fix layout issues on specific phones 2019-06-13 16:41:40 +02:00
Phillip Thelen
3885bc06d3 Add feedback to tapping add button 2019-06-13 11:55:12 +02:00
Phillip Thelen
8fd56bf718 Improve task text input. Fixes #1165 2019-06-13 11:04:34 +02:00
Phillip Thelen
254d38a527 Fix various layout issues. Fixes #1146 2019-06-13 10:54:47 +02:00
Phillip Thelen
4330878a00 Fix #1169 2019-06-13 09:29:57 +02:00
Phillip Thelen
262779197a add a way to view quest rewards from items screen 2019-06-13 09:03:30 +02:00
Phillip Thelen
15f6052bdb fix opening guilds. Fixes #1185 2019-06-13 08:14:33 +02:00
Phillip Thelen
202e85dcc9 open group page from invitation notification 2019-06-12 18:41:46 +02:00
Phillip Thelen
5eda98b2cb send analytics events for navigation events 2019-06-12 18:23:19 +02:00
Phillip Thelen
73eece277c allow items and guild pages to be opened to pages other than the first one 2019-06-12 18:00:45 +02:00
Phillip Thelen
4461d10353 Refactor code to use less events 2019-06-12 18:00:45 +02:00
Phillip Thelen
644b4d8840 Fix editing custom rewards 2019-06-12 18:00:45 +02:00
Carl Vuorinen
8eed9cb197 Global Notification support - pt2 (#1171)
* Create custom notifications for Guild, Party & Quest invitations

Merge custom notifications with the ones coming from server.
Skip marking custom notifications as seen or dismissing them.

* Create actionable notification item views

Set result code based on accept/reject button click

* Handle accept & reject results from actionable notifications

Accept / reject quests & group invites based on notification type
Reload user after accept/reject to refresh notifications

* Create observable from custom notifications also & combine with server notifications

* Better styles for small buttons

* Handle displaying quest data for quest invitation notification

* Add translations related to notifications
2019-06-12 18:00:08 +02:00
Phillip Thelen
56fab73305 Add shared kotlin multiplatform library 2019-06-12 10:50:57 +02:00
Phillip Thelen
109c3f06fd Allow checklist items to be reordered 2019-06-12 10:49:40 +02:00
Phillip Thelen
637b34a93b Fix #1170 2019-06-11 14:45:28 +02:00
Phillip Thelen
ddcf53aec3 Fix layout issue on class screen. Fixes #1182 2019-06-11 14:31:39 +02:00
Phillip Thelen
c81ac4f834 Update party member design 2019-06-11 14:24:38 +02:00
Phillip Thelen
392d703b1d Tweak main layout 2019-06-08 19:09:52 +02:00
Phillip Thelen
be258fab8b Fix authentication on older android versions 2019-06-07 17:13:00 +02:00
Phillip Thelen
58c3e6350e Fixes #1175 2019-06-07 15:28:30 +02:00
Phillip Thelen
603bcf8464 Fix header text color. Fixes #1177 2019-06-07 14:48:38 +02:00
Phillip Thelen
78c7833035 Add task type to form title. Fixes #1180 2019-06-07 14:31:57 +02:00
Phillip Thelen
9b9f755c80 fix RYA layout 2019-06-07 14:31:28 +02:00
Phillip Thelen
cf768c3fe8 Add closed state to add button 2019-06-07 14:31:16 +02:00
Phillip Thelen
3f224f36f4 animate close state for add button 2019-06-06 22:02:54 +02:00
Phillip Thelen
a7f401cb14 remove fab library 2019-06-06 18:49:28 +02:00
Phillip Thelen
e657a2262d Add submenu for new add task button 2019-06-06 17:13:50 +02:00
Phillip Thelen
a05ea079d1 Implement new bottom navigation design 2019-06-06 14:33:29 +02:00
Phillip Thelen
69cb75c543 Fix displaying mystery item 2019-06-06 10:19:26 +02:00
Phillip Thelen
1d1a01f0b8 log for which task type users open the task form 2019-06-06 09:34:16 +02:00
Phillip Thelen
ae694d5185 Hide quest progress if not participating in quest. Fixes #1132 2019-06-05 16:15:46 +02:00
Phillip Thelen
1808d12d6e Display if there is unread party activity 2019-06-05 14:07:42 +02:00
Phillip Thelen
0d88f51cb4 Refactor code out of MainActivity 2019-06-05 13:05:06 +02:00
Phillip Thelen
b0541b803f Correctly save selected task attribute. Fixes #1167 2019-06-05 12:53:19 +02:00