Commit graph

53 commits

Author SHA1 Message Date
Phillip Thelen
9d0a0270be lots of edge to edge ui fixes 2025-03-05 10:38:37 +01:00
Phillip Thelen
7295602675 Improve edge-to-edge handling 2025-01-30 11:30:01 +01:00
Phillip Thelen
88f2ee7d8e linting fixes 2023-12-21 14:17:06 +01:00
Phillip Thelen
beb20de968 preparing 2023-01-04 14:34:12 +01:00
Phillip Thelen
25fa75497e remove old code 2022-12-20 13:37:10 +01:00
Phillip Thelen
80012485b4 dark mode improvements 2022-12-20 13:37:10 +01:00
Phillip Thelen
3a8043e786 Fix a bunch of warnings 2022-07-05 15:16:05 +02:00
Phillip Thelen
c5473c58bc Move AvatarView to common module
# Conflicts:
#	Habitica/res/layout/dialog_pet_suggest_hatch.xml
#	Habitica/src/main/java/com/habitrpg/android/habitica/ui/AvatarWithBarsViewModel.kt
#	Habitica/src/main/java/com/habitrpg/android/habitica/ui/activities/AdventureGuideActivity.kt
#	Habitica/src/main/java/com/habitrpg/android/habitica/ui/adapter/CustomizationRecyclerViewAdapter.kt
#	Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/InboxOverviewFragment.kt
#	Habitica/src/main/java/com/habitrpg/android/habitica/ui/views/shops/PurchaseDialogBackgroundContent.kt
#	common/src/main/java/com/habitrpg/common/habitica/views/AvatarView.kt
2022-06-02 09:14:08 +02:00
Phillip Thelen
67dd4bda78 Rewrite sprite rendering to not make things blurry 2022-05-12 13:32:36 +02:00
Phillip Thelen
bbe5bb005c Fix minor issues 2021-07-13 09:57:34 +02:00
Phillip Thelen
a381458a28 replace fresco with coil 2021-06-07 16:09:57 +02:00
Phillip Thelen
b15bc38c0a Update deprecated code 2021-06-04 16:11:48 +02:00
Phillip Thelen
e3e53f0060 Fix various minor issues 2020-09-29 12:48:20 +02:00
Phillip Thelen
499fca1d34 Fix minor bugs 2020-09-18 18:34:53 +02:00
Phillip Thelen
e1886f6928 Fix styling issues 2020-09-15 09:28:34 +02:00
Phillip Thelen
b7e579fde9 Remove kotlin synthetic and kotterknife 2020-09-08 19:23:01 +02:00
Phillip Thelen
0728eed1af Begin implementing dark mode 2020-09-04 18:17:34 +02:00
Phillip Thelen
31b8d68f9c Fix issues with new design 2020-08-26 13:30:30 +02:00
Phillip Thelen
b5aef0527d Begin using viewbinding 2019-11-05 15:19:44 +01:00
Phillip Thelen
d4c3d7aff6 Add option to copy userID from profile. Fixes #1144 2019-10-30 18:38:01 +01:00
Phillip Thelen
edc62302a2 Implement gifting gems 2019-10-07 19:13:29 +02:00
Ashley Ng
c4f72e35b4 Change color of buff icon to match web and add to main header 2019-10-07 13:43:02 +02:00
Phillip Thelen
216b057fc4 Fix various linting errors 2019-08-24 12:33:14 +02:00
Phillip Thelen
fad288d5d2 optimize app size 2019-08-12 18:19:09 +02:00
Phillip Thelen
f6d6308601 Don’t draw app behind navbar
Fixes #1164
2019-06-03 17:12:29 +02:00
Phillip Thelen
d10bedd990 Update to AndroidX 2018-11-06 16:11:02 +01:00
Phillip Thelen
762d1faa2c Implement username changes 2018-10-17 16:28:23 +02:00
Ashley Ng
3371db97e0 deserialize Items and add to Member object 2018-10-09 13:47:50 +02:00
Phillip Thelen
488e5210e2 Improve profile display 2018-08-29 14:57:41 +02:00
Phillip Thelen
1173a0a94f replace materialdrawer library with custom implementation 2017-11-17 20:09:36 +01:00
Phillip Thelen
7261d88103 Optimize realm transactions 2017-09-15 15:34:36 +02:00
Phillip Thelen
64827c3f89 update emoji lib with compressed emojis 2017-09-05 19:51:21 +02:00
Phillip Thelen
40cf584987 replace drawables with paintcode code 2017-09-05 19:51:20 +02:00
Phillip Thelen
8c0e52dbcb Improve currency display 2017-07-21 14:45:56 +02:00
Phillip Thelen
46f1b9cab8 fix crash 2017-06-21 14:13:27 +02:00
Phillip Thelen
7086d30cc6 start moving social data to realm 2017-04-27 19:39:07 +02:00
Phillip Thelen
1b242e06ec Continue reworking app for realm 2017-04-21 21:06:36 +02:00
Phillip Thelen
7e9c70fae8 fix potential crashes 2017-02-06 15:53:10 +01:00
Phillip Thelen
67a0deee61 fix a bunch of linter errors 2017-02-01 16:58:53 +01:00
Negue
82ec155b75 Merge branch 'develop' of https://github.com/HabitRPG/habitrpg-android into profile-achievements
Conflicts:
	Habitica/src/main/java/com/habitrpg/android/habitica/ui/activities/FullProfileActivity.java
2016-12-15 19:32:54 +01:00
d954mas
6f07bb79a5 remove picasso 2016-11-19 14:29:45 +03:00
Zion Nimchuk
3a33552290 Added better UserID UI with copy button 2016-10-13 16:03:37 -07:00
Zion Nimchuk
2b6791782e Made the blurb in the user profile selectable(so you can copy text) 2016-09-28 13:38:39 -07:00
Vlad Vassilovski
71fce3d021 Fix #617, #618: Correct profile's pet/mount counts
The profile's mounts tamed count wrongly ignores mounts with null value.

Also, null/nonexistent pet/mount collections have counts showing as "#".

Both counts should instead be shown as 0 for such null collections.

This fix matches the web app, which does the following:
1. Mounts tamed count = sum mount entries with any value (true, null)
2. Nonexistent pet/mount collections have counts showing as 0

Fix #617, #618
2016-09-15 20:49:21 -04:00
Negue
85d0ac004d update to new api-result, list achievements in 3 columns, show achievement dialog 2016-09-08 17:22:59 +02:00
Negue
6840009e93 first implementation of achievements as grid (auto break newline) 2016-09-06 21:33:17 +02:00
Negue
98d13ca147 use APIHelper in ContentCache, get language from user.preferences, use common card-styles, 2016-08-12 22:17:02 +02:00
Negue
9f3d67419b rename sub-layouts to profile_* , extract resources, toggle attributes, hide costume card if the user doesn't activated it 2016-08-09 22:29:05 +02:00
Negue
2af95690b8 Pet / Mount Counts 2016-08-08 18:09:26 +02:00
Negue
127464537d Merge branch 'develop' of https://github.com/HabitRPG/habitrpg-android into full-profile
Conflicts:
	Habitica/src/main/java/com/habitrpg/android/habitica/components/AppComponent.java
2016-08-06 20:47:01 +02:00