Commit Graph

5510 Commits

Author SHA1 Message Date
Clyde 356833e248
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (33 of 33 strings)

Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/zh_Hans/
2023-05-30 22:01:22 +00:00
Clyde 1aa80270b4
Translated using Weblate (Chinese (Simplified))
Currently translated at 94.9% (56 of 59 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2023-05-30 22:01:22 +00:00
Andrewblasco 1fccecdbf6
Translated using Weblate (Spanish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-05-30 22:01:22 +00:00
Andrewblasco 8be396e801
Translated using Weblate (Spanish)
Currently translated at 100.0% (286 of 286 strings)

Translation: Moshidon/values_sk
Translate-URL: https://translate.codeberg.org/projects/moshidon/values_sk/es/
2023-05-30 22:01:22 +00:00
Andrewblasco 6755ff836e
Translated using Weblate (Spanish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-05-30 22:01:22 +00:00
Andrewblasco a3fc9710f7
Translated using Weblate (Spanish)
Currently translated at 100.0% (48 of 48 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-05-30 22:01:22 +00:00
LucasGGamerM 3ac9c09338 feat: shows toolbar when scrolled past title
This still needs to be redone with the same style as the profile fragment
2023-05-30 13:19:04 -03:00
LucasGGamerM ba31afda27 fix: fixes wrong status bar background color on light mode in settings
This addresses #204
2023-05-29 20:24:13 -03:00
LucasGGamerM 9e6723be41 fix: fixes wrong margin on Settings Button views
This addresses a visual bug where a button item without an icon appears to be glued to the left side of the screen. This commit addresses that

cc: @sk22
2023-05-27 13:00:54 -03:00
LucasGGamerM 08023a104c fix: fix wrong window insets on instance rules and block list fragment 2023-05-27 09:54:58 -03:00
LucasGGamerM fd97cc6e87
Merge pull request #203 from FineFindus/feat/instance-info-improvements
fix(instance-info): hide menu until loaded
2023-05-27 09:44:34 -03:00
LucasGGamerM 78e5f0f011
Merge pull request #202 from FineFindus/feat/filter-warning-click
feat: reveal filter warning on click
2023-05-27 09:41:02 -03:00
LucasGGamerM 73944675fa fix: fix compilation errors 2023-05-27 09:40:04 -03:00
LucasGGamerM c6ded3d505 Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
#	mastodon/build.gradle
#	mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/ScheduledStatusListFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/StatusEditHistoryFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/model/Filter.java
#	mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FileStatusDisplayItem.java
#	mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
#	mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/WarningFilteredStatusDisplayItem.java
#	mastodon/src/main/res/layout/display_item_file.xml
2023-05-27 09:31:27 -03:00
LucasGGamerM 45b97de615 feat: don't show changelog headers if changelog is empty 2023-05-27 09:16:58 -03:00
LucasGGamerM ec11a5e8e3 feat: update visual appearance settings icon 2023-05-27 09:10:24 -03:00
LucasGGamerM d71d17e5af feat: update mention reblogger automatically settings icon 2023-05-27 09:07:25 -03:00
LucasGGamerM e49e485ba3
Merge pull request #183 from FineFindus/feat/settings-redesign
feat(settings): refactor and redesign
2023-05-27 08:58:38 -03:00
LucasGGamerM 2d4fc2166a feat: increase top padding in theme item for consistency 2023-05-27 08:55:04 -03:00
LucasGGamerM 84ba4ea999 feat: use correct background colors in settings 2023-05-27 08:46:04 -03:00
sk c38eb545b1 use matched filter for determining warning title
fixes a bug where, when multiple filters apply, the
WarningFilteredStatusDisplayItem would not check if the warning applies to the
current context. now, matched filter is determined through the predicate
(though not exactly what a predicate is supposed to do, i guess) and passed
down to the WarningFilteredStatusDisplayItem. cc @LucasGGamerM
2023-05-27 13:09:36 +02:00
FineFindus b2d4a5aab0
fix(instance.info): hide menu until loaded 2023-05-27 11:21:09 +02:00
FineFindus 201995849c
feat: reveal filter warning on click 2023-05-27 11:12:43 +02:00
sk 1fc2f81dab fix creating posts on other people's account timelines
closes sk22#508
2023-05-27 01:50:10 +02:00
LucasGGamerM 69ddc95c2c fix crash when notification markers are null
This would happen when an account had 0 notifications and received one.
After which, the user would tap on the notification icon on the tab bar
and the app would crash.
2023-05-27 01:40:05 +02:00
sk a6ac68499c use url as fallback for remote url 2023-05-27 01:37:10 +02:00
sk c10d7cfee4 use remote url; file name as fallback for alt text 2023-05-27 01:32:49 +02:00
sk f933bdbc53 button with ripple for files and instance picker 2023-05-27 01:13:32 +02:00
LucasGGamerM 274bca84d9 Add display item for unknown/file attachments
Co-authored-by: LucasGGamerM <lucassggabriel@gmail.com>
2023-05-27 01:11:26 +02:00
FineFindus 1e286dbc7a
Merge branch 'feat/settings-redesign' of https://github.com/FineFindus/moshidon into feat/settings-redesign 2023-05-26 20:36:01 +02:00
FineFindus 724d872491
fix: remove theme transition
Removes the fade effect when changing themes, as took a long time to apply
2023-05-26 20:35:46 +02:00
LucasGGamerM 64d5f9190a fix: compilation problems
Uses show instead of see on strings_sk.xml
2023-05-26 15:34:20 -03:00
FineFindus f1ab6833d3
feat: add content type setting
Re-add settings from 8b502b605c\#diff-29b258979e7004d7e5473b71e91747f57a36af0e0b07e0a119968a1e8e72669f
2023-05-26 20:22:53 +02:00
FineFindus 140395f3cd
fix: use autoHideCompose variable 2023-05-26 20:14:21 +02:00
FineFindus f922e028a7
feat(settings): invert default post-divider value 2023-05-26 20:13:09 +02:00
FineFindus 9aac0c007e
feat(settings): invert post-divider setting 2023-05-26 20:13:08 +02:00
FineFindus e682cae7e7
feat(settings/notifications): improve sub-header title 2023-05-26 20:13:08 +02:00
FineFindus f14977ba24
feat(settings): add summary to reblog action 2023-05-26 20:13:08 +02:00
FineFindus e8290e2f78
feat(settings): move reblog notificaiton to notification page 2023-05-26 20:13:08 +02:00
FineFindus 197110cfaf
feat(settings): improve unlisted reply default title and summary 2023-05-26 20:13:08 +02:00
FineFindus f320ac066c
feat(settings): improve autoplay gif summary 2023-05-26 20:12:42 +02:00
FineFindus 78acb5e7ea
feat(settings): invert double tab to swipe setting 2023-05-26 20:12:41 +02:00
FineFindus a14e864731
feat(settings): allow complete button row to be clicked 2023-05-26 20:12:41 +02:00
FineFindus a87da87aad
refactor(settings): adjust amoled summary 2023-05-26 20:12:41 +02:00
FineFindus 8befbb5a62
refactor(settings): adjust icon color 2023-05-26 20:12:41 +02:00
FineFindus 28893bc50b
refactor(settings): remove unused code 2023-05-26 20:12:34 +02:00
FineFindus b73ef28f12
feat(settings): move interaction count to timeline page 2023-05-26 20:00:51 +02:00
FineFindus a71dc7f481
feat(settings): move uniform icon to notifications page 2023-05-26 20:00:51 +02:00
FineFindus de4e7c1822
refactor(settings/about): use local var 2023-05-26 20:00:51 +02:00
FineFindus 62090475f9
fix(settings): remove duplicated auto-hide compose 2023-05-26 20:00:46 +02:00