Commit graph

5133 commits

Author SHA1 Message Date
Hafiz
55132e0c57 Handle specific 401 errors by logging out the user
Adds logic to check the error message from the API response
when a 401 error is received. If the error indicates
invalid credentials or missing authentication headers, the
user is automatically logged out.
2025-07-02 13:29:27 -05:00
Weblate
b88c5be79f Translated using Weblate (German)
Currently translated at 95.1% (1465 of 1540 strings)

Translated using Weblate (German)

Currently translated at 95.1% (1465 of 1540 strings)

Translated using Weblate (German)

Currently translated at 95.1% (1465 of 1540 strings)

Co-authored-by: Fabjan Sukalia <fsukalia@gmail.com>
Co-authored-by: Oliver Jeute <ojeute@freenet.de>
Co-authored-by: Phillip Thelen <phillip@habitica.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
Translation: Habitica Android/Main Strings
2025-07-02 17:36:29 +02:00
Weblate
5f421dc03d Merge branch 'main' of github.com:HabitRPG/habitica-android into main 2025-07-02 15:54:10 +02:00
Omer I.S
11734cbcbe Translated using Weblate (Hebrew)
Currently translated at 23.6% (364 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/he/
2025-07-02 14:45:36 +02:00
Mars K
e4a7f72c07 Translated using Weblate (German)
Currently translated at 82.7% (1274 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-07-02 14:45:36 +02:00
Fabjan Sukalia
f4bca8be4a Translated using Weblate (German)
Currently translated at 82.7% (1274 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-07-02 14:45:35 +02:00
Mars K
7505e601e0 Translated using Weblate (German)
Currently translated at 82.4% (1269 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-07-02 12:27:17 +02:00
Fabjan Sukalia
a8f0f0db4c Translated using Weblate (German)
Currently translated at 82.4% (1269 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-07-02 12:27:17 +02:00
Hafiz
28fc07d364 Handle revoked API token and displays success message
- Logs the user out if the API token has been revoked elsewhere

(also)
- Copy Token
- Show success message when password has been changed
2025-07-01 22:06:48 -05:00
Hafiz
bf5b0bc315 Improve empty state handling in inbox message list
Add logic to display an empty state in the inbox message
list when there are no messages to display. Also adds
margins to the chat intro item.
2025-07-01 13:15:07 -05:00
Hafiz
fff6e76052 Add customization shop support for animal tails/ears
handle animal ears and tails on purchase dialog.

Adds a new AvatarView layer type for back and head accessories.
2025-07-01 12:56:22 -05:00
Hafiz
2f7df36d98 Auto-populate display name setting, move About me edittext at top/start
Auto-populate account preference "Change display name" field
Make "About Me" edit text field to start at top/start.
2025-06-30 11:49:48 -05:00
Hafiz
d83e091088 Populates settings forms with initial user data
Populates the change email, username, about me, and photo URL
settings forms with the user's current data.

 Also, prevent SettingsFormBottomSheet from appearing blank during configuration changes by retaining the instance.
2025-06-27 11:49:13 -05:00
fitria nabila
af89a21427 Translated using Weblate (Indonesian)
Currently translated at 75.1% (1158 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/id/
2025-06-27 11:37:37 +02:00
fitria nabila
9b4b6b9005 Translated using Weblate (Indonesian)
Currently translated at 74.3% (1145 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/id/
2025-06-27 06:11:54 +02:00
Hafiz
971bf37374 Use Compose bottom‐sheet forms for all account preference dialogs
Introduce SettingsFormBottomSheet to host any ConfigurableFormScreen (ChangePassword, ChangeEmail, ChangeUsername, ChangeDisplayName, AboutMe, PhotoUrl)

Replace all legacy ValidatingEditText + HabiticaAlertDialog flows with Compose screens in a full-screen bottom sheet

Wire each show…Dialog() in AccountPreferencesFragment to instantiate the sheet, assign its content lambda, invoke existing repository calls (e.g. updatePassword, updateEmail, etc.), dismiss the sheet, and update preference summaries via configurePreference(...)

Preserve keyboard dismissal, viewModel.saveTokens, and “forgot password” callbacks exactly as before
2025-06-26 16:09:32 -05:00
Hafiz
9e17ab09d6 Introduce generic ConfigurableFormScreen for all settings forms
Add FieldConfig and FormScreenConfig data models

Implement ConfigurableFormScreen and ComponentTextInput to render any settings screen with AndroidView inputs, styling, and validation

Refactor ChangePasswordScreen to use the new generic form instead of its bespoke implementation

Preserve existing theming, padding, and error behavior across all screens
2025-06-26 15:19:20 -05:00
Hafiz
4df5a62151 Merge remote-tracking branch 'origin/fix/todo-filter-bug' 2025-06-26 11:53:46 -05:00
Hafiz
36ddfa86b5 Fix changing display modes in settings creates multiple instances of settings
- Wrap initial fragment transaction in if (savedInstanceState == null) so if the activity recreates (theme or system UI changes), fragments don’t stack
2025-06-23 14:59:36 -05:00
Karmelkowy
a3e661332f Translated using Weblate (Polish)
Currently translated at 70.1% (1081 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pl/
2025-06-23 21:49:56 +02:00
Hafiz
ce2a9df782 Fix to-do's not moving off screen when being checked off
Fix to-do's task fragment showing filter active when none were
2025-06-21 13:57:07 -05:00
Mars K
e89bcd80f6 Translated using Weblate (German)
Currently translated at 82.1% (1265 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-06-21 19:25:33 +02:00
Hafiz
05fbb5b359 Feedback fixes
- Change password button always in purple 400
- Fix styling of change password
- Use the existing textinputlayout (textbox) behavior
- Show error when changing password (without closing the sheet)
- Use transparent white nav bar on API token bottom sheet on day/light mode
2025-06-20 11:28:39 -05:00
Phillip Thelen
f4484ea9d1 fix merge 2025-06-19 15:12:22 +02:00
Hafiz
b568223c60 Fix crash that occurs when changing day/night mode on API Token bottom sheet 2025-06-18 17:34:09 -05:00
Hafiz
145de783fb - Update the token sheet to use the handle style/spacing from pause damage
- Update Pause/Resume damage view title/description spacings
- Update Pasue/Resume damage header font styling

(Also added a preview for pause/resume damage compose)
2025-06-18 17:25:55 -05:00
Hafiz
3268cc0b80 Update lock icon on api token bottomsheet 2025-06-18 17:02:07 -05:00
Hafiz
8660fab3e9 Unify button height to match stable
Updated pause damage and copy token buttons to match stable button height
2025-06-18 16:58:51 -05:00
Hafiz
69d39a6f54 Password reset screen feedback fixes
- Match password reset screen textbox styling
- Update styling of the explanation text to match designs
- Don't disable change password button field for now
- Transparent white bottom nav bar when on light mode
- Light mode password input text box colors
2025-06-18 16:42:04 -05:00
Hafiz
fc3f1b8ae9 UI Tweaks to api token bottom sheet
- Update handle
- Color tweaks
2025-06-18 14:36:13 +02:00
Hafiz
8b5e827274 API Token bottom sheet small UI Tweak (Button color/button text update) 2025-06-18 14:36:13 +02:00
Hafiz
0944c64e8b Updates API token bottom sheet UI
Changes the background color of the copy token button to yellow.
Dismisses the bottom sheet after copying the token.
2025-06-18 14:36:13 +02:00
Hafiz
0a5d3f893f Presents API token in a bottom sheet
Replaces the simple copy functionality for the API token with a
bottom sheet that displays the token and provides information about
its security implications.

This change helps with user awareness
regarding the sensitive nature of the API token and promotes
responsible handling of this credential.
2025-06-18 14:36:13 +02:00
Hafiz
ed618d6b0e UI Tweaks to change password screen 2025-06-18 14:36:13 +02:00
Hafiz
313d251fc7 Add onForgotPassword callback to ChangePasswordBottomSheet
- Add onForgotPassword callback to ChangePasswordBottomSheet
- Button tweak on changepasswordscreen
2025-06-18 14:36:13 +02:00
Hafiz
3f5d6ba25c fixes to change password screen UI
• Moved the top spacer into the Column’s padding(top = 16.dp)
• Removed the unnecessary Row—placed the IconButton directly with bottom padding
• Dropped all fixed .height(...) modifiers so fields and the button scale with system font size
2025-06-18 14:36:13 +02:00
Hafiz
028a9ecc12 Implement change password bottom sheet
Replaces the old change password dialog with a bottom sheet using compose.
2025-06-18 14:36:13 +02:00
Hafiz
ab8015b487 Update InviteButton to handle InviteResponse list
- Treat sendInvites() result as List<InviteResponse>
- Branch on InviteResponse.UserInvite vs EmailInvite
- Use isNullOrEmpty() to drive success/failure state transitions
- InviteResponseDeserializer added
- Retain loading > success/failure > content state flow with delays
2025-06-18 14:31:22 +02:00
Hafiz
8f8bb1a5de Unregister and clear push device on logout
- In logout(), set PushNotificationManager.user and refreshedToken before calling removePushDeviceUsingStoredToken()
- Add clearUser() to null out in-memory user and remove saved DEVICE_TOKEN_PREFERENCE_KEY
- Invoke clearUser() after database reset to prevent stray notifications post-logout
2025-06-18 14:30:04 +02:00
Hafiz
08bcaeb503 Pin currently equipped item to the top of equipment list 2025-06-18 14:29:04 +02:00
Hafiz
903a4164e9 Detect negative HP as user fainted
- Change isUserFainted to use <= 0.0 so negative HP values also count as fainted
- Death dialog is triggered if HP falls at/below zero
2025-06-18 14:28:10 +02:00
Hafiz
cead6ee373 Update skill item click listener to container
Changes the skill item click listener from the button wrapper to the
skill item container - makes the entire skill item is clickable,
2025-06-17 09:05:48 -05:00
Hafiz
b8859b7b70 Reduces left margin in transformation list item
Reduces the left margin of the transformation list item
2025-06-16 10:48:18 -05:00
Hafiz
c1d2907844 Set special skill text/note & fix margin 2025-06-16 10:44:48 -05:00
Hafiz
e68b344002 Make entire special skill item clickable 2025-06-16 10:05:16 -05:00
Hafiz
58637eb906 Add skill_transformation_list_item and adapter usage for transformation skill items 2025-06-16 09:58:47 -05:00
Hafiz
3084532f5b Fix 2nd line of text ("remember to be friendly.. to gray200_gray400 2025-06-16 09:39:21 -05:00
Hafiz
2210ecae63 Requests insets on resume for chat fragment
This makes sure that the chatbox/views are back to default
2025-06-16 09:37:10 -05:00
Sophie LE MASLE
39ab1287c1 Translated using Weblate (French)
Currently translated at 100.0% (1540 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/fr/
2025-06-13 18:16:16 +02:00
Hafiz
650c1049ba Skill Description font fixes
Set skill description to use FontWeight.Normal
Set Button fontweight to use FontWeight.Medium
2025-06-13 09:31:33 -05:00
Hafiz
7ca86538e3 Use WindowInsetsListener to adjust chat layout
Remove old applyScrollContentWindowInsets helper and IME listeners
Add ViewCompat.setOnApplyWindowInsetsListener on root view
Translate chatBarView and recyclerView by IME height and pad for nav-bar insets
Force initial inset dispatch with ViewCompat.requestApplyInsets()
2025-06-13 09:27:44 -05:00
Hafiz
f374acad5c set chat empty state gray700_gray10 2025-06-13 09:09:30 -05:00
Hafiz
64f2942e7a Reduces bottom margin for empty state title 2025-06-13 09:07:48 -05:00
Hafiz
8ab3546696 remove DiffCallback implementation 2025-06-12 16:43:09 -05:00
Hafiz
51953283f1 Wait until viewpager finished laying out page for checking active filter 2025-06-12 14:19:46 -05:00
Hafiz
b41ef037ae Use skilldialog bottomsheet with mystery items, also add typesafety 2025-06-12 14:08:28 -05:00
Hafiz
1773907fb2 Add transformation item to SkillDialog
add isTransformationItem flag to SkillDialog: hide MP chip & spacer and update button label to “Use on Party” when true.
2025-06-12 13:26:41 -05:00
Summer_GUI
435c10f80d Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1540 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
2025-06-12 18:13:20 +02:00
Hafiz
0981e78e23 Task ViewHolder binding Markdown parsing check & DiffUtil
- Check if text contains markdown before setting title/notes
- Override getDiffCallback to enable RecyclerView DiffUtil updates
2025-06-12 18:13:15 +02:00
Jaime Martí
bfb3983c11 Translated using Weblate (Spanish)
Currently translated at 100.0% (1540 of 1540 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
2025-06-12 00:33:50 +02:00
Hafiz
86edc4ac7e Skill dialog tweaks
- Set MP cost text to medium weight
- Update skill description to 16sp regular
- Fix text size/weight in pause damage bottom sheet
- Adjust 'Use Skill' button for consistency (16sp medium, 12dp radius, 43dp height)
- Reduce horizontal padding on MP cost chip by ~6-7dp per side
- (Also tweak to text for "Pause/Resume Damage" text)
2025-06-11 13:11:22 -05:00
Hafiz
5f1648f2ef Set chat empty state text view invisible initially 2025-06-11 12:54:47 -05:00
Hafiz
d69b300bf3 small title/description/spacing tweak to empty chat text
chat empty state: split into title and description TextViews with spacing
2025-06-11 12:53:33 -05:00
Hafiz
6a5d135756 Remove extra bottom spacing showing on chat 2025-06-11 12:41:57 -05:00
Hafiz
a1a5385212 Revert "Skip redundant markdown parses to reduce flash"
This reverts commit 1bfb5b3ff3.
2025-06-11 10:13:12 -05:00
Hafiz
6732eaee20 Fix crash that occurs when tapping GroupPlanMemberList
Constrain GroupPlanMemberList bottom sheet height to prevent infinite-measure crash
2025-06-11 11:11:17 +02:00
Hafiz
e7e28ff44c Fix chat box sliding under keyboard when long pressing text
Slide ChatBarView under IME instead of padding to preserve text selection handles
2025-06-11 11:10:58 +02:00
Mohammed Alaa
4c1e3fb1ed Enhance analytics logic 2025-06-11 11:10:20 +02:00
Weblate
cb3d44c8db Merge branch 'origin/main' into Weblate. 2025-06-11 11:09:02 +02:00
Hafiz
4c15fcd32a Show empty chat text when there are no messages
When chatMessages is empty, set the RecyclerView state to EMPTY and fade in the empty-state TextView; otherwise switch back to DISPLAYING_DATA and hide the TextView.
2025-06-11 11:08:56 +02:00
Hafiz
a4ff489e51 Show empty state view once messages load (Or no messages)
In ChatFragment.setChatMessages(), update the RecyclerViewEmptySupport’s state to EMPTY when the message list is empty or to DISPLAYING_DATA otherwise. This replaces the loading spinner with the correct empty or data UI.
2025-06-11 11:08:56 +02:00
Weblate
21f4790014 Merge branch 'origin/main' into Weblate. 2025-06-11 11:08:10 +02:00
Hafiz
1bfb5b3ff3 Skip redundant markdown parses to reduce flash
Track last-parsed Spanned in existingMarkdownText/Notes and bail out if identical, so we don’t reset the view’s content (markdown in title/notes) every bind.

View height still recalculates on refresh (minor layout flash), but the markdown text no longer "flickers".
2025-06-11 11:08:03 +02:00
Weblate
08d0194031 Merge branch 'origin/main' into Weblate. 2025-06-11 11:07:26 +02:00
Hafiz
c8d42dfbf0 Retrieve rewards after clearing cache
- Inject inventory repository into BasePreferencesFragment
- Retrieve rewards after clearing cache
2025-06-11 11:07:20 +02:00
Weblate
5e1c2a7ecb Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1539 of 1539 strings)

Translated using Weblate (German)

Currently translated at 82.1% (1264 of 1539 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Indonesian)

Currently translated at 64.8% (997 of 1538 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 2.2% (34 of 1538 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 96.8% (62 of 64 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 75.2% (1158 of 1538 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Polish)

Currently translated at 70.2% (1081 of 1538 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Polish)

Currently translated at 70.2% (1081 of 1538 strings)

Translated using Weblate (Polish)

Currently translated at 70.2% (1081 of 1538 strings)

Translated using Weblate (Polish)

Currently translated at 70.2% (1081 of 1538 strings)

Translated using Weblate (Polish)

Currently translated at 70.2% (1081 of 1538 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Polish)

Currently translated at 68.7% (1057 of 1538 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Indonesian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Indonesian)

Currently translated at 62.8% (967 of 1538 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Dutch)

Currently translated at 59.9% (922 of 1538 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 91.0% (1400 of 1538 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.7% (1534 of 1538 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (64 of 64 strings)

setup styling

Continue setup screen work

update dependencies

remove device name library

Implement more onboarding screens

Begin building new onboarding flow

Co-authored-by: Angela Yulenis Ramos Carreño <yulieeniss@gmail.com>
Co-authored-by: Céu <marcel.ufscar@gmail.com>
Co-authored-by: Fabrizio Duarte <fabrizionahu11@gmail.com>
Co-authored-by: Ian Lucero Yoel <ianlucerito17@gmail.com>
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com>
Co-authored-by: LaiYi <lysinexxin@163.com>
Co-authored-by: Laura Fleckenstein <fleckenstein_laura@web.de>
Co-authored-by: Mateusz Nycz <mat.nycz@onet.pl>
Co-authored-by: Muhammad Hanafi <Hanafi1987@outlook.com>
Co-authored-by: Nina Łapaj <ninapaj@gmail.com>
Co-authored-by: Phillip Thelen <phillip@habitica.com>
Co-authored-by: Saalima Aaseman <aaseman.bio@gmail.com>
Co-authored-by: Sam Hou <samhou777@outlook.com>
Co-authored-by: Summer_GUI <heyang94@163.com>
Co-authored-by: V Aar <v.vanderaar@gmail.com>
Co-authored-by: Viktor Révész <rviktor@ivankapal.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: cloudzzy <truskawka412@gmail.com>
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/nl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/store/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/nl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/nl/
Translation: Habitica Android/Common
Translation: Habitica Android/Main Strings
Translation: Habitica Android/Profile
Translation: Habitica Android/Sidebar
Translation: Habitica Android/Store
Translation: Habitica Android/Tutorial
Translation: Habitica Android/Wearos
2025-06-11 09:58:55 +02:00
Hafiz
eedb70e3d8 SkillDialog feedback updates
Update sheet handle
Box is now 70×70dp
Tone down text weights
Set chip bg to Blue500@24%
Adjust chip text colors
Use designed MP icon
Match “Use Skill” button style
2025-06-10 16:56:27 -05:00
Hafiz
8dc10bfdbd Remove "Groups" section from challenge filter 2025-06-10 16:06:35 -05:00
Hafiz
98c1098b86 Scales up quest pixel art in party details
Introduces a forceScaleUp option to PixelArtView, used for gifs on the party details.
2025-06-09 18:30:55 +02:00
Hafiz
2955c4e020 Fixes incorrect week calculation for monthly repeats
Using the built-in "week of month" value meant that any days before the 1st counted as “week 1,” so selecting the first Monday sometimes grabbed a date that actually belonged to a partial week from the previous month.

The new approach replaces that by taking the numeric day (1-31) and grouping 1-7 as week 1, 8–14 as week 2, and so on - so "first Monday" really means the first Monday falling in days 1–7 of that month, not a stray day from a partial week.
2025-06-09 18:29:50 +02:00
Hafiz
94b69a9a7b Fix zh string to match customization shop name and prevent crash
Update zh string resource so customization shop name matches and prevents index crash

Note: (zh) Maintains context
2025-06-09 18:25:26 +02:00
Phillip Thelen
2237d638f6 fix cron dialog disappearing when rotating 2025-06-06 14:04:04 +02:00
Phillip Thelen
7255539dea fix crash when play store is not available 2025-06-06 14:04:04 +02:00
Phillip Thelen
3fbf0a7fad fix out of bounds crashes 2025-06-06 14:04:04 +02:00
Phillip Thelen
5effa31db3 Improve logging for activity nav events 2025-06-06 14:04:04 +02:00
Hafiz
6913582b91 Skill dialog bottom sheet
Bottom sheet dialog for displaying skill information
Includes a new composable view: SkillDialog
2025-06-06 13:54:05 +02:00
Hafiz
ef2229e438 Revert logic determining active filters for todos
Ensures that the correct filter is applied when determining if a filter
is active for todo tasks
2025-06-06 13:52:34 +02:00
Hafiz
5139f74efa Persists todo task filter preferences for each task type
Saves the active to-do task filter to shared preferences,  restoring the selected filter when the user returns.
2025-06-06 13:52:34 +02:00
Hafiz
49e1f2f9d1 Remove reminder alarms and prevent reoccurring removed reminders
cancels reminders that have been removed while updating a task.
2025-06-06 13:51:31 +02:00
Hafiz
3d11aa6947 Removes task alarms/reminders before updating a task
any existing alarms/reminder associated with a task are cancelled before the task is updated. This prevents duplicate or conflicting alarms from being set.
2025-06-06 13:51:31 +02:00
Phillip Thelen
d387b55f88 Handle token change during password update 2025-06-06 13:49:02 +02:00
Hafiz
bff05301f4 Limits height of party description input
Sets a maximum height for the group description edit text field.

This prevents the text input from expanding indefinitely and
occupying too much screen space when users enter long descriptions.
2025-06-06 13:48:47 +02:00
AJ Keane
07450f43ff Improve Talkback for tiles
Changes made:
- Shop items now read out name of item, price with currency, limited availability, items owned and locked state (previously just price)
- In equipment, name of item or none will be read out in addition to slot (previously just slot)
- In stable, hatchable pets will be read out as name of pet and "Hatch Pet" (previously unlabelled)
- In task creation, the click listener for the difficulty has been moved to the surrounding column so icon and text are grouped (previously icon was read as unlabeled and text was not clickable)
- In navigation drawer, the profile picture is read out as "Profile" (previously unlabelled)

My Habitica User-ID: 2bcd10dc-0ea9-4d95-b7a6-f55fa07af537
2025-06-06 13:48:47 +02:00
Hafiz
ff568fc68c Set RecyclerViewEmptySupport state manually after loading/updating data 2025-06-06 13:48:47 +02:00
Phillip Thelen
0fd8d7e55d remove device name library 2025-06-06 13:48:47 +02:00
Weblate
8510b55be0 Translated using Weblate (Hungarian)
Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (French)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1538 of 1538 strings)

Translated using Weblate (Spanish)

Currently translated at 99.9% (1537 of 1538 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Hungarian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1537 of 1537 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1537 of 1537 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 75.3% (1158 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.3% (1511 of 1537 strings)

Translated using Weblate (Ukrainian)

Currently translated at 81.0% (1246 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.1% (1508 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1462 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1462 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1462 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1462 of 1537 strings)

Translated using Weblate (Indonesian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Indonesian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Indonesian)

Currently translated at 62.0% (954 of 1537 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 91.2% (1403 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 98.5% (1514 of 1537 strings)

Translated using Weblate (Indonesian)

Currently translated at 61.4% (944 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 89.1% (1371 of 1537 strings)

Translated using Weblate (Portuguese)

Currently translated at 45.3% (697 of 1537 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 92.5% (37 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 92.1% (59 of 64 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 88.4% (1360 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 98.0% (1507 of 1537 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Ukrainian)

Currently translated at 81.0% (1246 of 1537 strings)

Translated using Weblate (Russian)

Currently translated at 96.4% (1482 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 97.9% (1505 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 97.9% (1505 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 97.6% (1501 of 1537 strings)

Translated using Weblate (Russian)

Currently translated at 95.8% (1473 of 1537 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 72.5% (29 of 40 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Russian)

Currently translated at 94.1% (1447 of 1537 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 87.8% (1350 of 1537 strings)

Translated using Weblate (Ukrainian)

Currently translated at 80.9% (1244 of 1537 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 37.5% (15 of 40 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 62.3% (958 of 1537 strings)

Translated using Weblate (Indonesian)

Currently translated at 60.9% (937 of 1537 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1537 of 1537 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1537 of 1537 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1537 of 1537 strings)

Translated using Weblate (Japanese)

Currently translated at 97.7% (1501 of 1536 strings)

Translated using Weblate (Japanese)

Currently translated at 92.8% (1426 of 1536 strings)

Translated using Weblate (Japanese)

Currently translated at 92.8% (1426 of 1536 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1536 of 1536 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Russian)

Currently translated at 88.9% (1367 of 1536 strings)

Translated using Weblate (Russian)

Currently translated at 88.8% (1365 of 1536 strings)

Translated using Weblate (Russian)

Currently translated at 87.6% (1346 of 1536 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Russian)

Currently translated at 87.6% (1346 of 1536 strings)

Translated using Weblate (Russian)

Currently translated at 87.6% (1346 of 1536 strings)

Translated using Weblate (Russian)

Currently translated at 85.5% (1314 of 1536 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1536 of 1536 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Polish)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Polish)

Currently translated at 68.8% (1058 of 1536 strings)

Translated using Weblate (Indonesian)

Currently translated at 60.9% (936 of 1536 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 87.8% (1350 of 1536 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (Spanish)

Currently translated at 93.6% (1439 of 1536 strings)

Translated using Weblate (Spanish)

Currently translated at 90.3% (1388 of 1536 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (French)

Currently translated at 90.2% (1387 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (French)

Currently translated at 87.8% (1349 of 1536 strings)

Translated using Weblate (French)

Currently translated at 82.9% (1274 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 95.0% (1460 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 86.3% (1326 of 1536 strings)

Translated using Weblate (Spanish)

Currently translated at 89.5% (1375 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 53.7% (825 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 49.9% (767 of 1536 strings)

Translated using Weblate (Hebrew)

Currently translated at 23.7% (365 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 41.9% (644 of 1536 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Hebrew)

Currently translated at 23.6% (364 of 1536 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Hebrew)

Currently translated at 97.5% (39 of 40 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Hebrew)

Currently translated at 95.3% (61 of 64 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Hungarian)

Currently translated at 29.5% (454 of 1536 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Hebrew)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 87.7% (1348 of 1536 strings)

Translated using Weblate (Hebrew)

Currently translated at 15.5% (239 of 1536 strings)

Translated using Weblate (Hebrew)

Currently translated at 32.8% (21 of 64 strings)

Translated using Weblate (Hebrew)

Currently translated at 15.2% (234 of 1536 strings)

Co-authored-by: Alice Haida <alicehaida.work@gmail.com>
Co-authored-by: Catherine Liang <catherine.cy.liang@gmail.com>
Co-authored-by: Chen Shaham <chenshaham@gmail.com>
Co-authored-by: Daniel Pogorilic <Devil6e05@gmail.com>
Co-authored-by: Eddy Nottingham <habitica.com.scone566@simplelogin.com>
Co-authored-by: Eduardo Ariel Santos da Silva <are3380@gmail.com>
Co-authored-by: HenryFord <mihka2018geimer@gmail.com>
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com>
Co-authored-by: Kem Kembo <medamamef@gmail.com>
Co-authored-by: Kubo Mizuki <m.kubo.0916@gmail.com>
Co-authored-by: Mateusz Nycz <mat.nycz@onet.pl>
Co-authored-by: Mika <isekai.chr@gmail.com>
Co-authored-by: Mikha <dpmikha@gmail.com>
Co-authored-by: Muhammad Hanafi <Hanafi1987@outlook.com>
Co-authored-by: Rafael Andrade <elplancton@gmail.com>
Co-authored-by: Reiwa <reiwa.roan@gmail.com>
Co-authored-by: Rostyslav Shevchenko <rostyslavs21@gmail.com>
Co-authored-by: Shaurya Attal <shaurya.attal@gmail.com>
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com>
Co-authored-by: Summer_GUI <heyang94@163.com>
Co-authored-by: Tetiana <merekka13@gmail.com>
Co-authored-by: Viktor Révész <rviktor@ivankapal.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hylconnect <hylconnect@outlook.com>
Co-authored-by: 沧浪 <963505255@qq.com>
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pt/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ru/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/uk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/ru/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/uk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica-android/store/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/pt/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/zh_Hant/
Translation: Habitica Android/Common
Translation: Habitica Android/Main Strings
Translation: Habitica Android/Profile
Translation: Habitica Android/Sidebar
Translation: Habitica Android/Store
Translation: Habitica Android/Tutorial
Translation: Habitica Android/Wearos
2025-06-06 13:48:36 +02:00
Phillip Thelen
b401c6ed00 update strings 2025-06-06 13:48:36 +02:00
Phillip Thelen
5945bc3846 allow opt out for performance metrics 2025-04-08 13:55:16 +02:00
Phillip Thelen
d3b399fad6 enable hungarian 2025-04-08 13:55:04 +02:00
Phillip Thelen
260a2ffb16 Refactor analytics and handle opting out 2025-04-08 13:17:09 +02:00
Phillip Thelen
0745a3168c final 4.7.3 2025-03-24 15:22:22 +01:00
Phillip Thelen
6757c1e3be Merge branch 'main' of github.com:HabitRPG/habitica-android 2025-03-24 13:20:59 +01:00
Phillip Thelen
58c1400466 layout fixes 2025-03-24 13:20:56 +01:00
Phillip Thelen
1256c8362f Improve shop countdown display 2025-03-19 12:29:50 +01:00
Phillip Thelen
297cea8b3e 4.7.3 2025-03-17 19:27:07 +01:00
Phillip Thelen
be1c981374 fix setup layout 2025-03-17 13:13:00 +01:00
Phillip Thelen
9c54ae2ec9 fix test results 2025-03-17 12:21:49 +01:00
Phillip Thelen
7e9fe4b175 horizontal chat. fix 2025-03-14 13:47:05 +01:00
Phillip Thelen
33bb40370b Fix chat layout issues on some android 15 devices 2025-03-14 13:46:04 +01:00
Phillip Thelen
569ff7e3dd fix issues with older android versions 2025-03-12 12:25:36 +01:00
Phillip Thelen
cafbe818a6 fix armoire display issues 2025-03-10 14:50:23 +01:00
Phillip Thelen
417cfcc46a fix spacing in header 2025-03-07 11:30:23 +01:00
Phillip Thelen
4d527afeac remove some unused resources 2025-03-06 14:19:03 +01:00
Phillip Thelen
5dba3a4cf7 chat bar fix 2025-03-06 13:24:00 +01:00
Phillip Thelen
99857a8a4f fix url 2025-03-06 11:05:08 +01:00
Phillip Thelen
fcb7490ad1 fix issue with challenge list when rotated 2025-03-05 17:34:50 +01:00
Phillip Thelen
9d0a0270be lots of edge to edge ui fixes 2025-03-05 10:38:37 +01:00
Weblate
49782cabe6 Merge branch 'main' of github.com:HabitRPG/habitica-android into main 2025-03-03 13:10:23 +01:00
Oliver Berzen
b9c8e96603 Translated using Weblate (German)
Currently translated at 94.7% (1456 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-03-03 12:56:26 +01:00
Oliver Berzen
c234bd26f2 Translated using Weblate (German)
Currently translated at 93.2% (1432 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
2025-03-03 11:41:45 +01:00
Jaime Martí
3004b53bd1 Translated using Weblate (Spanish)
Currently translated at 100.0% (1536 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
2025-03-02 20:49:59 +01:00
Sara Olson
7afdb6f650 Translated using Weblate (Chinese (Simplified))
Currently translated at 95.8% (1473 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
2025-03-01 19:16:25 +01:00
海岛钓鱼佬
ab28cff4c6 Translated using Weblate (Chinese (Simplified))
Currently translated at 95.8% (1472 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
2025-03-01 14:32:18 +01:00
海岛钓鱼佬
b174797d3b Translated using Weblate (Chinese (Simplified))
Currently translated at 95.8% (1472 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
2025-03-01 13:39:14 +01:00
Jaime Martí
c1c841ea11 Translated using Weblate (Spanish)
Currently translated at 100.0% (1536 of 1536 strings)

Translation: Habitica Android/Main Strings
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
2025-02-26 10:49:42 +01:00
Phillip Thelen
891887282b fix setting allowed push notifications to firebase 2025-02-21 14:11:18 +01:00
Phillip Thelen
1ff6a3550d more edge to edge 2025-02-21 14:07:29 +01:00
Phillip Thelen
4197ad5bb3 fix more edge-to-edge issues 2025-02-21 12:31:13 +01:00
Phillip Thelen
0a0e50543a gem fixes 2025-02-19 17:09:42 +01:00
Weblate
c5ebf615cc Translated using Weblate (French)
Currently translated at 100.0% (1536 of 1536 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Portuguese)

Currently translated at 45.3% (696 of 1536 strings)

Translated using Weblate (Portuguese)

Currently translated at 84.3% (54 of 64 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1536 of 1536 strings)

Translated using Weblate (Japanese)

Currently translated at 96.4% (1478 of 1533 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1533 of 1533 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1533 of 1533 strings)

Translated using Weblate (Spanish)

Currently translated at 99.6% (1528 of 1533 strings)

Translated using Weblate (Italian)

Currently translated at 95.3% (61 of 64 strings)

Translated using Weblate (Italian)

Currently translated at 76.1% (1168 of 1533 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 1.5% (23 of 1533 strings)

Translated using Weblate (Russian)

Currently translated at 90.9% (1395 of 1533 strings)

Translated using Weblate (Russian)

Currently translated at 90.7% (1391 of 1533 strings)

Translated using Weblate (Russian)

Currently translated at 90.7% (1391 of 1533 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 31.2% (5 of 16 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 29.4% (5 of 17 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 50.0% (5 of 10 strings)

Translated using Weblate (Spanish)

Currently translated at 99.1% (1520 of 1533 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (German)

Currently translated at 92.7% (1422 of 1533 strings)

Translated using Weblate (German)

Currently translated at 91.5% (1404 of 1533 strings)

Translated using Weblate (German)

Currently translated at 91.4% (1402 of 1533 strings)

Translated using Weblate (German)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (German)

Currently translated at 91.3% (1400 of 1533 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (French)

Currently translated at 100.0% (1533 of 1533 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1533 of 1533 strings)

Translated using Weblate (German)

Currently translated at 90.2% (1383 of 1533 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (French)

Currently translated at 99.5% (1524 of 1531 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (German)

Currently translated at 90.4% (1378 of 1524 strings)

Translated using Weblate (German)

Currently translated at 90.2% (1376 of 1524 strings)

Translated using Weblate (German)

Currently translated at 90.2% (1375 of 1524 strings)

Translated using Weblate (French)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (French)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (French)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (German)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Hebrew)

Currently translated at 57.5% (23 of 40 strings)

Translated using Weblate (Hebrew)

Currently translated at 42.5% (17 of 40 strings)

Translated using Weblate (Hebrew)

Currently translated at 15.0% (230 of 1524 strings)

Translated using Weblate (Hebrew)

Currently translated at 30.0% (12 of 40 strings)

Translated using Weblate (Hebrew)

Currently translated at 25.0% (10 of 40 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1524 of 1524 strings)

Translated using Weblate (Hebrew)

Currently translated at 22.5% (9 of 40 strings)

Translated using Weblate (Hebrew)

Currently translated at 15.0% (229 of 1524 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1524 of 1524 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (1523 of 1523 strings)

Translated using Weblate (Indonesian)

Currently translated at 60.5% (922 of 1523 strings)

Translated using Weblate (Indonesian)

Currently translated at 60.2% (918 of 1523 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish (Latin America))

Currently translated at 90.0% (36 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 23.5% (4 of 17 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 40.0% (4 of 10 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 0.9% (15 of 1523 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 25.0% (4 of 16 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 11.7% (2 of 17 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 20.0% (2 of 10 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 0.7% (12 of 1523 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 87.5% (35 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 0.6% (10 of 1523 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1523 of 1523 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1523 of 1523 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Slovak)

Currently translated at 25.0% (381 of 1519 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 32.5% (13 of 40 strings)

Translated using Weblate (Spanish (Latin America))

Currently translated at 0.4% (7 of 1519 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (1519 of 1519 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1519 of 1519 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (French)

Currently translated at 100.0% (1519 of 1519 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Chinese (Simplified))

Currently translated at 97.5% (1480 of 1517 strings)

Translated using Weblate (Russian)

Currently translated at 91.9% (1395 of 1517 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1517 of 1517 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Polish)

Currently translated at 69.6% (1056 of 1517 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Turkish)

Currently translated at 81.0% (1230 of 1517 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 97.5% (1480 of 1517 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1517 of 1517 strings)

Translated using Weblate (French)

Currently translated at 99.2% (1506 of 1517 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Korean)

Currently translated at 78.0% (1169 of 1498 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.5% (1492 of 1498 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.7% (1494 of 1498 strings)

Translated using Weblate (German)

Currently translated at 86.3% (1293 of 1498 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (German)

Currently translated at 82.1% (1231 of 1498 strings)

Translated using Weblate (Hungarian)

Currently translated at 15.2% (229 of 1498 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Bulgarian)

Currently translated at 50.0% (20 of 40 strings)

Translated using Weblate (Hungarian)

Currently translated at 15.1% (227 of 1498 strings)

Translated using Weblate (Bulgarian)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Bulgarian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Bulgarian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Bulgarian)

Currently translated at 41.5% (622 of 1498 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Hungarian)

Currently translated at 15.0% (225 of 1498 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1498 of 1498 strings)

Translated using Weblate (French)

Currently translated at 99.5% (1491 of 1498 strings)

Translated using Weblate (Bulgarian)

Currently translated at 29.6% (19 of 64 strings)

Translated using Weblate (Bulgarian)

Currently translated at 40.0% (16 of 40 strings)

Translated using Weblate (Bulgarian)

Currently translated at 41.5% (622 of 1498 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1498 of 1498 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Slovak)

Currently translated at 24.6% (370 of 1498 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1498 of 1498 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1498 of 1498 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1498 of 1498 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1498 of 1498 strings)

Translated using Weblate (Japanese)

Currently translated at 99.9% (1497 of 1498 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Hungarian)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Hungarian)

Currently translated at 68.7% (11 of 16 strings)

Translated using Weblate (German)

Currently translated at 81.8% (1224 of 1496 strings)

Translated using Weblate (Hungarian)

Currently translated at 37.5% (6 of 16 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (German)

Currently translated at 80.1% (1199 of 1496 strings)

Translated using Weblate (German)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (German)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1496 of 1496 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Hungarian)

Currently translated at 66.6% (2 of 3 strings)

Translated using Weblate (Slovak)

Currently translated at 24.1% (361 of 1496 strings)

Translated using Weblate (Bulgarian)

Currently translated at 37.5% (15 of 40 strings)

Translated using Weblate (Bulgarian)

Currently translated at 38.3% (574 of 1496 strings)

Translated using Weblate (Bulgarian)

Currently translated at 23.4% (15 of 64 strings)

Translated using Weblate (Bulgarian)

Currently translated at 37.5% (562 of 1496 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1496 of 1496 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Slovak)

Currently translated at 23.4% (350 of 1492 strings)

Translated using Weblate (German)

Currently translated at 98.4% (63 of 64 strings)

Translated using Weblate (German)

Currently translated at 98.4% (63 of 64 strings)

Translated using Weblate (Slovak)

Currently translated at 22.7% (339 of 1492 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.8% (1490 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 21.3% (319 of 1492 strings)

Translated using Weblate (German)

Currently translated at 65.0% (26 of 40 strings)

Translated using Weblate (German)

Currently translated at 65.0% (26 of 40 strings)

Translated using Weblate (German)

Currently translated at 80.6% (1203 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 19.6% (293 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 19.3% (289 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 18.5% (277 of 1492 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.3% (1482 of 1492 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.3% (1482 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 17.8% (266 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 17.6% (263 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 17.1% (256 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 15.8% (237 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 13.4% (201 of 1492 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 10.9% (164 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 9.6% (144 of 1492 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (French)

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1492 of 1492 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Slovak)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Slovak)

Currently translated at 9.5% (143 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 4.1% (62 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 4.0% (60 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 3.5% (53 of 1492 strings)

Translated using Weblate (Czech)

Currently translated at 30.6% (457 of 1492 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Slovak)

Currently translated at 0.6% (10 of 1492 strings)

Translated using Weblate (Indonesian)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Indonesian)

Currently translated at 62.3% (930 of 1492 strings)

Translated using Weblate (Indonesian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Indonesian)

Currently translated at 61.7% (922 of 1492 strings)

Translated using Weblate (Ukrainian)

Currently translated at 90.2% (1346 of 1492 strings)

Translated using Weblate (Ukrainian)

Currently translated at 90.2% (1346 of 1492 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1492 of 1492 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1492 of 1492 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Swedish)

Currently translated at 40.8% (609 of 1491 strings)

Translated using Weblate (Italian)

Currently translated at 55.0% (22 of 40 strings)

Translated using Weblate (Italian)

Currently translated at 50.0% (20 of 40 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.5% (1454 of 1491 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1491 of 1491 strings)

Translated using Weblate (Swedish)

Currently translated at 96.8% (62 of 64 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1491 of 1491 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1491 of 1491 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Swedish)

Currently translated at 76.5% (49 of 64 strings)

Translated using Weblate (Swedish)

Currently translated at 85.0% (34 of 40 strings)

Translated using Weblate (Swedish)

Currently translated at 39.5% (589 of 1490 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.5% (1454 of 1490 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1490 of 1490 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (German)

Currently translated at 57.5% (23 of 40 strings)

Translated using Weblate (Italian)

Currently translated at 93.7% (60 of 64 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Swedish)

Currently translated at 39.4% (588 of 1490 strings)

Translated using Weblate (Romanian)

Currently translated at 32.6% (486 of 1490 strings)

Translated using Weblate (Danish)

Currently translated at 14.8% (221 of 1490 strings)

Translated using Weblate (Czech)

Currently translated at 30.6% (457 of 1490 strings)

Translated using Weblate (Italian)

Currently translated at 78.9% (1177 of 1490 strings)

Translated using Weblate (English (United Kingdom))

Currently translated at 64.7% (965 of 1490 strings)

Translated using Weblate (Bulgarian)

Currently translated at 37.7% (562 of 1490 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1490 of 1490 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Italian)

Currently translated at 50.0% (20 of 40 strings)

Translated using Weblate (Italian)

Currently translated at 93.7% (60 of 64 strings)

Translated using Weblate (French)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Italian)

Currently translated at 94.1% (16 of 17 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 77.0% (1148 of 1490 strings)

Translated using Weblate (Turkish)

Currently translated at 82.5% (1230 of 1490 strings)

Translated using Weblate (Dutch)

Currently translated at 62.4% (930 of 1490 strings)

Translated using Weblate (Italian)

Currently translated at 78.4% (1169 of 1490 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1490 of 1490 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Japanese)

Currently translated at 100.0% (1490 of 1490 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1490 of 1490 strings)

Translated using Weblate (Russian)

Currently translated at 95.0% (1414 of 1488 strings)

Translated using Weblate (Russian)

Currently translated at 95.0% (1414 of 1488 strings)

Translated using Weblate (Russian)

Currently translated at 95.0% (1414 of 1488 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.3% (1448 of 1488 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1488 of 1488 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1488 of 1488 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1488 of 1488 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1488 of 1488 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Japanese)

Currently translated at 100.0% (1486 of 1486 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1484 of 1485 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1484 of 1485 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1485 of 1485 strings)

Translated using Weblate (Spanish)

Currently translated at 99.6% (1480 of 1485 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1474 of 1474 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (1474 of 1474 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1473 of 1474 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1474 of 1474 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1473 of 1474 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1473 of 1474 strings)

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1472 of 1473 strings)

Translated using Weblate (French)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1473 of 1473 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1467 of 1468 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1467 of 1468 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (1467 of 1468 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1468 of 1468 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Dutch)

Currently translated at 64.2% (931 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 93.0% (1349 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 91.7% (1329 of 1449 strings)

Translated using Weblate (Japanese)

Currently translated at 98.4% (1426 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 89.5% (1298 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 89.3% (1295 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 89.3% (1295 of 1449 strings)

Translated using Weblate (Japanese)

Currently translated at 97.3% (1411 of 1449 strings)

Translated using Weblate (Japanese)

Currently translated at 96.6% (1401 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.8% (1433 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 96.5% (1399 of 1449 strings)

Translated using Weblate (Russian)

Currently translated at 92.3% (1338 of 1449 strings)

Translated using Weblate (Japanese)

Currently translated at 95.9% (1391 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 96.2% (1395 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 96.2% (1395 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 96.0% (1392 of 1449 strings)

Translated using Weblate (Japanese)

Currently translated at 95.0% (1377 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Ukrainian)

Currently translated at 88.0% (1276 of 1449 strings)

Translated using Weblate (Ukrainian)

Currently translated at 87.0% (1262 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 97.9% (1420 of 1449 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.9% (1391 of 1449 strings)

Translated using Weblate (Romanian)

Currently translated at 20.3% (13 of 64 strings)

Translated using Weblate (Romanian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Romanian)

Currently translated at 33.5% (486 of 1449 strings)

Translated using Weblate (French)

Currently translated at 99.9% (1448 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 97.5% (1414 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.9% (1391 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 96.8% (1404 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 96.6% (1401 of 1449 strings)

Translated using Weblate (Spanish)

Currently translated at 94.8% (1374 of 1449 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.9% (1391 of 1449 strings)

Translated using Weblate (French)

Currently translated at 100.0% (1449 of 1449 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (Japanese)

Currently translated at 93.9% (1362 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (64 of 64 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.9% (1391 of 1449 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (Romanian)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Romanian)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Romanian)

Currently translated at 100.0% (17 of 17 strings)

Translated using Weblate (Romanian)

Currently translated at 32.2% (468 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.5% (1385 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.5% (1385 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.4% (1383 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.4% (1383 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.4% (1383 of 1449 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 95.4% (1383 of 1449 strings)

Translated using Weblate (Portuguese)

Currently translated at 49.2% (713 of 1449 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1449 of 1449 strings)

Translated using Weblate (French)

Currently translated at 93.2% (1351 of 1449 strings)

Translated using Weblate (Portuguese)

Currently translated at 48.9% (709 of 1449 strings)

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Merge branch 'origin/main' into Weblate.

Translated using Weblate (French)

Currently translated at 90.4% (1310 of 1449 strings)

Co-authored-by: Aaron Macia <aaronmartinmacia113@gmail.com>
Co-authored-by: Alicia <eyenalicia@gmail.com>
Co-authored-by: Ananda Luchetti <luchettiananda@gmail.com>
Co-authored-by: Angela Yulenis Ramos Carreño <yulieeniss@gmail.com>
Co-authored-by: Anna Tunger <anna.tunger@icloud.com>
Co-authored-by: Ashley Rowin <ashleymarie9994@gmail.com>
Co-authored-by: Asier Gallego <agr2367789@gmail.com>
Co-authored-by: Asier Gallego Roca <asiernoide@users.noreply.translate.habitica.com>
Co-authored-by: Besogon <victoria_murka@mail.ru>
Co-authored-by: Christian Tindorf <christiantindorf@gmx.de>
Co-authored-by: Céu <marcel.ufscar@gmail.com>
Co-authored-by: Dragan SIRET <orion.siret0.2@gmail.com>
Co-authored-by: Emilia Skoglund <rapturemelancholia@gmail.com>
Co-authored-by: Finrod <963505255@qq.com>
Co-authored-by: ForbiddenFigs <sorautai@outlook.com>
Co-authored-by: Gabriela <gabisouzars5@gmail.com>
Co-authored-by: Germán Heim <newisgamer@gmail.com>
Co-authored-by: HenryFord <mihka2018geimer@gmail.com>
Co-authored-by: Ivana Calleros <ivanalu33@gmail.com>
Co-authored-by: Jaime Martí <jaumemarti77@icloud.com>
Co-authored-by: Jasmina Weber <jasmina99@web.de>
Co-authored-by: Javiera <javipuga99@gmail.com>
Co-authored-by: Jimly Asshiddiqy <j_mly@ymail.com>
Co-authored-by: Josefina Zamorano <monroestein@gmail.com>
Co-authored-by: Kacchan <h.mrena97@gmail.com>
Co-authored-by: Katharina <katharinaanna.wilding@gmail.com>
Co-authored-by: Kem Kembo <medamamef@gmail.com>
Co-authored-by: Lucas José Santana de Souza <lucasantana.translator@gmail.com>
Co-authored-by: Luã Fhelyp Guimarães <fhelypg@gmail.com>
Co-authored-by: M Timmermans <merel11timmermans@gmail.com>
Co-authored-by: Mandy Mielke <mielkemandy@outlook.com>
Co-authored-by: Matthieu <matthieu-ds@hotmail.de>
Co-authored-by: Mauricio Pérez <mauriciodavidperez@gmail.com>
Co-authored-by: Maya B <mayabaciu1@gmail.com>
Co-authored-by: Mencius <beautyalinap@gmail.com>
Co-authored-by: Miya <baddybadges@gmail.com>
Co-authored-by: Nisa Hadisti <nisahadisti18@gmail.com>
Co-authored-by: Noah März <maerznoah@gmail.com>
Co-authored-by: Oliver Jeute <ojeute@freenet.de>
Co-authored-by: Phillip Thelen <phillip@habitica.com>
Co-authored-by: Pierre Huang <3541262043@qq.com>
Co-authored-by: Polina Reshetnikova <resh4096@gmail.com>
Co-authored-by: Raul Royo Rubio <royografico@gmail.com>
Co-authored-by: Reiss Ren <rsjtaurus@gmail.com>
Co-authored-by: Revand Rayza Davinza Dinatare <revandrayza@gmail.com>
Co-authored-by: Sara Olson <sara@habitica.com>
Co-authored-by: Sefa Uğurlu <ugurlusefa2@gmail.com>
Co-authored-by: Simon Betko <betko.simon93t@gmail.com>
Co-authored-by: Sophie LE MASLE <sophiesuff@gmail.com>
Co-authored-by: TOMA Mitsuru <toma0001@gmail.com>
Co-authored-by: Tetiana <merekka13@gmail.com>
Co-authored-by: Till Hartmann <tillhartmann2010@web.de>
Co-authored-by: Vinicius Rodrigues <suburbanizar@gmail.com>
Co-authored-by: Vladyslav <vladignatiuk@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Yanis Rafi <yanis.rafi89@gmail.com>
Co-authored-by: Yue Wu <wuyue.1999@outlook.com>
Co-authored-by: YuyingLiang <standingfish.malina@gmail.com>
Co-authored-by: cloudzzy <truskawka412@gmail.com>
Co-authored-by: leechorong <lebenbbb@gmail.com>
Co-authored-by: mattya 226 <worldworld1114@gmail.com>
Co-authored-by: Χρήστος Joia <hristosjoia@gmail.com>
Co-authored-by: Василиса Огнева <sogneva441@gmail.com>
Co-authored-by: Юрий Артамонов <zilberstein2211@gmail.com>
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/de/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/it/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/pt/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/sk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/sv/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/uk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/common/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/cs/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/da/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/de/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/en_GB/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/it/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ko/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/nl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pt/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/ru/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/sk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/sv/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/tr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/uk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/main-strings/zh_Hant/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/sk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/uk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/profile/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/de/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/it/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/tr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/sidebar/zh_Hans/
Translate-URL: https://translate.habitica.com/projects/habitica-android/store/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/store/ja/
Translate-URL: https://translate.habitica.com/projects/habitica-android/store/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/fr/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/id/
Translate-URL: https://translate.habitica.com/projects/habitica-android/tutorial/it/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/bg/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/de/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/es/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/es_419/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/he/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/hu/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/it/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/pl/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/ro/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/sk/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/sv/
Translate-URL: https://translate.habitica.com/projects/habitica-android/wearos/zh_Hans/
Translation: Habitica Android/Common
Translation: Habitica Android/Main Strings
Translation: Habitica Android/Profile
Translation: Habitica Android/Sidebar
Translation: Habitica Android/Store
Translation: Habitica Android/Tutorial
Translation: Habitica Android/Wearos
2025-02-18 20:49:56 +01:00
Phillip Thelen
4913502941 shrink images 2025-02-12 11:30:41 +01:00
Phillip Thelen
ee9bbf731e remove viewpagerindicator library 2025-02-11 17:26:12 +01:00
Phillip Thelen
699a31fd52 system bar color tweaks 2025-02-11 15:21:54 +01:00
Phillip Thelen
be77530a09 fix content padding in nested scroll views 2025-02-11 12:57:16 +01:00
Phillip Thelen
807c233f2f fix some build errors 2025-02-11 12:00:47 +01:00
Phillip Thelen
03178b0ef1 purchase gem spacing 2025-02-11 11:38:31 +01:00
Phillip Thelen
be7d5f9a5d fix various layout issues 2025-02-10 16:54:03 +01:00
Phillip Thelen
5c1b835454 fix sub display 2025-02-10 14:35:30 +01:00
Phillip Thelen
ca08f1c695 fix typo 2025-01-31 13:33:19 +01:00
Phillip Thelen
6d062aa7b6 update minSdk to 26 2025-01-31 11:59:41 +01:00
Phillip Thelen
2638001513 fixes for older android versions 2025-01-30 16:30:21 +01:00
Phillip Thelen
7295602675 Improve edge-to-edge handling 2025-01-30 11:30:01 +01:00
Phillip Thelen
ed65bcec6b Refactor login activity and update to new credentials manageer 2025-01-30 11:30:01 +01:00
Jim
584b274d85
Improve Gradle Configuration (#2093)
* initial migration to gradle kotlin DSL

* initial migration to version catalog

* finalize some last testing task configuration

* delete commented code

* update detekt and test configuration

* implement gradle plugin

* gradle:
 - Removing unused properties in libs.versions.toml
 - Enabling typesafe project accessors
 - Change allUnitTest task from GradleBuild to DefaultTask

* fix always looking for signingrelease.properties

* fix logic for properties

* improve condition

* signing config release

* update configuration based on new changes

---------

Co-authored-by: Jimly Asshiddiqy <jimly.asshiddiqy@accenture.com>
2025-01-30 11:29:19 +01:00
Timur Erofeev
d67e63a5a0
Fix status bar color after closing a BottomSheet (#2105) 2025-01-30 11:28:21 +01:00
Joshua Soberg
376c8b37b9
Fix memory leaks reported by LeakCanary but ending infinite animations when Activity is paused (#2103) 2025-01-30 11:28:06 +01:00
John
b0fae9418c
Fixed bug when equipping second armoire item (#2100) (#2101) 2025-01-30 11:26:17 +01:00
Ean Lombardo
5e9e1d8295
Adapt to orientation changes in MainActivity. (#2087)
MainActivity defines an alternate layout for screen more than 600dp wide, but was ignoring orientation changes.

This caused a bug where if the application was opened with a wide orientation, but then the orientation changed to a small one, the user would be presented with the wide layout compressed into an unusable screen.

fixes #2002
2025-01-30 11:25:29 +01:00
Daniel Gomez
e20a490238
Add task tests (#2039) 2025-01-30 11:24:58 +01:00
Phillip Thelen
3254ce9f96 improve edgecases for reminder scheduling 2025-01-14 14:44:52 +01:00