Commit Graph

2988 Commits

Author SHA1 Message Date
sk bc65fa6654 remove selectable background 2022-12-29 17:43:45 -03:00
Christian Elbrianno 5fff0cbdb0 Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:43:17 -03:00
Linerly 99dc479d78 Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-29 17:43:17 -03:00
Choukajohn 275eef912c Translated using Weblate (French)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:43:17 -03:00
gallegonovato b9de7632e6 Translated using Weblate (Spanish)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:43:12 -03:00
AiOO 7a000f2a44 Translated using Weblate (Korean)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-29 17:43:01 -03:00
braydofficial 9d91b8c0fb Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-29 17:42:41 -03:00
sk 84d213bdd1 add missing fedi url format 2022-12-29 17:41:57 -03:00
sk a2302ad318 implement setting boost visibility 2022-12-29 17:41:51 -03:00
sk 42eacea4be use color attributes instead of fixed colors 2022-12-29 17:39:36 -03:00
LucasGGamerM 9c1812ce08 Trying to process wtf happened here 2022-12-29 17:38:01 -03:00
sk 49c83581f9 Trying to process wtf happened here 2022-12-29 17:31:22 -03:00
Choukajohn 35555d1362 Translated using Weblate (French)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-29 17:24:40 -03:00
gallegonovato 6c6b5d7be9 Translated using Weblate (Spanish)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-29 17:24:34 -03:00
sk 037b8cc54e no ellipsis for settings items 2022-12-29 17:23:50 -03:00
sk afb518cf8e animate translate button opacity 2022-12-29 17:23:15 -03:00
LucasGGamerM b36c7375dd Fixing the compile problems 2022-12-29 17:22:37 -03:00
sk 069356418d Replace custom symbol with fluent mention symbol 2022-12-29 17:18:55 -03:00
sk 6b1c725ebd fix toolbar inset not applying in true black 2022-12-29 17:14:58 -03:00
LucasGGamerM a46f8f1c20 Adding a new fluent edit icon for the fab 2022-12-29 17:13:44 -03:00
sk f0a704b93b schedule/draft in overflow menu 2022-12-29 20:24:37 +01:00
sk 9231ea1446 offer to save when scheduledAt changed
closes sk22#218
2022-12-29 20:12:08 +01:00
Tobias S 3b3d98c4be
Merge branch 'LucasGGamerM:master' into master 2022-12-29 19:05:21 +01:00
sk 5794a64da6 use rules fragment in settings 2022-12-29 18:27:37 +01:00
sk 7e6e9d3dcd move translation availability
closes sk22#213
2022-12-29 18:14:26 +01:00
sk 07634edfa3 don't finish compose fragment 2022-12-29 18:14:00 +01:00
LucasGGamerM a6f1c21e1c Bumping version number 2022-12-29 14:06:33 -03:00
LucasGGamerM a0b62ab434 Merge branch 'feature/publish_button_improvements' 2022-12-29 14:04:08 -03:00
sk 4a03fbfbf0 update changelog, bump version 2022-12-29 18:01:50 +01:00
LucasGGamerM 0b8501e92b Merge branch 'feature/show_changelog_button' 2022-12-29 14:01:34 -03:00
sk 000cdb08ec change fab styles
closes sk22#211
2022-12-29 18:01:22 +01:00
LucasGGamerM 9a0851cb06 Fixing some padding issues with the changelog 2022-12-29 14:00:53 -03:00
LucasGGamerM e4340f5015 After hours of looking at the code, i found how to fix it 2022-12-29 13:56:18 -03:00
sk e0521b3c95 add mention with quasi-quoting 2022-12-29 17:14:38 +01:00
sk22 9547be89e1
Drafts and scheduled posts (#217)
closes #100
closes #59 

* enable saving as draft (scheduled)
* add scheduled posts list
* fix NoSuchMethodError
* editable drafts/scheduled posts
* ui for drafts
* use instants between 9999-01-01 and 9999-12-31
* use save and draft strings
* map scheduled status params to status
* implement scheduling posts
* improve save/discard draft dialog
* persist scheduled date in state
* add unsent posts button to toolbar
* clean up imports
2022-12-29 16:53:18 +01:00
sk 40d44269fc Merge branch 'main' of github.com:sk22/megalodon 2022-12-29 16:46:14 +01:00
sk 3bf0903453 fix toolbar inset not applying in true black 2022-12-29 16:46:10 +01:00
Thiago 'Jedi' Abreu c3abf8c05c
Better handling of filter expiration date (#212)
* Better handling of filter expiration date
* Simplify Thread and Home Timeline filtering
2022-12-29 13:32:22 +01:00
dontobi 0cd5d12d42 German translation 2022-12-29 07:41:19 +01:00
LucasGGamerM 014398e050 I dont know what i am doing with my life 2022-12-28 22:54:40 -03:00
LucasGGamerM 4f77370977 Its a lot less broken than before 2022-12-28 22:26:49 -03:00
LucasGGamerM 5937215d3a I have done something here 2022-12-28 21:50:59 -03:00
LucasGGamerM ade1ce8e05 Adding a send icon. Still havent made use of it though 2022-12-28 21:33:55 -03:00
LucasGGamerM 50d4130b3f Making the relocated button default 2022-12-28 20:14:45 -03:00
LucasGGamerM 4653a22635
Merge pull request #12 from dontobi/master
Adding some german translation
2022-12-28 20:06:29 -03:00
LucasGGamerM a8c05f6a32 Bump version number 2022-12-28 19:55:27 -03:00
LucasGGamerM c1d98cad00 Its now optional! 2022-12-28 19:49:38 -03:00
LucasGGamerM fb54948f86 Its now in the bottom. Time to make it optional 2022-12-28 18:42:13 -03:00
LucasGGamerM 26297fbb5b Lastcomm 2022-12-28 18:02:38 -03:00
LucasGGamerM cd342d1034 I am trying my best 2022-12-28 14:56:49 -03:00
LucasGGamerM 029650ef2d Its almost working, the UI side is done. But the request is being canceled when the back button is pressed. 2022-12-28 12:34:00 -03:00
dontobi ca5f189e70 German translation 2022-12-28 16:24:58 +01:00
LucasGGamerM ac24f636df Its a little less broken 2022-12-28 11:15:12 -03:00
LucasGGamerM 1688168bc1 The ui is less broken 2022-12-28 11:05:33 -03:00
Thiago 'Jedi' Abreu 6220ce6780
Implement 4.0 filters with hide action (#202)
* adding new "filtered" field for status
* respect "hide" filter action on status
* handling expire date for filter

closes #161
2022-12-28 14:49:45 +01:00
sk 6107698a76 optionally forward report
closes #205
2022-12-28 14:45:20 +01:00
LucasGGamerM 46b842afc4 It still does not work, but its one step closer to working 2022-12-28 10:45:15 -03:00
sk a3c3fec9b4 add icon indicating the existence of replies
closes #207
2022-12-28 14:13:49 +01:00
sk f3a9b19104 replace mute icon 2022-12-28 01:58:44 +01:00
LucasGGamerM 3f773a52cc Created the class. Lets leave this for tomorrow 2022-12-27 21:43:42 -03:00
LucasGGamerM 48664bb580 Idk what to call this commit, so Note Improver it is 2022-12-27 21:42:21 -03:00
sk d9ed6f600b change animation duration 2022-12-28 01:39:06 +01:00
sk 8a6d86727c remove unused menu item 2022-12-28 01:35:53 +01:00
sk d9abf82918 fix null pointer on loading profile 2022-12-28 01:35:04 +01:00
LucasGGamerM 094cd67728 Now adding a confirm button 2022-12-27 21:19:54 -03:00
sk 3cd9020ee0 use short usernames in popup menus
improves upon mastodon#148
2022-12-28 00:58:57 +01:00
sk 6d22a4d014 icons. icons everywhere 2022-12-28 00:53:06 +01:00
LucasGGamerM 9adaf12c00 Bump version number 2022-12-27 20:40:27 -03:00
LucasGGamerM 8bbfa2e417 Adding a donate button 2022-12-27 20:39:52 -03:00
LucasGGamerM 9d800106cc Added a framelayout just for adding the confirm button 2022-12-27 20:20:44 -03:00
LucasGGamerM 68bb23e3b4 It actually loads something. Perfect 2022-12-27 18:48:08 -03:00
LucasGGamerM 68397bd487 How did I add some many lines? Removing them 2022-12-27 18:27:57 -03:00
LucasGGamerM 3104ddb4b6 More polishes the UI side a little more, now also hides the private note on the personal profile 2022-12-27 18:26:35 -03:00
sk ccad5d40ec fix akkoma crash on edit 2022-12-27 22:00:19 +01:00
ihor_ck d53397d8f8
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-27 20:46:35 +00:00
sk b1006d2a14 rename string 2022-12-27 21:46:21 +01:00
sk c5cf318cdd Merge remote-tracking branch 'weblate/main' 2022-12-27 21:45:01 +01:00
sk 671338c16a different icon for delete notifs setting 2022-12-27 21:41:08 +01:00
sk bbaa70e396 add option to use uniform notif icon 2022-12-27 21:39:41 +01:00
sk 536d6cf63e revert broken color attribute for notif icon
closes #190
2022-12-27 21:30:35 +01:00
sk b564a297ab fix #200 2022-12-27 21:20:20 +01:00
sk 6d34ae1a50 long-click to compose from other account 2022-12-27 21:02:05 +01:00
LucasGGamerM 9bddd6b274 The ui side is ready somehow. Still need to handle it all 2022-12-27 16:53:21 -03:00
sk 0d2457f39e restore accidentally deleted functionality 2022-12-27 20:43:29 +01:00
sk 420505328c fix default visibility crashing akkoma session
closes #196
2022-12-27 20:36:06 +01:00
sk 0e60d71006 refine long-clicks
and disable long-click for multiple accounts when logged in to single account
2022-12-27 20:30:58 +01:00
sk 0f1456819b interact as other accounts
closes #199
2022-12-27 19:53:01 +01:00
LucasGGamerM 681c327306 Bump version number 2022-12-26 11:11:23 -03:00
LucasGGamerM 80c9afec7b Found an icon and changed the name of the setting. 2022-12-26 11:05:29 -03:00
LucasGGamerM eea8041abe Its in the settings page as well. All I need to do now is find an icon for it 2022-12-26 10:41:03 -03:00
LucasGGamerM 1309bfe1ee Its in the global user preferences now, still not in the settings page 2022-12-26 10:33:04 -03:00
LucasGGamerM 70d3ef9984 Removing the divider by making it invisible 2022-12-26 10:27:13 -03:00
nitrogenez 6c7a040c02
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-26 09:34:46 +00:00
itslameni 4e40944b26
Translated using Weblate (Russian)
Currently translated at 96.7% (88 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-26 09:34:46 +00:00
goliv af859438b4
Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.7% (68 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-26 09:34:46 +00:00
Linerly 7ef80e87b8
Translated using Weblate (Indonesian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-26 09:34:45 +00:00
Choukajohn f8e873cd78
Translated using Weblate (French)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-26 09:34:45 +00:00
Pointifurry 5cc97f7cf1
Translated using Weblate (Spanish)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-26 09:34:45 +00:00
ling0412 44c56331fd
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-26 09:34:45 +00:00
sk22 1272c3962e
Translated using Weblate (German)
Currently translated at 100.0% (91 of 91 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-26 09:34:45 +00:00
LucasGGamerM 52ac5f16e5 Rebumping version number twice, because of the downgrade made so I could test the show changelog feature. 2022-12-25 16:03:04 -03:00
LucasGGamerM ea43070e6d More polishes over the Changelog feature 2022-12-25 16:01:22 -03:00
LucasGGamerM 14cd23c28b Its working. Still needs some polish though! 2022-12-25 15:39:45 -03:00
LucasGGamerM 793668021e Rolling back version graddle for testing the changelog thing. Will bump it later 2022-12-25 15:03:02 -03:00
LucasGGamerM f0ea6ef43e Revert "Getting changelogs commit number 1"
This reverts commit e8a31cf867.
2022-12-25 14:21:09 -03:00
LucasGGamerM 2b2e4845a1 Revert "Its some steps done"
This reverts commit d66a4c0920.
2022-12-25 14:21:09 -03:00
LucasGGamerM 2dccec99cc Revert "Just no"
This reverts commit c5fcf49eda.
2022-12-25 14:21:09 -03:00
LucasGGamerM b060894a6c Merge remote-tracking branch 'origin/feature/show_changelog_button' into feature/show_changelog_button 2022-12-25 14:18:59 -03:00
LucasGGamerM 92872edb58 Something is gonna come out of it this time. I am sure of it 2022-12-25 14:16:50 -03:00
LucasGGamerM c5fcf49eda Just no 2022-12-25 11:58:23 -03:00
LucasGGamerM d66a4c0920 Its some steps done 2022-12-25 11:11:30 -03:00
LucasGGamerM e8a31cf867 Getting changelogs commit number 1 2022-12-24 23:41:41 -03:00
LucasGGamerM c1f9a88ef4 Bump version number 2022-12-24 11:48:44 -03:00
FineFindus 5564502125
feat(theme/nord): add favourite and bookmark icon 2022-12-24 13:40:06 +01:00
sk 10d2949647 remove unused method 2022-12-23 23:43:19 +01:00
sk 30ef23308b bump version 2022-12-23 23:41:46 +01:00
sk 1e527e87df fix default reblog visibility 2022-12-23 23:39:51 +01:00
sk 9692a04275 Merge remote-tracking branch 'weblate/main' 2022-12-23 23:36:48 +01:00
Linerly 9209508aac
Translated using Weblate (Indonesian)
Currently translated at 100.0% (89 of 89 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-23 22:18:14 +00:00
Choukajohn f750e6ff7e
Translated using Weblate (French)
Currently translated at 100.0% (89 of 89 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-23 22:18:14 +00:00
sk f2eecf774b disable block domain from post 2022-12-23 22:59:06 +01:00
sk 98de4e75e0 implement open with other account as submenu 2022-12-23 22:56:18 +01:00
sk 459e32caf8 fix instance info v2 never getting saved 2022-12-23 21:49:21 +01:00
sk c4ad325e5c improve settings items 2022-12-23 21:35:16 +01:00
sk f55bd6d6cd truncate publish button 2022-12-23 21:16:36 +01:00
sk f1ce700c93 add option to open post with other account
closes #182
2022-12-23 21:11:22 +01:00
nitrogenez 44d95ca25f
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-23 19:22:28 +00:00
Linerly 7432540c29
Translated using Weblate (Indonesian)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-23 19:22:28 +00:00
Choukajohn c289f58351
Translated using Weblate (French)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-23 19:22:28 +00:00
gallegonovato 711e041ff5
Translated using Weblate (Spanish)
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-23 19:22:28 +00:00
ling0412 0ac3534585
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (86 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-23 19:22:27 +00:00
benjaminwolkchen 57821e0860
Translated using Weblate (German)
Currently translated at 98.8% (85 of 86 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-23 19:22:27 +00:00
sk 0dae798c9a add option to open post with other account
closes #182
2022-12-23 20:17:54 +01:00
sk 732e780fd9 Merge remote-tracking branch 'weblate/main' 2022-12-23 18:54:20 +01:00
sk 5577124b7a use popup background color for dialogs 2022-12-23 18:38:16 +01:00
sk 81b82c75a2 add copy link item and change copyText
use haptic feedback instead of vibrator
2022-12-23 18:10:08 +01:00
sk b32e322749 implement long-click to copy links
closes sk22#84
2022-12-23 17:51:06 +01:00
sk 3031cc4561 remove selectable background for username
closes sk22#187
2022-12-23 17:22:17 +01:00
sk d60abc648c only show boost visibility for own posts 2022-12-23 17:11:29 +01:00
sk a9a0233bb3 Merge branch 'clickable-boost-reply-line' 2022-12-23 16:52:04 +01:00
sk f6fa9e5122 remove selectable background 2022-12-23 16:51:13 +01:00
LucasGGamerM 7947e7689c Bump version number 2022-12-23 12:39:37 -03:00
LucasGGamerM b53ada7ea2 Fixing color preference not saved loaded on android 11 and below devices 2022-12-23 12:39:14 -03:00
LucasGGamerM 584f28534a Merge branch 'development_of_the_nord_theme' 2022-12-23 12:03:31 -03:00
LucasGGamerM 770fde7aac Fixing the background of the disabled button on light themes and dark themes 2022-12-23 12:03:17 -03:00
LucasGGamerM 3d7f918132 Merge branch 'development_of_the_nord_theme' 2022-12-23 11:58:49 -03:00
LucasGGamerM 29b8cedc7c Merge remote-tracking branch 'origin/development_of_the_nord_theme' into development_of_the_nord_theme
# Conflicts:
#	mastodon/src/main/res/values/colors.xml
2022-12-23 11:55:22 -03:00
LucasGGamerM 33b65c3bf3
Merge pull request #9 from FineFindus/development_of_the_nord_theme
feat(theme/nord): change popup color
2022-12-23 11:54:49 -03:00
LucasGGamerM 34ab1bcd9c Change the accent color back to default 2022-12-23 11:54:47 -03:00
LucasGGamerM cfdc88174b Bumping version number 2022-12-23 11:47:51 -03:00
LucasGGamerM 15123d8924 Merge branch 'development_of_the_nord_theme' 2022-12-23 11:46:38 -03:00
LucasGGamerM 20086d76ce Fixing the accent color for the nord theme 2022-12-23 11:46:11 -03:00
FineFindus 1ca4fb5c37
feat(theme/nord): change popup color 2022-12-23 15:41:28 +01:00
LucasGGamerM 009016a835 Adding a toggle for custom notification icons 2022-12-23 11:33:08 -03:00
LucasGGamerM 33dfb2a30d Merge branch 'development_of_the_nord_theme' 2022-12-23 11:04:32 -03:00
LucasGGamerM 1604c067fd Fixing up the nord theme 2022-12-23 10:59:12 -03:00
LucasGGamerM 0c7419e2b3 Its less broken, but I still found some bugs 2022-12-23 10:37:14 -03:00
LucasGGamerM 7cf30ccb98 Maybe fixing the nord theme. Still a lot of work that needs to be done 2022-12-23 08:29:01 -03:00
LucasGGamerM aa2c8c5624 Bump the version number 2022-12-22 20:21:27 -03:00
LucasGGamerM 875695c239 Fixing up the nord theme 2022-12-22 20:17:05 -03:00
LucasGGamerM 61049a1302 Adding the nord theme 2022-12-22 19:27:02 -03:00
LucasGGamerM 28db90aa82 Its going there 2022-12-22 18:59:28 -03:00
LucasGGamerM f0e7fc5e3b Its almost working 2022-12-22 18:58:20 -03:00
LucasGGamerM 508ec06d93 Bump version number 2022-12-22 15:48:38 -03:00
LucasGGamerM 9fb39d9403 Making it compile again 2022-12-22 15:46:09 -03:00
sk 4879d74f80 implement followed hashtags list
closes sk22/megalodon#162
2022-12-22 15:36:02 -03:00
LucasGGamerM ba3f6c4f95 Changing stuff back to moshidon again 2022-12-22 15:32:32 -03:00
LucasGGamerM 481241c4f6 Using fluent icon instead of normal icon for the color picker 2022-12-22 14:58:16 -03:00
LucasGGamerM 5798587dc6 merge branch 'feature/more_html_tags' 2022-12-22 14:50:15 -03:00
sk 066e3e08a2 disable boost button if disabled
closes #180
2022-12-22 14:49:21 -03:00
sk 16d6c14633 try to open link previews in app 2022-12-22 14:49:16 -03:00
sk 80a4a3551c match navigation bar color with toolbar 2022-12-22 14:47:57 -03:00
LucasGGamerM 74f3bb8708 Adding notification icons for different stuff, and fixing the color of the compose_shortcut thing 2022-12-22 14:46:06 -03:00
sk c3e398b3c2 use color attributes instead of fixed colors 2022-12-22 14:33:46 -03:00
sk dcfa812c83 fix media upload colors 2022-12-22 14:30:41 -03:00
sk 065e65d708 reset state on boost long click 2022-12-22 14:30:37 -03:00
sk bca0dab381 add long-click to "quote" 2022-12-22 14:29:34 -03:00
sk 4a45c1055e only perform fedi lookup if looks like fedi url 2022-12-22 14:19:04 -03:00
sk 7c789746ce resolve fediverse links in app
closes sk22#177
closes sk22#96
2022-12-22 14:19:03 -03:00
sk f46ce5576c reuse old brownish gray and move colors 2022-12-22 14:15:36 -03:00
sk 730e6fc1fa fix wrong default visibility in popup
closes sk22#174
2022-12-22 14:15:18 -03:00
sk cb36cc042c move button text/background to styles 2022-12-22 14:15:05 -03:00
sk 5d586418f9 add toolbar background color 2022-12-22 14:15:05 -03:00
sk22 44f1d026d6 Translated using Weblate (German)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-22 14:14:41 -03:00
jonta defaa1095c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-22 14:14:34 -03:00
gallegonovato c67f2f8027 Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-22 14:14:28 -03:00
Radiquum 452128565f Translated using Weblate (Russian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-22 14:14:23 -03:00
Linerly 6322d3c984 Translated using Weblate (Indonesian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-22 14:14:18 -03:00
Choukajohn d68c820e58 Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-22 14:14:13 -03:00
AiOO 79f37b4813 Translated using Weblate (Korean)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-22 14:14:07 -03:00
sk 0a9ee57233 implement followed hashtags list
closes sk22/megalodon#162
2022-12-22 16:51:43 +01:00
Christian Elbrianno 0075c0e779
Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-22 14:59:36 +00:00
Linerly d99dfd4185
Translated using Weblate (Indonesian)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-22 14:59:36 +00:00
Choukajohn 0309b3ad25
Translated using Weblate (French)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-22 14:59:36 +00:00
gallegonovato 7a85532b73
Translated using Weblate (Spanish)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-22 14:59:36 +00:00
AiOO 7299d947f7
Translated using Weblate (Korean)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-22 14:59:35 +00:00
braydofficial adec7b28f1
Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-22 14:59:35 +00:00
LucasGGamerM 87460a2fb6 Making it work again just in case idk 2022-12-22 11:52:43 -03:00
LucasGGamerM 6774a642d9 Setting purple as default and making it work idk 2022-12-22 11:49:07 -03:00
sk c2563da056 Merge branch 'feature/open-urls-in-app' 2022-12-22 15:35:53 +01:00
sk 64b9e53916 add missing fedi url format 2022-12-22 15:35:26 +01:00
LucasGGamerM f0bd9233b7 IT FINALLY FUCKING COMPILES 2022-12-22 11:27:52 -03:00
LucasGGamerM 66efe750a8 Trying to make it compile properly idek wtf to do anymore 2022-12-22 11:24:36 -03:00
sk 3658fc423b simplify themes 2022-12-22 11:08:26 -03:00
sk 86ab6f7b3d implement setting boost visibility 2022-12-22 15:03:42 +01:00
sk 3c3ad7447e only load default visibility if not editing
fix mastodon#306
2022-12-22 09:07:41 -03:00
LucasGGamerM b570064b99 Fixing missing error toast message 2022-12-22 09:03:14 -03:00
LucasGGamerM d9f6ef69fe Revert "Whatever the fuck this is. Hopefully it compiles on the first try"
This reverts commit bdac1d5bb4.
2022-12-22 09:01:30 -03:00
sk bdac1d5bb4 Whatever the fuck this is. Hopefully it compiles on the first try 2022-12-22 09:00:51 -03:00
sk 1eee1ead5e merge miui fix for copying text 2022-12-22 08:58:08 -03:00
sk 0ec51f5b34 set pivot point once 2022-12-22 08:57:13 -03:00
sk 6c6fb05a7a fix broken long click 2022-12-22 08:57:08 -03:00
sk 09a0faacba fix bug in bookmark button
closes #167
2022-12-22 08:51:32 -03:00
sk d0d1d15de5 add option to disable swiping
closes sk22#165
2022-12-22 08:50:25 -03:00
sk e4e9516d5d copy post URL on long click 2022-12-22 08:48:05 -03:00
sk 05eceecbea move copy text to UiUtils 2022-12-22 08:48:01 -03:00
sk 71ba1bb0d5 restore toast message for android 13+ 2022-12-22 08:47:56 -03:00
sk 2160a26648 add vibration when copying username 2022-12-22 08:47:52 -03:00
sk 5433eac9c9 fix updating wrong status when interacting with reblog
see mastodon#467
2022-12-22 08:45:55 -03:00
sk ed02733524 disable boost button if disabled
closes #180
2022-12-22 11:27:24 +01:00
sk a99af63f34 Merge branch 'feature/open-urls-in-app' 2022-12-22 11:14:03 +01:00
sk 1d900a66fe try to open link previews in app 2022-12-22 11:13:50 +01:00
sk f60164f5c5 bump version 2022-12-22 01:30:41 +01:00
sk bca3bc6b4a Merge branch 'feature/more-html-tags' 2022-12-22 01:28:21 +01:00
sk 352c813544 smaller space between paragraphs 2022-12-22 01:27:55 +01:00
sk 7d876bddc7 preserve whitespaces in html 2022-12-22 01:25:43 +01:00
sk 43d334259b match navigation bar color with toolbar 2022-12-22 01:09:46 +01:00
sk 750579b1c2 use color attributes instead of fixed colors 2022-12-22 00:57:12 +01:00
sk d69221d85b fix media upload colors 2022-12-22 00:50:23 +01:00
sk a1c80e92cd reset state on boost long click 2022-12-22 00:47:44 +01:00
sk b25a237c20 add long-click to "quote" 2022-12-22 00:01:51 +01:00
sk ccb0b59e17 Merge branch 'feature/open-urls-in-app' 2022-12-21 23:50:14 +01:00
sk 14658a2d70 only perform fedi lookup if looks like fedi url 2022-12-21 23:45:27 +01:00
sk 5f26878c06 resolve fediverse links in app
closes sk22#177
closes sk22#96
2022-12-21 23:29:16 +01:00
sk df78ae59fe Merge remote-tracking branch 'weblate/main' 2022-12-21 22:39:19 +01:00
Choukajohn 3eb442e0f6
Translated using Weblate (French)
Currently translated at 100.0% (82 of 82 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-21 21:37:59 +00:00
sk b309fc09f6 tweak item header and notification deletion 2022-12-21 22:37:30 +01:00
LucasGGamerM 0560b54559 Bump version number 2022-12-21 17:19:55 -03:00
LucasGGamerM c78db7e835 Fixing the visibility of the translate button... again. This time I scrolled a lot, so i know its not broken 2022-12-21 17:19:28 -03:00
sk22 a60f65857b
Translated using Weblate (Spanish)
Currently translated at 98.7% (81 of 82 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-21 19:21:44 +00:00
gallegonovato fe584b58b0
Translated using Weblate (Spanish)
Currently translated at 98.7% (81 of 82 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-21 19:21:44 +00:00
sk22 91ad2bf66b
Translated using Weblate (German)
Currently translated at 100.0% (82 of 82 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-21 19:21:44 +00:00
sk22 01988a9435
Translated using Weblate (English)
Currently translated at 100.0% (82 of 82 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/en/
2022-12-21 19:21:44 +00:00
sk 51bc8e1b2c use instance domain if title blank 2022-12-21 19:57:31 +01:00
sk b28c684bd3 fix missing text in notification 2022-12-21 19:54:15 +01:00
sk 42b2cde1e2 use UiUtils.getThemeColor 2022-12-21 19:48:44 +01:00
sk 199a7b816c Merge remote-tracking branch 'weblate/main' 2022-12-21 18:20:08 +01:00
sk22 2b8fc6764e
Translated using Weblate (German)
Currently translated at 100.0% (80 of 80 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-21 17:18:57 +00:00
sk22 37f93cda4d
Translated using Weblate (English)
Currently translated at 100.0% (80 of 80 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/en/
2022-12-21 17:18:57 +00:00
Florian Obernberger 14d45eb759 Custom icons for different types of notifications (#178)
* Add filled variant of the person_add icon
* Add mention icon
* Add custom icons for different notification types

Co-authored-by: sk22 <sk22@mailbox.org>
2022-12-21 18:13:08 +01:00
sk 0dfa9d2c2c Merge branch 'use-fluent-mention-icon' 2022-12-21 18:09:41 +01:00
sk 6fce18ffe8 replace custom symbol with fluent mention symbol 2022-12-21 17:59:38 +01:00
sk 956c56c494 add translation availability info text 2022-12-21 17:54:28 +01:00
Choukajohn 5f48802357
Translated using Weblate (French)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-21 16:18:19 +00:00
gallegonovato a27488c8da
Translated using Weblate (Spanish)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-21 16:18:19 +00:00
sk b6dbd7512c no ellipsis for settings items 2022-12-21 16:37:40 +01:00
sk e41386082c add toggle for hiding translate button 2022-12-21 16:35:47 +01:00
sk ae385c139b animate translate button opacity 2022-12-21 16:23:09 +01:00
LucasGGamerM dd2f213a4f lower opacity of button while translating 2022-12-21 16:18:28 +01:00
sk 35f92a6e91 fix icons not showing in RTL layout 2022-12-21 16:12:03 +01:00
sk ab5648a5d6 make toot button customizable 2022-12-21 16:07:47 +01:00
sk 8a9b59c66a generalize color picker settings item 2022-12-21 14:49:38 +01:00
sk a6e0c877b5 use heart for donation link 2022-12-21 14:36:23 +01:00
sk b0f9ce081f implement deleting notifications 2022-12-21 14:25:19 +01:00
LucasGGamerM c837a2d4b6 Bumping version number 2022-12-21 09:28:19 -03:00
LucasGGamerM 70b91b7a9a Fixing npe on timeline 2022-12-21 09:27:16 -03:00
sk e17b6e83a4 new light grays 2022-12-21 11:40:07 +01:00
sk 96f4322f74 reuse old brownish gray and move colors 2022-12-21 10:45:40 +01:00
sk 780f59d666 new grays 2022-12-21 10:19:59 +01:00
sk 5ab004b87e fix wrong default visibility in popup
closes sk22#174
2022-12-21 09:41:03 +01:00
sk 1b001bdd4f Merge branch 'fix-wrong-visibility-on-edit' 2022-12-21 09:29:57 +01:00
sk 68e9d9d91c only load default visibility if not editing
fix mastodon#306
2022-12-21 09:24:09 +01:00
sk a14783a275 fix action bar buttons color
closes sk22#175
2022-12-21 09:14:36 +01:00
LucasGGamerM 27079a7ec5 Version 69 is special, lmao 2022-12-20 19:56:49 -03:00
LucasGGamerM 9563df0574 Making it appear in every post that isnt on the default language and that allows translation. Merge this as well @sk22, as its a rather useful thing 2022-12-20 19:22:42 -03:00
LucasGGamerM 638209cc13 Renaming string to fix the translate_post error message 2022-12-20 18:51:59 -03:00
LucasGGamerM 0bbf937531 Please merge this @sk22, its a transparency filter for when the translation is loading 2022-12-20 17:42:47 -03:00
LucasGGamerM 87c5b23196 Re-re-cleaning unused things. 2022-12-20 17:13:17 -03:00
LucasGGamerM c83910c885 Cleaning up the old implementation 2022-12-20 17:09:34 -03:00
LucasGGamerM 586622e90d Its barely working. Huge thanks to @sk22 btw 2022-12-20 16:52:48 -03:00
sk e5e2430e03 check if server supports translation earlier
closes #172
2022-12-20 16:28:22 -03:00
sk 04bfdba50e Adding translate button from megalodon 2022-12-20 16:28:19 -03:00
sk 7abf15e9e0 use primary color for update notification
closes #169
2022-12-20 16:16:52 -03:00
Grishka 6b680831b8 Fix #472 2022-12-20 16:12:54 -03:00
sk 6cbf100828 fire counter updated event for content status
see mastodon#467
closes sk22#173
2022-12-20 14:12:46 -03:00
sk 3e7bbebe7f fix counter updates for preloaded data
re: mastodon#467
see fb5289372d
2022-12-20 14:12:46 -03:00
sk 56d344045a add drag to open to visibility button 2022-12-20 14:12:45 -03:00
LucasGGamerM 7ab634cc08 Renaming megalodon to moshidon 2022-12-20 14:12:01 -03:00
sk 9f0db3ebb5 update strings 2022-12-20 13:58:41 -03:00
sk22 6415eb8590 Translated using Weblate (German)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-20 13:58:30 -03:00
jonta 5164b5ba78 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-20 13:57:37 -03:00
gallegonovato f3c28bc66a Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-20 13:57:36 -03:00
Radiquum dfb3b230e6 Translated using Weblate (Russian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-20 13:57:21 -03:00
Linerly 484a5c878f Translated using Weblate (Indonesian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-20 13:57:20 -03:00
Choukajohn 3f27cfb13b Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-20 13:57:15 -03:00
AiOO 38e2ba6ccd Translated using Weblate (Korean)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-20 13:57:03 -03:00
sk 3dad38e614 update strings 2022-12-20 13:57:02 -03:00
sk 0865c9d1bd update german 2022-12-20 13:57:02 -03:00
LucasGGamerM 20a8783d84 Making the icons good again in the profile page 2022-12-20 13:45:10 -03:00
sk 3ce58d2edf move button text/background to styles 2022-12-20 16:06:28 +01:00
sk 523efac4fb make separator color brighter
closes #159
2022-12-20 15:51:00 +01:00
sk d352aca9cc add toolbar background color 2022-12-20 15:44:37 +01:00
sk ae6afab01b Merge branch 'feature/animate-buttons' 2022-12-20 15:19:02 +01:00
sk efea405b83 fire counter updated event for content status
see mastodon#467
closes sk22#173
2022-12-20 15:17:43 +01:00
sk ad9262cf0f fix counter updates for preloaded data
re: mastodon#467
see fb5289372d
2022-12-20 14:58:27 +01:00
sk 636c268e46 add drag to open to visibility button 2022-12-20 12:58:18 +01:00
sk b486542e7b update strings 2022-12-20 12:43:56 +01:00
sk22 f53ce6cbf0
Translated using Weblate (German)
Currently translated at 100.0% (70 of 70 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-20 11:34:43 +00:00
jonta dadb929afd
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-20 11:34:43 +00:00
gallegonovato c0f397cdd5
Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-20 11:34:43 +00:00
Radiquum cad9fc8977
Translated using Weblate (Russian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-20 11:34:43 +00:00
Linerly 2f191c1f71
Translated using Weblate (Indonesian)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-20 11:34:43 +00:00
Choukajohn dc0debce1a
Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-20 11:34:43 +00:00
AiOO d96b6f0100
Translated using Weblate (Korean)
Currently translated at 100.0% (62 of 62 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-20 11:34:42 +00:00
sk 16f1901976 update strings 2022-12-20 12:34:32 +01:00
sk 61d9e4d531 update german 2022-12-20 12:25:59 +01:00
sk aec4479e19 rename color theme to color palette 2022-12-20 12:23:59 +01:00
sk ec7235c03a add settings links
closes #163
2022-12-20 12:12:45 +01:00
sk f3db153ea9 check if server supports translation earlier
closes #172
2022-12-20 11:19:50 +01:00
sk e1c258478f fix italian 2022-12-20 10:38:54 +01:00
sk 1f2e691eb1 Merge remote-tracking branch 'upstream/master' 2022-12-20 10:27:54 +01:00
sk 8d17ac6f28 simplify themes 2022-12-20 10:26:03 +01:00
Grishka d9df150cf8 Fix #472 2022-12-20 12:14:56 +03:00
sk 862ffd8172 Merge remote-tracking branch 'upstream/master' 2022-12-19 19:05:36 +01:00
Grishka 6f2e5a63d7 This is officially the first Xiaomi workaround in this app 🎉
#469
2022-12-19 20:27:56 +03:00
sk 5bf78c5cd2 use primary color for update notification
closes #169
2022-12-19 18:27:03 +01:00
LucasGGamerM 277361a562 merge moshidon's red theme
closes sk22#160
2022-12-19 17:58:16 +01:00
sk 7202aae712 Merge branch 'feature/animate-buttons' 2022-12-19 16:34:25 +01:00
sk 6d2c6748f7 set pivot point once 2022-12-19 16:34:16 +01:00
sk 6c98c9ccf2 fix broken long click 2022-12-19 16:33:30 +01:00
sk afc25ec8b3 Merge branch 'feature/animate-buttons' 2022-12-19 16:06:24 +01:00
sk 6c9553ba65 tweak animations 2022-12-19 16:05:30 +01:00
sk 0fd5ea4689 fix counter updates for preloaded data
re: mastodon#467
see fb5289372d
2022-12-19 16:00:46 +01:00
sk 8441208058 fix bug in bookmark button
closes #167
2022-12-19 15:59:15 +01:00
sk aa34298771 Merge branch 'feature/animate-buttons' 2022-12-19 15:43:18 +01:00
sk ccacd88f80 tweak animations 2022-12-19 15:42:32 +01:00
sk 1f20b21fc8 add option to disable swiping
closes sk22#165
2022-12-19 15:31:38 +01:00
sk ae7152aca7 Merge branch 'feature/long-press-copy-url' 2022-12-19 15:15:03 +01:00
sk ba36347f03 copy post URL on long click 2022-12-19 15:14:54 +01:00
sk c0c5e83f31 move copy text to UiUtils 2022-12-19 15:12:37 +01:00
sk 9c05ff2f7c restore toast message for android 13+ 2022-12-19 15:08:13 +01:00
sk 0ada05bf3a add vibration when copying username 2022-12-19 15:06:17 +01:00
LucasGGamerM 0b96fb05fc Bumping version number 2022-12-18 20:57:47 -03:00
LucasGGamerM 8767d62de7 Fixing a fucking NPE 2022-12-18 20:54:42 -03:00
LucasGGamerM 74fb04e2d4 Disabling the Translate button on statuses that are from the same default language, or that are private or direct messages. 2022-12-18 20:04:32 -03:00
LucasGGamerM 2537460e16 Tis broken 2022-12-18 19:43:48 -03:00
LucasGGamerM be3dfde3be Changing out (again) the link back to moshidons github 2022-12-18 17:58:21 -03:00
LucasGGamerM 42025035ad Caching the status translation for easier use 2022-12-18 17:57:09 -03:00
LucasGGamerM 6a667fdf32 Bump version number 2022-12-18 14:11:18 -03:00
LucasGGamerM bfafac3d4f Fixing the translate icon tint, changing translate icon to fluent icon. Making it better overall 2022-12-18 14:09:21 -03:00
LucasGGamerM 0cafbe9f91 Logic side done for the red theme. 2022-12-18 12:54:17 -03:00
LucasGGamerM 2fbf172729 Styles and colors.xml side done. Putting a string in there as well :D 2022-12-18 12:41:40 -03:00
sk bb9755f4af Making the boost icon better 2022-12-18 11:12:55 -03:00
LucasGGamerM 2a01377a8a Why tf did this revert to the old thing? 2022-12-18 11:04:47 -03:00
LucasGGamerM 61cc6d5d07 Checking out of the account list fragment thing 2022-12-18 11:04:32 -03:00
LucasGGamerM 1d74a37f60 Dunno why, just want to commit this 2022-12-18 11:04:05 -03:00
sk 6a103ca3f3 fix text view cutting off text
closes #157
2022-12-18 10:52:01 -03:00
LucasGGamerM c22772121b Ranaming stuffs back to moshidon 2022-12-17 21:23:52 -03:00
kaea de7bc69d2a Translated using Weblate (Polish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-17 21:21:55 -03:00
itslameni 824a62024b A whole lot of stuffs, including merging stuffs from weblate 2022-12-17 21:21:54 -03:00
tippete 3a3cfda919 Translated using Weblate (Italian)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2022-12-17 21:21:05 -03:00
nitrogenez 197d5c6bc3 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-17 21:21:00 -03:00
jonta d143cc75db Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.2% (55 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-17 21:21:00 -03:00
kaea 1635a06c54 Translated using Weblate (Polish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-17 21:21:00 -03:00
Choukajohn 76de0d8c70 Translated using Weblate (French)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-17 21:21:00 -03:00
AiOO 402a995b8f Translated using Weblate (Korean)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-17 21:21:00 -03:00
sk f580ba7779 Refactoring names to custom. Thank you @sk22 for this amazing piece of commit 2022-12-17 21:19:40 -03:00
sk bc3869b920 fix follow request list issues
closes #153
2022-12-17 21:09:56 -03:00
LucasGGamerM 020f4a5a1a Hiding material you in older android versions fix 2022-12-17 21:00:02 -03:00
sk b054caa967 Hiding material you in older android versions 2022-12-17 20:52:11 -03:00
sk c77b5dfac2 bump version 2022-12-17 23:28:56 +01:00
sk 673ea40238 hide material you theme for older versions 2022-12-17 23:22:51 +01:00
sk f7ced7f253 Merge branch 'feature/animate-buttons' 2022-12-17 23:19:42 +01:00
sk 6152ec9d0d tweak scaling while animating buttons 2022-12-17 23:19:36 +01:00
sk 7ed8bb259d Merge branch 'feature/animate-buttons' 2022-12-17 23:12:16 +01:00
sk 06882d5bea change button animations 2022-12-17 23:07:36 +01:00
sk f460456502 add missing night variant for red 2022-12-17 22:30:15 +01:00
sk 452ee8e1a5 update readme, bump version 2022-12-17 21:49:23 +01:00
sk 88c62427aa Merge remote-tracking branch 'weblate/main' 2022-12-17 21:46:52 +01:00
tippete 1362a03877
Translated using Weblate (Italian)
Currently translated at 100.0% (60 of 60 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2022-12-17 20:46:15 +00:00
Choukajohn 34ae099b89
Translated using Weblate (French)
Currently translated at 100.0% (60 of 60 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-17 20:46:14 +00:00
gallegonovato 679bd4588f
Translated using Weblate (Spanish)
Currently translated at 100.0% (60 of 60 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-17 20:46:14 +00:00
sk 7d4c69bc82 tweak gray colors 2022-12-17 21:36:19 +01:00
sk 1749fcacb1 fix text view cutting off text
closes #157
2022-12-17 21:16:35 +01:00
sk 683f87cc19 Merge branch 'feature/lists' 2022-12-17 21:13:23 +01:00
sk 2ef19be3c7 add missing lists with handling
fix #158
2022-12-17 21:11:48 +01:00
sk fb5289372d fix updating wrong status when interacting with reblog
see mastodon#467
2022-12-17 21:01:10 +01:00
sk f8d9d00dac Merge branch 'feature/animate-buttons' 2022-12-17 19:56:24 +01:00
sk a7c707f62e animate footer icons
closes sk22#154
2022-12-17 19:48:20 +01:00
sk 336ebb71cf Merge branch 'feature/follow-requests' 2022-12-17 16:35:53 +01:00
sk a5f98f5c50 fix follow request list issues
closes #153
2022-12-17 16:35:41 +01:00
sk 9d5d4b7957 make red theme less orange 2022-12-17 15:47:04 +01:00
LucasGGamerM 3626da7362 custom, darker grays for everyone 2022-12-17 15:41:42 +01:00
sk 400e340859 Merge branch 'fix-toolbar-styles-api-24' 2022-12-17 14:58:09 +01:00
sk 31cad1efbe move api 24 styles into extra styles.xml 2022-12-17 14:56:26 +01:00
LucasGGamerM 82b7633650 Renaming stuff 2022-12-16 19:13:11 -03:00
LucasGGamerM 33497864f2 Bumping version number 2022-12-16 12:47:17 -03:00
LucasGGamerM 4c9d1544fa Refactoring the purple/pink theme. Merge this @sk22, as its exactly what you asked earlier 2022-12-16 12:43:43 -03:00
LucasGGamerM bce2367cfc Making material you default for devices that support it. For devices that dont, still setting purple as the main theme. 2022-12-16 12:07:29 -03:00
sk 390ecc48fb Refactoring a string for easier translation 2022-12-16 11:44:18 -03:00
LucasGGamerM 9ed99edd6e Its unbroken now! ITS WORKING! 2022-12-16 11:28:48 -03:00
LucasGGamerM 4362490539 Fixing the instance thing again 2022-12-16 11:17:43 -03:00
LucasGGamerM f5d225fc3e Still broken 2022-12-16 11:16:10 -03:00
LucasGGamerM 063e9287fd A little better. Some refactoring done. 2022-12-16 11:09:42 -03:00
LucasGGamerM ba376908cd Get instance things. Still figuring out the merge 2022-12-16 11:03:24 -03:00
sk caddf0021c A bunch of stuff. I dont know wtf I am doing 2022-12-16 10:54:50 -03:00
sk e5da24a44d add red theme 2022-12-16 14:41:53 +01:00
Grishka 90645f4d90 Adding stuff from upstream 2022-12-16 10:30:42 -03:00
LucasGGamerM 1316fcae22 Fixing compile problems. Adding another one 2022-12-16 10:23:45 -03:00
sk d63e5af8d0 use custom instead of app name 2022-12-16 14:21:54 +01:00
LucasGGamerM 27dee7297b Changing things back to default 2022-12-16 10:13:26 -03:00
sk 13ecba40ae use default posting language from server 2022-12-16 10:08:19 -03:00
sk abdce64b99 for pink shall remain the default
also, save color name as a string
2022-12-16 14:00:43 +01:00
kaea d5696684fa
Translated using Weblate (Polish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-16 12:39:36 +00:00
itslameni 52c5057e85
Translated using Weblate (Russian)
Currently translated at 89.8% (53 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-16 12:39:36 +00:00
tippete 21167f64c9
Translated using Weblate (Italian)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2022-12-16 12:39:36 +00:00
nitrogenez 238d930c48
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-16 12:39:36 +00:00
jonta 87ade4a020
Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.2% (55 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-16 12:39:36 +00:00
kaea db9bb58b3c
Translated using Weblate (Polish)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-16 12:39:36 +00:00
Choukajohn 99cbc8f071
Translated using Weblate (French)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-16 12:39:36 +00:00
AiOO d2a4ae8f59
Translated using Weblate (Korean)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-16 12:39:36 +00:00
sk 9a47530ab8 Merge remote-tracking branch 'upstream/master' 2022-12-16 02:52:55 +01:00
sk ed1d9165e1 use default posting language from server 2022-12-16 02:14:06 +01:00
sk ef421dd5dd set material3 theme as default 2022-12-16 02:02:48 +01:00
sk acbf27f025 add button styles for each theme 2022-12-16 01:33:28 +01:00
sk f54e2375be material you and true black improvements 2022-12-16 01:20:39 +01:00
sk 1a66db065f fix wrong button colors 2022-12-16 01:16:45 +01:00
sk c51b2bb2e7 add m3 colors to colors.xml for compatibility 2022-12-16 00:24:04 +01:00
sk 4de3da09b3 introduce dedicated button colors 2022-12-16 00:13:01 +01:00
LucasGGamerM e15dd0d8b3 Merge remote-tracking branch 'origin/master' 2022-12-15 15:31:16 -03:00
LucasGGamerM e6758d8c01 Merge branch 'fork' 2022-12-15 15:25:01 -03:00
LucasGGamerM 4621787e34 Imma just wait until @sk22 works on this again 2022-12-15 15:24:47 -03:00
LucasGGamerM 10ad35a285 Deleting the entries for the default language, as I will instead get them from the server 2022-12-15 15:05:22 -03:00
LucasGGamerM d10145a6ba Removing this function call because its useless as i will get the default language from the server, and not from this. 2022-12-15 15:03:33 -03:00
LucasGGamerM c9792ced32 Merge remote-tracking branch 'origin/fork' into fork 2022-12-15 15:01:21 -03:00
LucasGGamerM a3fb09a33c Tis broken. Just need to fix MastodonLanguage.java getDefaultLanguge. I am still trying to figure out where it is stored 2022-12-15 14:56:11 -03:00
Grishka e0febda372 Minor fixes 2022-12-15 20:16:32 +03:00
sk 516f97e679 improve material you colors 2022-12-15 18:03:06 +01:00
Grishka 069d141451 Fix crash in ComposeFragment::onSaveInstanceState in release builds
fixes #452, fixes #453, fixes #457
2022-12-15 20:02:26 +03:00
Grishka 166401ea18 Signup flow redesign 2022-12-15 19:41:38 +03:00
sk 55e5c03b5f add missing string 2022-12-15 17:03:24 +01:00
sk c950b6e6c1 simplify code 2022-12-15 17:03:17 +01:00
LucasGGamerM 2dc884b1bb Making material you setting work fine. Its ready for release 2022-12-15 16:44:16 +01:00
LucasGGamerM c49660950d Adding the color things 2022-12-15 16:37:31 +01:00
sk 9162908173 Merge branch 'more-distinct-filled-boost-icon' 2022-12-15 16:18:42 +01:00
sk 2789169dd7 slightly more padding for fill 2022-12-15 16:18:21 +01:00
LucasGGamerM 6d875fd890 It now properly sets a default on every change. Not the final implementation yet 2022-12-14 20:39:02 -03:00
LucasGGamerM 5d87fb7b67 MastodonLanguage util side done 2022-12-14 20:15:29 -03:00
LucasGGamerM 4cbb59850b Superduper buggy. But the preferences side is done, so make sure to merge this commit as well @sk22 2022-12-14 19:59:53 -03:00
LucasGGamerM a2022b25e5 Fixing compile problems. Merging the language picker from megalodon. 2022-12-14 19:23:06 -03:00
Florian Obernberger 0d168f93ed Add Android 13 monochrome icon 2022-12-14 23:03:41 +01:00
LucasGGamerM 94ac5b9bb7 Merge branch 'feature/language-selector' into fork
# Conflicts:
#	mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
#	mastodon/src/main/res/values/strings.xml
2022-12-14 19:03:15 -03:00
LucasGGamerM 024d358213 Bump version number 2022-12-13 15:56:38 -03:00
LucasGGamerM 5562c93855 Merge branch 'fork' 2022-12-13 15:49:06 -03:00
LucasGGamerM 98e897d6a8 Merge branch 'material3_dynamic_color_theme' 2022-12-13 15:36:41 -03:00
LucasGGamerM 4aac6aa4f4 Fixing the material you theme. 2022-12-13 15:34:34 -03:00
LucasGGamerM 2bb4616e40 Rebranding the strings.
Useful command: "find values* -type f -exec sed -i 's/Megalodon/Moshidon/g' {} \;"
2022-12-13 14:10:10 -03:00
LucasGGamerM 56e8476d2e Rebranding the welcome screen 2022-12-13 12:39:29 -03:00
LucasGGamerM 97d81eb1b2 Rebranding 2022-12-13 12:36:06 -03:00
sk ffa21b26af add custom login fragment 2022-12-13 12:24:39 -03:00
nitrogenez 7dfc7dd9ef Translated using Weblate (Ukrainian)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-13 12:19:46 -03:00
edxkl 0407e958f1 Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.4% (54 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-13 12:19:44 -03:00
lunarna e6a5fa1c3f Translated using Weblate (Polish)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-13 12:19:43 -03:00
Choukajohn 6f48a7c4a4 Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-13 12:19:43 -03:00
Adolfo Jayme Barrientos 80c56d71cb Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-13 12:19:43 -03:00
AiOO f77d9dcee2 Translated using Weblate (Korean)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-13 12:19:42 -03:00
sk22 f7195c7787 Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-13 12:19:41 -03:00
sk22 ca92cc6dc1 Translated using Weblate (English)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/en/
2022-12-13 12:19:07 -03:00
edxkl 236acab54f Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.8% (46 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-13 12:18:31 -03:00
kaea ba362f4457 Translated using Weblate (Polish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-13 12:18:31 -03:00
Adolfo Jayme Barrientos 8ed93baf8d Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-13 12:18:31 -03:00
plutonemhikari bf953e96fa Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-13 12:18:30 -03:00
AiOO 6b89a747e2 Translated using Weblate (Korean)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-13 12:18:29 -03:00
edxkl fe200996db Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.6% (44 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-13 12:18:25 -03:00
tippete 659333342f Translated using Weblate (Italian)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2022-12-13 12:18:25 -03:00
Christian Elbrianno 1ca5b6def2 Translated using Weblate (Indonesian)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-13 12:18:24 -03:00
Choukajohn 4e8e3ee440 Translated using Weblate (French)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-13 12:18:24 -03:00
Adolfo Jayme Barrientos 86dd724222 Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-13 12:18:24 -03:00
gallegonovato 8242995027 Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-13 12:18:24 -03:00
ca 49962a4734 Translated using Weblate (Catalan)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ca/
2022-12-13 12:18:24 -03:00
sk 509b16aee1 remove strings 2022-12-13 12:18:22 -03:00
LucasGGamerM f3f5e4a887 Revert "Revert "Fix #443 again""
This reverts commit f63bbeee79.
2022-12-13 12:02:30 -03:00
LucasGGamerM 7aabc1fa76 Revert "Revert "This is quite brokey""
This reverts commit 0231903868.
2022-12-13 12:02:28 -03:00
LucasGGamerM dcb5e36041 Revert "Revert "Fix #443""
This reverts commit e0c072ab9c.
2022-12-13 12:02:21 -03:00
LucasGGamerM e0c072ab9c Revert "Fix #443"
This reverts commit 65dbbb3d61.
2022-12-13 12:00:55 -03:00
LucasGGamerM 0231903868 Revert "This is quite brokey"
This reverts commit f352c20ed9.
2022-12-13 12:00:55 -03:00
LucasGGamerM f63bbeee79 Revert "Fix #443 again"
This reverts commit b34e34de51.
2022-12-13 12:00:55 -03:00
sk 0728b00381 Merge branch 'more-distinct-filled-boost-icon' 2022-12-13 15:45:30 +01:00
sk 34b82337b1 add distinct filled boost icon 2022-12-13 15:45:19 +01:00
sk ac3176c0d8 Merge branch 'external-share-include-subject' 2022-12-13 09:18:42 +01:00
sk 021fc9e5a0 add empty line after subject
closes #149
2022-12-13 09:18:18 +01:00
sk a48c11332c Merge branch 'feature/translate-button' 2022-12-13 09:15:34 +01:00
sk 93bccc02bf add missing language null check
fix #143
2022-12-13 09:15:15 +01:00
LucasGGamerM db9e427444 Bump version number 2022-12-12 21:45:48 -03:00
LucasGGamerM 4474a584df Fixed the lists tab order. This should partially fix #3 2022-12-12 21:11:15 -03:00
LucasGGamerM ab00ad68f1 Fixed the lists tab order. This should partially fix #3 2022-12-12 20:43:42 -03:00
LucasGGamerM d1e77efa1c Revert "Adding a tab on the tabbar and showing lists. Its still an early alpha though"
This reverts commit bfd87cf94e.
2022-12-12 20:40:11 -03:00
LucasGGamerM de00353864 Revert "Why doesnt this work"
This reverts commit be3c12dfb3.
2022-12-12 20:40:10 -03:00
LucasGGamerM feec459d47 Revert "Fixed the lists tab order. This should partially fix #3"
This reverts commit 1f51331f67.
2022-12-12 20:40:10 -03:00
LucasGGamerM ad68d7e4f2 Revert "The placeholders are now there."
This reverts commit 0ca9c536cd.
2022-12-12 20:40:10 -03:00
LucasGGamerM cf27c6bbf3 Revert "The placeholders are better. But the api thing isnt working"
This reverts commit a3267f6cd3.
2022-12-12 20:40:10 -03:00
LucasGGamerM 0115656d67 Revert "And it still doesnt work"
This reverts commit 002687d2b1.
2022-12-12 20:40:10 -03:00
sk c9f4df3d4e bump version, update changelog 2022-12-12 23:35:54 +01:00
sk22 9078667d51
Translated using Weblate (German)
Currently translated at 100.0% (59 of 59 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-12 22:29:04 +00:00
sk 7569e1aef6 add strings back 2022-12-12 23:26:52 +01:00
nitrogenez df0d578573
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2022-12-12 22:25:44 +00:00
edxkl 2fa3c69af1
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.4% (54 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-12 22:25:44 +00:00
lunarna 095bf92fed
Translated using Weblate (Polish)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-12 22:25:44 +00:00
Choukajohn debe017f12
Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-12 22:25:44 +00:00
Adolfo Jayme Barrientos f956e12167
Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-12 22:25:44 +00:00
AiOO 2c50c38d82
Translated using Weblate (Korean)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-12 22:25:44 +00:00
sk22 b4980101ad
Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-12 22:25:44 +00:00
sk22 8395fca60f
Translated using Weblate (English)
Currently translated at 100.0% (56 of 56 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/en/
2022-12-12 22:25:44 +00:00
edxkl 5dc4235724
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.8% (46 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-12 22:25:43 +00:00
kaea f77caeefae
Translated using Weblate (Polish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-12 22:25:43 +00:00
Adolfo Jayme Barrientos c1ef23bbe8
Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-12 22:25:43 +00:00
plutonemhikari e7e80bcf7d
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-12 22:25:43 +00:00
AiOO c27f5aaf30
Translated using Weblate (Korean)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2022-12-12 22:25:43 +00:00
edxkl 46422cd62d
Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.6% (44 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-12 22:25:43 +00:00
tippete f1ffa2629e
Translated using Weblate (Italian)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2022-12-12 22:25:43 +00:00
Christian Elbrianno 2074f3c33b
Translated using Weblate (Indonesian)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-12 22:25:43 +00:00
Choukajohn 7c51803674
Translated using Weblate (French)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-12 22:25:43 +00:00
Adolfo Jayme Barrientos 6d80c62f30
Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-12 22:25:43 +00:00
gallegonovato 64907a7e1c
Translated using Weblate (Spanish)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-12 22:25:43 +00:00
ca 17922ca1d5
Translated using Weblate (Catalan)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ca/
2022-12-12 22:25:43 +00:00
sk 01ac219854 remove strings 2022-12-12 23:25:31 +01:00
sk 9bbf8c4618 add custom login fragment 2022-12-12 23:18:01 +01:00
LucasGGamerM 002687d2b1 And it still doesnt work 2022-12-12 17:12:55 -03:00
LucasGGamerM a3267f6cd3 The placeholders are better. But the api thing isnt working 2022-12-12 16:10:27 -03:00
LucasGGamerM 0ca9c536cd The placeholders are now there. 2022-12-12 14:20:56 -03:00
LucasGGamerM 382a23c0b6 Tests 2022-12-12 14:03:44 -03:00
sk 978beaec77 use system default language for translation
fix #144
2022-12-12 09:09:45 +01:00
LucasGGamerM 1f51331f67 Fixed the lists tab order. This should partially fix #3 2022-12-11 20:12:27 -03:00
LucasGGamerM cce6ba0746 Undoing all the stuff that was broken 2022-12-11 15:55:28 -03:00
LucasGGamerM be3c12dfb3 Why doesnt this work 2022-12-11 14:06:22 -03:00
LucasGGamerM bfd87cf94e Adding a tab on the tabbar and showing lists. Its still an early alpha though 2022-12-11 11:58:28 -03:00
LucasGGamerM 857bb1e483 Forgot the edit entry 2022-12-10 20:17:31 -03:00
LucasGGamerM 75a131b675 Api side done 2022-12-10 20:06:45 -03:00
sk 0950e2eb7f Merge branch 'better-poll-voting' 2022-12-10 22:40:46 +01:00
sk 116328adb9 hide icons in own polls
closes #137
2022-12-10 22:40:35 +01:00
sk 32a2c66c34 Merge branch 'feature/language-selector' 2022-12-10 22:30:25 +01:00
sk 231ea46f9f change wording in string 2022-12-10 22:29:22 +01:00
sk 661f545e35 Merge branch 'feature/language-selector' 2022-12-10 22:24:05 +01:00
sk 600be455a3 save languages per account 2022-12-10 22:17:51 +01:00
sk a4df06726f don't add to recent languages if replying 2022-12-10 21:31:04 +01:00
LucasGGamerM 1eeab25b7d Bumping version number 2022-12-10 17:30:11 -03:00
sk 82cc0c3c09 add option to allow multiple poll choices 2022-12-10 17:15:41 -03:00
sk e102faff6c improve semantics for poll options 2022-12-10 17:10:56 -03:00
sk 34369bd7e9 fix poll option displaying wrong own vote
fixes #132
2022-12-10 17:10:56 -03:00
sk c71b620402 fix poll option displaying wrong own vote
fixes #132
2022-12-10 17:10:55 -03:00
sk22 bfbd21b826 Translated using Weblate (German)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-10 17:09:37 -03:00
Grishka b34e34de51 Fix #443 again 2022-12-10 17:08:40 -03:00
sk e45e2c31d1 use mastodon languages list
fix #139
2022-12-10 21:07:34 +01:00
LucasGGamerM ba38e21e07 Changing back the link on settings to Moshidon 2022-12-10 16:43:03 -03:00
sk d1e0cd3c20 Merge branch 'feature/display-reply-visibility' 2022-12-10 17:55:41 +01:00
sk db16dde073 fix wrong visibility in reply
fix #140
2022-12-10 17:55:29 +01:00
sk b3fe44bc08 update push settings on app start
fix #138, hopefully
2022-12-10 17:37:09 +01:00
LucasGGamerM 90bef7fddb Merge branch 'material3_dynamic_color_theme' 2022-12-10 13:18:06 -03:00
LucasGGamerM c1b382ef34 Fixing some minor inconsistencies 2022-12-10 13:17:28 -03:00
LucasGGamerM 028b88aa24 Bumping version code 2022-12-10 13:02:28 -03:00
LucasGGamerM 9d0ce33f5e Making material you setting work fine. Its ready for release 2022-12-10 12:59:24 -03:00
LucasGGamerM dbb23d952c Adding the color things 2022-12-10 11:58:29 -03:00
LucasGGamerM acdccaf80a Bumping version code 2022-12-10 10:01:57 -03:00
LucasGGamerM 769293ce1a Changing translate icon 2022-12-10 09:56:53 -03:00
LucasGGamerM 8d0fe18b70 Fixing the notification color, and app name 2022-12-10 09:33:36 -03:00
LucasGGamerM 6926432a6c Bumping version number 2022-12-09 20:10:06 -03:00
LucasGGamerM 83f12b0840 Fixing the sk references. Readding them for easier translation 2022-12-09 19:58:33 -03:00
LucasGGamerM 290b7db7e4 This is unbrokey. Merged changes from upstream. 2022-12-09 19:35:15 -03:00
LucasGGamerM f352c20ed9 This is quite brokey 2022-12-09 19:20:47 -03:00
LucasGGamerM 2ccbffa165 Merge branch 'main' into fork
# Conflicts:
#	README.md
#	mastodon/build.gradle
#	mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/HomeTimelineFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
#	mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
#	mastodon/src/main/res/color/button_text_primary_light_on_dark.xml
#	mastodon/src/main/res/drawable/logo.xml
#	mastodon/src/main/res/layout/item_settings_color_picker.xml
#	mastodon/src/main/res/menu/color_picker.xml
#	mastodon/src/main/res/values-night/styles.xml
#	mastodon/src/main/res/values-v27/colors.xml
#	mastodon/src/main/res/values/colors.xml
#	mastodon/src/main/res/values/strings.xml
#	mastodon/src/main/res/values/styles.xml
2022-12-09 19:08:35 -03:00
sk e5fab4a555 update changelog, bump version 2022-12-09 21:25:24 +01:00
sk abe28179ec use saved default status visibility 2022-12-09 21:23:20 +01:00
sk 60d4e4d396 use default posting language 2022-12-09 21:15:11 +01:00
sk 435e73d718 Merge branch 'feature/language-selector' 2022-12-09 20:56:09 +01:00
sk 17dc0850d5 apply language when replying 2022-12-09 20:53:56 +01:00
sk 9667a32e44 save recently used languages 2022-12-09 20:48:51 +01:00
sk 4e6ba84bb3 implement language selector 2022-12-09 19:34:43 +01:00
LucasGGamerM 3a24ff0d15 Bumping version code 2022-12-09 13:44:46 -03:00
LucasGGamerM c463a3fc39 The front end if finally ready! 2022-12-09 13:42:29 -03:00
LucasGGamerM fc845685cc Almost there 2022-12-09 12:25:17 -03:00
LucasGGamerM 0ef0aa1a44 The api side is finally working perfectly! 2022-12-09 10:30:24 -03:00
sk 8714b24388 bump version 2022-12-09 03:15:01 +01:00
sk ac5d11159f Merge branch 'feature/translate-button' 2022-12-09 03:05:59 +01:00
sk d1479f142b add progress spinner 2022-12-09 03:05:17 +01:00
sk ee6ec631e8 Merge branch 'feature/translate-button' 2022-12-09 02:46:55 +01:00
sk dee21222a7 implement translate feature 2022-12-09 02:37:38 +01:00
LucasGGamerM 337689aa45 The api side is actually working! 2022-12-08 21:17:11 -03:00
sk cd8123ca34 Merge remote-tracking branch 'upstream/master' 2022-12-08 21:41:38 +01:00
sk ceb08ea78d fix get started button color 2022-12-08 21:36:50 +01:00
Gregory K b79ba71228
Merge pull request #445 from sk22/better-inline-emoji-search
Improve inline emoji search
2022-12-08 23:22:24 +03:00
Grishka 2903874dbc Splash fragment redesign 2022-12-08 23:22:10 +03:00
sk cac5b554e2 Merge remote-tracking branch 'upstream/master' 2022-12-08 21:02:45 +01:00
sk bb01077c3b Merge branch 'feature/mark-media-as-sensitive' 2022-12-08 21:00:43 +01:00
sk b370fcda6d add bottom margin to sensitive toggle 2022-12-08 21:00:30 +01:00
sk d364ebbb2f Merge branch 'better-poll-voting' 2022-12-08 20:56:19 +01:00
sk 5b28468efd add option to allow multiple poll choices 2022-12-08 20:53:34 +01:00
sk 6fd58c9682 improve semantics for poll options 2022-12-08 19:56:04 +01:00
LucasGGamerM f7e3423f9c Bumping version number 2022-12-08 15:16:22 -03:00
LucasGGamerM b465c09cc8 Fixing the "Megalodon" name on logging into a new account 2022-12-08 15:01:46 -03:00
sk b580743619 fix poll option displaying wrong own vote
fixes #132
2022-12-08 16:03:46 +01:00
sk 4a9cb9f2dc fix poll option displaying wrong own vote
fixes #132
2022-12-08 15:53:35 +01:00
Grishka 202a5f9581 Fix #443 again 2022-12-08 01:48:23 +03:00
sk22 2db39f8c66
Translated using Weblate (German)
Currently translated at 100.0% (47 of 47 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2022-12-07 18:11:13 +00:00
sk 06f2f67f0c Merge branch 'main' of github.com:sk22/megalodon 2022-12-07 19:02:04 +01:00
sk 05c33be3f4 update readme, bump version 2022-12-07 19:01:58 +01:00
LucasGGamerM 18af6f5a12 Bumping version code 2022-12-07 14:24:52 -03:00
LucasGGamerM e274b7e6d5
Implement a color picker (#124)
* Proper implementation on the color picker.
* Disabling the icons for the color picker menu
* Adding a green theme
* Making the green theme more readable
* More polishes over the green theme
* Adding blue theme and refactoring styles.xml
* Make badged settings icon follow accent colors
* Adding an icon to the color picker setting
* Fix readability issue on the light blue theme
* Adding orange theme, tweaking the blue and green theme
* Adding yellow theme
* Making it so that the fab follows the theme
* Fixing the TrueBlack themes for everything
* Make it so that the publish button also follows the theme
* Editing some drawable files to make them also follow the theme
* Making it so that the boost icon is also following the theme when clicked
* Make follow requests icon badge follow the color scheme and also make it that the profile top bar menu also follows the theme. This should be it

Co-authored-by: sk <sk22@mailbox.org>
2022-12-07 18:13:13 +01:00
LucasGGamerM 41e19185e8 Edited the color of the new instance search box 2022-12-07 14:06:28 -03:00
LucasGGamerM e15dd6024f Bumped version number 2022-12-07 13:28:07 -03:00
sk 0806d0c5ea Merge branch 'external-share-include-subject' 2022-12-07 16:55:20 +01:00
sk 5c67dd0188 include subject line on external share
closes #123
2022-12-07 16:55:10 +01:00
LucasGGamerM e52dffeece Fix notification logo and lets start splash screen button color 2022-12-07 12:46:26 -03:00
sk b4358f51cb Merge branch 'better-inline-emoji-search' 2022-12-07 16:35:58 +01:00
sk 622c6d503d improve inline emoji search
closes #131
closes mastodon#219
2022-12-07 16:34:52 +01:00
sk b190480d77 add push post notifications
closes #93
2022-12-07 14:50:24 +01:00
sk 9a085beea8 fix #130 2022-12-07 14:24:13 +01:00
sk 1a42a77e24 fix #122 2022-12-07 14:12:11 +01:00
sk e35794ef7d add new languages 2022-12-07 14:01:20 +01:00
sk 1f9611fc3e Merge remote-tracking branch 'upstream/master' 2022-12-07 13:55:36 +01:00
LucasGGamerM 563afd487c add new megalodon logo text
closes #129
2022-12-07 13:50:07 +01:00
LucasGGamerM 5b85bb427d bumping version code 2022-12-07 09:50:03 -03:00
LucasGGamerM 4d62388617 Fixing the notification icon once again... 2022-12-07 09:36:50 -03:00
LucasGGamerM 04b8055474 Fixing the notification icon once more 2022-12-07 09:22:18 -03:00
LucasGGamerM 3c34b6a7d2 Upping the version code once more, and fixing the self updater 2022-12-06 22:06:49 -03:00
LucasGGamerM de4964c2cd Upping the version code and changing notification icon. This should be the first release 2022-12-06 21:58:35 -03:00
LucasGGamerM fbcaa05c03 Changing the name of the archivesBaseName 2022-12-06 21:49:46 -03:00
LucasGGamerM 883f28696e Editing a while lot of files. New icon, new notification icon, a bunch of new stuff! 2022-12-06 21:21:43 -03:00
LucasGGamerM a90f26a37a Setting update client 2022-12-06 19:20:47 -03:00
LucasGGamerM 8c1f76d7fa Initial Moshidon "release" 2022-12-06 19:17:07 -03:00
Grishka e10faeefc4 Update languages 2022-12-06 19:18:51 +03:00
LucasGGamerM f384d44f8f Changing my app id 2022-12-06 13:03:26 -03:00
Grishka 65dbbb3d61 Fix #443 2022-12-06 18:44:17 +03:00
LucasGGamerM 4ab6ed55f5 Changing my version number and string 2022-12-06 12:41:03 -03:00
Grishka fa69868ca1 Merge branch 'l10n_master' 2022-12-06 18:33:35 +03:00
Eugen Rochko 9c18de7b90 New translations strings.xml (Icelandic) 2022-12-06 15:26:12 +01:00
Eugen Rochko 61bd19f6ff New translations strings.xml (Icelandic) 2022-12-06 14:24:50 +01:00
LucasGGamerM cf99bf5152 Merge branch 'proper_implementation_of_the_color_picker'
Just fixing stuff here and there
2022-12-05 17:47:03 -03:00
LucasGGamerM 10779717cf Make follow requests icon badge follow the color scheme and also make it that the profile top bar menu also follows the theme. This should be it 2022-12-05 17:20:40 -03:00
Eugen Rochko ba0689aef7 New translations strings.xml (German) 2022-12-05 21:20:13 +01:00
Eugen Rochko f15fcb43da New translations strings.xml (German) 2022-12-05 20:15:32 +01:00
LucasGGamerM db4c1bfe47 Merge branch 'proper_implementation_of_the_color_picker'
Just making it tidy and better :D
2022-12-05 14:11:20 -03:00
LucasGGamerM 27afba1cf2 Making it so that the boost icon is also following the theme when clicked 2022-12-05 14:10:34 -03:00
sk 66208f5694 make follow request button invisible until refreshed 2022-12-05 18:03:21 +01:00
sk 68863f28eb Merge branch 'better-poll-voting' 2022-12-05 17:57:46 +01:00
sk 7feaf093e2 Merge remote-tracking branch 'upstream/master' 2022-12-05 17:57:24 +01:00
sk 4ab9e25fec show own vote after voted
closes #113
2022-12-05 17:55:52 +01:00
sk e14dfda2fd show poll vote button for single choice polls 2022-12-05 17:48:28 +01:00
LucasGGamerM 4895425b40 Adding a proper logo to the top of the home timeline 2022-12-05 13:27:09 -03:00
sk c9aae828e2 no ellipsis for poll options 2022-12-05 17:11:55 +01:00
sk f346c0af26 Merge remote-tracking branch 'weblate/main' 2022-12-05 16:49:20 +01:00
Eugen Rochko f2557b7815 New translations strings.xml (Thai) 2022-12-05 15:50:40 +01:00
Eugen Rochko a2726f5b61 New translations strings.xml (Vietnamese) 2022-12-05 15:50:39 +01:00
LucasGGamerM 004c414fba Editing some drawable files to make them also follow the theme 2022-12-05 09:41:56 -03:00
LucasGGamerM c8e38b134c Fixing weird bug with the buttons for the second time 2022-12-05 09:03:48 -03:00
Eugen Rochko a30f5bdee8 New translations strings.xml (Russian) 2022-12-05 12:12:10 +01:00
LucasGGamerM de5a911286 Fixing weird bug with the buttons 2022-12-04 22:52:27 -03:00
Eugen Rochko 4cef005286 New translations strings.xml (German) 2022-12-04 21:26:22 +01:00
Eugen Rochko 58a05681fe New translations strings.xml (Turkish) 2022-12-04 20:14:06 +01:00
LucasGGamerM 606cd7442e Make it so that the publish button also follows the theme 2022-12-04 14:45:42 -03:00
LucasGGamerM 3ebc972268 Fixing the TrueBlack themes for everything 2022-12-04 14:00:10 -03:00
LucasGGamerM 4e39bb381c Making it so that the fab follows the theme 2022-12-04 13:14:38 -03:00
LucasGGamerM b6178681b0 Adding yellow theme 2022-12-04 11:42:41 -03:00
LucasGGamerM 29abf70cec Adding orange theme, tweaking the blue and green theme 2022-12-04 11:16:58 -03:00
LucasGGamerM 8d63be513d Fix readability issue on the light blue theme 2022-12-04 10:24:51 -03:00
Eugen Rochko a5bdf34289 New translations strings.xml (French) 2022-12-04 10:30:25 +01:00
Eugen Rochko 09fdd7f492 New translations strings.xml (Turkish) 2022-12-04 06:23:19 +01:00
LucasGGamerM e63b9d0dd6 Adding an icon to the color picker setting 2022-12-03 22:29:41 -03:00
Eugen Rochko 519d8b887d New translations strings.xml (Filipino) 2022-12-03 23:52:40 +01:00
Eugen Rochko a2f2263bf7 New translations strings.xml (Swedish) 2022-12-03 23:52:39 +01:00
Eugen Rochko 5b73b10b34 New translations strings.xml (Russian) 2022-12-03 23:52:38 +01:00
Eugen Rochko b7a4364a28 New translations strings.xml (Portuguese) 2022-12-03 23:52:37 +01:00
Eugen Rochko 3f075aff7b New translations strings.xml (Korean) 2022-12-03 23:52:37 +01:00
Eugen Rochko f4c33a5970 New translations strings.xml (Japanese) 2022-12-03 23:52:36 +01:00
Eugen Rochko 809af0ec18 New translations strings.xml (Italian) 2022-12-03 23:52:35 +01:00
Eugen Rochko 4ee640e072 New translations strings.xml (Armenian) 2022-12-03 23:52:34 +01:00
Eugen Rochko 1cbf310555 New translations strings.xml (Hebrew) 2022-12-03 23:52:33 +01:00
Eugen Rochko f1fdc8aa43 New translations strings.xml (Turkish) 2022-12-03 23:52:32 +01:00
Eugen Rochko d696daece3 New translations strings.xml (Czech) 2022-12-03 23:52:29 +01:00
Eugen Rochko 967bb09282 New translations strings.xml (Catalan) 2022-12-03 23:52:28 +01:00
Eugen Rochko 136d910b3b New translations strings.xml (Spanish) 2022-12-03 23:52:27 +01:00
Eugen Rochko 51eb48a455 New translations strings.xml (French) 2022-12-03 23:52:26 +01:00
Eugen Rochko 6ee8afcf96 New translations strings.xml (Arabic) 2022-12-03 23:52:25 +01:00
Eugen Rochko a59f2d4609 New translations strings.xml (German) 2022-12-03 23:52:24 +01:00
Eugen Rochko b75d871837 New translations strings.xml (Chinese Traditional) 2022-12-03 23:52:23 +01:00
Eugen Rochko c72f93b990 New translations strings.xml (Basque) 2022-12-03 23:52:22 +01:00
Eugen Rochko 586d337ead New translations strings.xml (Polish) 2022-12-03 23:52:21 +01:00
Eugen Rochko d84e10a22e New translations strings.xml (Ukrainian) 2022-12-03 23:52:20 +01:00
Eugen Rochko 351ec89207 New translations strings.xml (Vietnamese) 2022-12-03 23:52:19 +01:00
Eugen Rochko 7db7bf0220 New translations strings.xml (Hungarian) 2022-12-03 23:52:18 +01:00
Eugen Rochko a9764c4f46 New translations strings.xml (Icelandic) 2022-12-03 23:52:17 +01:00
Eugen Rochko a430b6a280 New translations strings.xml (Slovenian) 2022-12-03 23:52:16 +01:00
Eugen Rochko 6a01124d13 New translations strings.xml (Romanian) 2022-12-03 23:52:14 +01:00
Eugen Rochko 2843e445e2 New translations strings.xml (Chinese Simplified) 2022-12-03 23:52:12 +01:00
Eugen Rochko 5c947d14b2 New translations strings.xml (Scottish Gaelic) 2022-12-03 23:52:11 +01:00
Eugen Rochko 590adba3e3 New translations strings.xml (Indonesian) 2022-12-03 23:52:10 +01:00
Eugen Rochko efee249173 New translations strings.xml (Dutch) 2022-12-03 23:52:09 +01:00
Eugen Rochko 6d2ed27364 New translations strings.xml (Kabyle) 2022-12-03 23:52:08 +01:00
Eugen Rochko 55716d742f New translations strings.xml (Bosnian) 2022-12-03 23:52:06 +01:00
Eugen Rochko e4555da735 New translations strings.xml (Croatian) 2022-12-03 23:52:05 +01:00
Eugen Rochko 8b4b99bec7 New translations strings.xml (Thai) 2022-12-03 23:52:04 +01:00
Eugen Rochko 5de4b19969 New translations strings.xml (Galician) 2022-12-03 23:52:03 +01:00
Eugen Rochko a9460f401e New translations strings.xml (Portuguese, Brazilian) 2022-12-03 23:52:01 +01:00
Grishka 012cca550e New login screen 2022-12-04 01:34:03 +03:00
Eugen Rochko 0c743db412 New translations strings.xml (German) 2022-12-03 22:56:40 +01:00
Eugen Rochko b819ee7d6d New translations strings.xml (German) 2022-12-03 21:24:27 +01:00
LucasGGamerM b1fda17ac7 Make badged settings icon follow accent colors 2022-12-03 16:48:12 -03:00
Eugen Rochko e7e3a249b5 New translations strings.xml (German) 2022-12-03 20:28:32 +01:00
LucasGGamerM bad44b145c Adding blue theme and refactoring styles.xml 2022-12-03 16:25:28 -03:00
LucasGGamerM 77669cedf6 More polishes over the green theme 2022-12-03 13:44:40 -03:00
LucasGGamerM 19238c389f Making the green theme more readable 2022-12-03 12:29:51 -03:00
wileyfoxyx 2e7afdb49e
Translated using Weblate (Russian)
Currently translated at 39.4% (15 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2022-12-03 09:28:08 +00:00
edxkl cdc965e026
Translated using Weblate (Portuguese (Portugal))
Currently translated at 5.2% (2 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_PT/
2022-12-03 09:28:08 +00:00
Cloudstar dd4faa005e
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (38 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-03 09:28:08 +00:00
Eugen Rochko 726ec7159c New translations strings.xml (Kabyle) 2022-12-03 07:19:07 +01:00
Eugen Rochko e74256ef6f New translations strings.xml (Polish) 2022-12-02 22:37:01 +01:00
LucasGGamerM 1747ff98b5 Adding a green theme 2022-12-02 14:00:58 -03:00
Eugen Rochko a18718ca81 New translations strings.xml (Chinese Traditional) 2022-12-02 17:34:15 +01:00
Eugen Rochko 2d39c62ff0 New translations strings.xml (German) 2022-12-02 16:33:34 +01:00
LucasGGamerM 8fa5824e3e Disabling the icons for the color picker menu 2022-12-02 11:58:40 -03:00
Eugen Rochko 0da4f79413 New translations strings.xml (Hungarian) 2022-12-02 14:17:58 +01:00
Eugen Rochko 2bdef776a2 New translations strings.xml (Hungarian) 2022-12-02 13:08:55 +01:00
edxkl fb05ed48d0
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.7% (36 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2022-12-02 05:30:42 +00:00
mondstern 49203ae539
Translated using Weblate (Polish)
Currently translated at 100.0% (38 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-02 05:30:42 +00:00
bart d17660d516
Translated using Weblate (Dutch)
Currently translated at 100.0% (38 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/nl/
2022-12-02 05:30:41 +00:00
Choukajohn 513ce34671
Translated using Weblate (French)
Currently translated at 100.0% (38 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-02 05:30:41 +00:00
ca 44ce48009b
Translated using Weblate (Catalan)
Currently translated at 100.0% (38 of 38 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ca/
2022-12-02 05:30:41 +00:00
LucasGGamerM 6a674d7a7e Polishes 2022-12-01 19:55:53 -03:00
LucasGGamerM dad3b8cd6b Proper implementation on the color picker. 2022-12-01 19:42:21 -03:00
Eugen Rochko a57ad67308 New translations strings.xml (Italian) 2022-12-01 22:01:18 +01:00
Eugen Rochko e63d04cea9 New translations strings.xml (Basque) 2022-12-01 22:01:17 +01:00
Eugen Rochko cf48cb6f75 New translations strings.xml (Hungarian) 2022-12-01 19:43:19 +01:00
Eugen Rochko 542e53cf6a New translations strings.xml (Basque) 2022-12-01 19:43:18 +01:00
Eugen Rochko bab1d40038 New translations strings.xml (Filipino) 2022-12-01 18:41:53 +01:00
sk f0b9006c55 bump version 2022-12-01 16:17:51 +01:00
sk 4bc14ef797 remove long strings 2022-12-01 16:11:23 +01:00
Rebecca Södergren 088f53f5a9
Translated using Weblate (Swedish)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/sv/
2022-12-01 15:10:42 +00:00
kaea fee660bf6c
Translated using Weblate (Polish)
Currently translated at 97.4% (38 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-01 15:10:41 +00:00
Linerly e97ecb89a9
Translated using Weblate (Indonesian)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-01 15:10:41 +00:00
sk 1ab6a4532b remove long string 2022-12-01 16:10:15 +01:00
sk b43ddd0d8b Merge remote-tracking branch 'weblate/main' 2022-12-01 16:07:08 +01:00
sk d0c4c2d594 Merge branch 'feature/more-html-tags' 2022-12-01 16:06:40 +01:00
sk e0ae079ea0 make sub/sup text smaller 2022-12-01 16:06:29 +01:00
khant 2d0fe57a47
Translated using Weblate (Burmese)
Currently translated at 82.0% (32 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/my/
2022-12-01 11:03:20 +00:00
kaea ba2b87749b
Translated using Weblate (Polish)
Currently translated at 66.6% (26 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2022-12-01 11:03:20 +00:00
Linerly 0806af1261
Translated using Weblate (Indonesian)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-01 11:03:20 +00:00
crse 09e92f3a18
Translated using Weblate (Indonesian)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2022-12-01 11:03:19 +00:00
Choukajohn eb5d0bb795
Translated using Weblate (French)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2022-12-01 11:03:19 +00:00
hegondev a8afba4067
Translated using Weblate (Spanish)
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2022-12-01 11:03:19 +00:00
qqherb 7d66141c37
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (39 of 39 strings)

Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2022-12-01 11:03:19 +00:00
khant b6f3ea2eec
Added translation using Weblate (Burmese) 2022-12-01 06:01:03 +00:00
sk 2570445133 create empty strings_sk files for all languages 2022-12-01 00:23:25 +01:00
sk 6c5bb69ba9 move custom strings into separate files 2022-11-30 23:16:14 +01:00
Eugen Rochko 18f605e5c5 New translations strings.xml (Catalan) 2022-11-30 22:54:44 +01:00
sk 7599406449 Merge branch 'feature/more-html-tags' 2022-11-30 16:15:38 +01:00
sk 670e4c8538 support headings and reduce empty line height 2022-11-30 16:15:31 +01:00
sk 30458b115c Merge branch 'feature/more-html-tags' 2022-11-30 11:46:16 +01:00
sk da8933ec58 Merge branch 'fix/markdown-lists' into feature/more-html-tags 2022-11-30 11:45:48 +01:00
sk dc8ac51c83 fix inline rendering of block elements 2022-11-30 11:43:34 +01:00
sk c4747fdc72 add support for headings 2022-11-30 11:41:10 +01:00
sk 58ba748ade add blockquote support 2022-11-30 11:20:58 +01:00
sk c0d51ad58a Merge branch 'feature/more-html-tags' 2022-11-30 11:08:55 +01:00
sk a0da73f76f add support for html code tag 2022-11-30 11:05:00 +01:00
sk 34b8888c8f add support for html code tag 2022-11-30 11:04:19 +01:00
sk 74ad40f67c Merge branch 'fix/markdown-lists' into feature/more-html-tags 2022-11-30 10:55:26 +01:00
sk a7a29db8d5 improve list rendering implementation 2022-11-30 10:51:25 +01:00
sk 86a938d31d Merge branch 'feature/more-html-tags' 2022-11-30 00:38:08 +01:00
sk d8d0830631 add support for more html tags
closes #16
2022-11-30 00:36:42 +01:00
sk bba3b7476a Merge branch 'fix/markdown-lists' 2022-11-30 00:17:40 +01:00
sk 4880c642fe render markdown lists correctly
closes mastodon#152
2022-11-30 00:11:42 +01:00
Eugen Rochko cd8a80a6a1 New translations strings.xml (Slovenian) 2022-11-29 22:06:16 +01:00
Eugen Rochko 3ce8aa7894 New translations strings.xml (Hungarian) 2022-11-29 21:05:04 +01:00
sk 5f3645f716 bump version 2022-11-29 19:25:18 +01:00
sk 5af96597d5 add option to hide/show federated timeline 2022-11-29 19:24:02 +01:00
sk c2baf4e05f Revert "Revert "add release without federated timeline""
This reverts commit 851bf94c90.
2022-11-29 18:29:13 +01:00
Eugen Rochko b356794da9 New translations strings.xml (Icelandic) 2022-11-29 18:17:42 +01:00
LucasGGamerM 9179d2198d Fully fixed now, it should be ready to release. 2022-11-29 13:09:32 -03:00
Eugen Rochko afe8f6cf6a New translations strings.xml (Vietnamese) 2022-11-29 14:58:28 +01:00
Eugen Rochko ed0df82fe9 New translations strings.xml (Thai) 2022-11-29 14:03:11 +01:00
Eugen Rochko d3bc7a9790 New translations strings.xml (Japanese) 2022-11-29 05:13:57 +01:00
LucasGGamerM d096bef234 Fixing the fix of the bug I found. 2022-11-28 21:30:32 -03:00
LucasGGamerM f2c47a1b84 Fixing another bug I found. 2022-11-28 21:24:00 -03:00
sk 9e7923bc50 bump version 2022-11-29 00:25:18 +01:00
sk 851bf94c90 Revert "add release without federated timeline"
This reverts commit 5cce8ca72c.
2022-11-29 00:24:36 +01:00
sk ae80b7d098 minify play release 2022-11-28 20:59:13 +01:00
LucasGGamerM bc2ac4e915 Fixed a few bugs from the earlier commit. 2022-11-28 16:47:04 -03:00
LucasGGamerM ff215412c8 Adding mastodon original colors toggle. Partially fixing #90 2022-11-28 15:40:29 -03:00
sk 3101f1ad17 bump version 2022-11-28 18:30:49 +01:00
sk 4416dfcae3 Merge branch 'feature/clickable-reply-line-compose' into fork 2022-11-28 18:28:31 +01:00
sk 924b974b4b make reply line open post 2022-11-28 18:26:21 +01:00
sk 5d1dc97ac3 change contribute link 2022-11-28 17:54:02 +01:00
sk 5cce8ca72c add release without federated timeline 2022-11-28 17:50:26 +01:00
sk f2a0680af0 Merge branch 'fork' of github.com:sk22/megalodon into fork 2022-11-28 12:07:38 +01:00
sk 6203ded864 Merge branch 'main' into fork 2022-11-28 12:07:35 +01:00
sk22 17f1eb88e4
Merge pull request #110 from Surendrajat/rip-appcenter
Get rid of Microsoft appcenter related stuff
2022-11-28 10:11:18 +01:00
sk 9a52cc033a set custom redirect uri
closes #89
2022-11-28 10:00:57 +01:00
Eugen Rochko 633c0f870d New translations strings.xml (Galician) 2022-11-28 08:56:16 +01:00
Eugen Rochko f9fe7819f9 New translations strings.xml (Hungarian) 2022-11-28 00:06:00 +01:00
Eugen Rochko f3d13545e7 New translations strings.xml (Hungarian) 2022-11-27 23:06:27 +01:00
Eugen Rochko 340990fbd9 New translations strings.xml (Czech) 2022-11-27 20:34:14 +01:00
Eugen Rochko a7687f8e35 New translations strings.xml (Czech) 2022-11-27 19:31:30 +01:00
Eugen Rochko 52aa4a5289 New translations strings.xml (Czech) 2022-11-27 17:43:12 +01:00
Eugen Rochko 268accea14 New translations strings.xml (Filipino) 2022-11-27 16:43:39 +01:00
Eugen Rochko 101cde4d84 New translations strings.xml (French) 2022-11-27 16:43:37 +01:00
Eugen Rochko 8863446f6a New translations strings.xml (Czech) 2022-11-27 15:03:46 +01:00
Eugen Rochko 28a0824f6b New translations strings.xml (Czech) 2022-11-27 13:59:12 +01:00
Grishka 4b16262a1a Sync last seen notification ID with server 2022-11-27 13:39:50 +03:00
Eugen Rochko b1f9d0516d New translations strings.xml (Dutch) 2022-11-27 11:30:42 +01:00
Grishka 10e7cbf022 Merge branch 'add/verified-profile-fields' 2022-11-27 13:15:13 +03:00
Grishka 531b8ead04 Make verified fields more like on iOS 2022-11-27 13:14:31 +03:00
Grishka 4b2c94ab52 Implement bookmarks and add favorites list
Closes #22, at last
2022-11-27 12:43:07 +03:00
Eugen Rochko 5b21747d5d New translations strings.xml (Filipino) 2022-11-27 10:01:36 +01:00
Grishka a98becf2f4 Update splash logo to purple 2022-11-27 11:40:55 +03:00
Eugen Rochko 9fda48cff0 New translations strings.xml (Filipino) 2022-11-27 09:04:16 +01:00
Grishka 54f9eace67 Fix #422 2022-11-27 10:02:47 +03:00
Eugen Rochko 0e6f3df212 New translations strings.xml (Galician) 2022-11-27 07:48:06 +01:00
Eugen Rochko 09e2224596 New translations strings.xml (Filipino) 2022-11-26 22:17:51 +01:00
Eugen Rochko 9a12be88da New translations strings.xml (Hungarian) 2022-11-26 22:17:47 +01:00
Eugen Rochko 8f6bb74e61 New translations strings.xml (Thai) 2022-11-26 21:16:11 +01:00
Grishka e4c9eb089a Hide posts when muting, blocking or unfollowing an account 2022-11-26 23:09:46 +03:00
Grishka 0e635aec23 Allow copying the username in profile 2022-11-26 20:33:02 +03:00
Grishka dc90c09cea Shorten interaction counters 2022-11-26 20:24:27 +03:00
Grishka 06cb335a0a Add tooltips to some icon buttons
closes #423
2022-11-26 20:21:48 +03:00
Eugen Rochko e67bd2972a New translations strings.xml (Catalan) 2022-11-26 18:17:13 +01:00
Grishka 5a681d3557 Fix #403 2022-11-26 20:16:43 +03:00
Grishka 4200486aeb fix 2022-11-26 20:14:30 +03:00
Grishka 62411a563f Fix poll expiration
fixes #238, fixes #417
2022-11-26 20:13:46 +03:00
Grishka 2cabe94ba0 Fix #398 2022-11-26 20:02:30 +03:00
Grishka 4a6baae97a Make URLs clickable in instance rules
closes #389
2022-11-26 19:29:05 +03:00
Grishka bb12a66781 Fix #313 2022-11-26 18:40:17 +03:00
Eugen Rochko de5929d8d2 New translations strings.xml (Icelandic) 2022-11-26 16:28:32 +01:00
Eugen Rochko d7699ef079 New translations strings.xml (Galician) 2022-11-26 15:29:20 +01:00
Eugen Rochko 3ab04ebca8 New translations strings.xml (Icelandic) 2022-11-26 12:55:03 +01:00
surendrajat efa9f524f9 Get rid of Microsoft appcenter related stuff 2022-11-26 13:37:03 +05:30
sk bf8ac4bc69 set archive name 2022-11-25 23:37:12 +01:00
sk 7489c6ffbe bump version 2022-11-25 21:02:44 +01:00
sk 5eea0632b1 Merge branch 'compact-extended-footer' into fork 2022-11-25 21:00:27 +01:00
sk e2a3812f14 fix wrong unlisted icon
closes #86
2022-11-25 21:00:20 +01:00
sk bbf64414b3 add monochrome icons to adaptive icons 2022-11-25 20:50:43 +01:00
sk 4e14af595c fix integrated updater 2022-11-25 18:31:18 +01:00
Eugen Rochko 78d2aa96d7 New translations strings.xml (Belarusian) 2022-11-25 01:47:56 +01:00
sk 5415ab934f bump version 2022-11-24 20:45:18 +01:00
sk e0ced24c34 Merge remote-tracking branch 'upstream/l10n_master' into fork 2022-11-24 20:43:58 +01:00
sk 6e52ebc299 rebranding 2022-11-24 20:37:04 +01:00
sk fa754bc03a add app id suffix for debug builds 2022-11-24 20:36:26 +01:00
Eugen Rochko f4de7d18f3 New translations strings.xml (Icelandic) 2022-11-24 20:21:43 +01:00
Eugen Rochko 5dbac5fc6b New translations strings.xml (Icelandic) 2022-11-24 17:26:26 +01:00
Eugen Rochko 172d44997f New translations strings.xml (Portuguese, Brazilian) 2022-11-24 17:26:25 +01:00
Eugen Rochko 57b0b04c00 New translations strings.xml (Catalan) 2022-11-24 15:40:25 +01:00
Eugen Rochko ca9ce43b07 New translations strings.xml (Indonesian) 2022-11-24 12:25:39 +01:00
sk 781332a7a9 Merge remote-tracking branch 'upstream/master' into fork 2022-11-23 22:01:37 +01:00
Eugen Rochko 9e7676b62a New translations strings.xml (German) 2022-11-23 14:46:24 +01:00
Eugen Rochko 56492c07f5 New translations strings.xml (German) 2022-11-22 11:49:19 +01:00
Eugen Rochko 4e2cf247e9 New translations strings.xml (Icelandic) 2022-11-22 10:52:14 +01:00
Eugen Rochko 3692c2b205 New translations strings.xml (Belarusian) 2022-11-22 10:52:09 +01:00
Eugen Rochko 7856858aea New translations strings.xml (Sinhala) 2022-11-22 08:37:11 +01:00
Eugen Rochko d0328957f5 New translations strings.xml (Sinhala) 2022-11-22 07:24:00 +01:00
sk 8e840c2584 only download artifact "mastodos.apk" 2022-11-22 00:22:36 +01:00
sk adf628de44 bump version 2022-11-21 23:14:58 +01:00
sk e42988b51e Merge remote-tracking branch 'upstream/master' into fork 2022-11-21 21:58:55 +01:00
sk b7b5785a97 Merge branch 'ui/profile-header-tweaks' into fork 2022-11-21 21:18:44 +01:00
sk 95d6e51ae0 Merge branch 'feature/copy-username' into fork 2022-11-21 20:58:25 +01:00
sk fc43d919e5 tweak profile layout 2022-11-21 20:57:30 +01:00
sk a8d19529cd Merge branch 'fix/lock-shifts-layout' into ui/profile-header-tweaks 2022-11-21 20:36:35 +01:00
sk c2c44ab25e Merge branch 'fix/lock-shifts-layout' into feature/copy-username 2022-11-21 20:28:22 +01:00
sk 96a56873c3 add long-click to copy username 2022-11-21 20:14:45 +01:00
sk 0100967597 Merge branch 'fix/lock-shifts-layout' into fork 2022-11-21 20:12:17 +01:00
sk 5769b378e2 set 16dp lock on baseline 2022-11-21 20:12:04 +01:00
Grishka 2c61551e5c Add a tool to generate locales_config.xml 2022-11-21 22:04:30 +04:00
sk c9b11a23a1 Merge branch 'ui/profile-header-tweaks' into fork 2022-11-21 18:26:56 +01:00
sk 456d05a489 close #66 2022-11-21 18:26:45 +01:00
sk 8ca7d9d7b4 Merge branch 'main' into ui/profile-header-tweaks 2022-11-21 18:10:56 +01:00
sk 2321549dca Merge branch 'main' into fork 2022-11-21 18:10:41 +01:00
sk 5ae96328d5 Merge branch 'feature/post-notifications-toggle' into fork 2022-11-21 18:08:27 +01:00
sk dbf3da3629 hopefully fix #76 2022-11-21 18:08:16 +01:00
sk f871fa6743 Merge branch 'fork' of github.com:sk22/mastodos into fork 2022-11-21 17:21:38 +01:00
sk 85f6441a56 make store icon pink 2022-11-21 17:21:27 +01:00
sk dd8354f91b Merge branch 'clickable-boost-reply-line' into fork 2022-11-21 17:18:46 +01:00
sk 21d78de3cc make reply line match parent width 2022-11-21 17:18:38 +01:00
Grishka 158af27309 Fix #363 2022-11-21 18:36:33 +04:00
sk22 b0446af54a
Merge pull request #75 from AiOO/translate-korean
Apply Korean translation for new strings
2022-11-21 15:33:15 +01:00
Ahn Kiwook 064f0155f6
Apply Korean translation for new strings 2022-11-21 23:03:50 +09:00
Eugen Rochko 6e8542e33b New translations strings.xml (Korean) 2022-11-21 14:56:20 +01:00
sk fbf4522260 remove "debuggable" from release config
fixes #72
2022-11-21 14:11:46 +01:00
sk 8918bd5ce2 Merge branch 'main' into fork 2022-11-21 14:10:49 +01:00
Grishka 187693883c Fix #94
TODO support 4.0 filteing
2022-11-21 14:10:30 +04:00
Eugen Rochko 9017d00541 New translations strings.xml (Chinese Traditional) 2022-11-21 03:43:50 +01:00
Eugen Rochko 9182bd1a15 New translations strings.xml (Basque) 2022-11-21 02:38:55 +01:00
Eugen Rochko d00fbe074b New translations strings.xml (German) 2022-11-20 23:59:19 +01:00
sk 40868f90f9 bump version 2022-11-20 18:07:21 +01:00
sk 1f89acec34 Merge branch 'clickable-boost-reply-line' into fork 2022-11-20 17:46:28 +01:00
sk d75ce99a68 make reblog/reply line clickable
fixes #62
see mastodon#287
2022-11-20 17:46:17 +01:00
Eugen Rochko 365fac5efe New translations strings.xml (Basque) 2022-11-20 17:31:49 +01:00
sk 0a8846fa2a Merge branch 'main' into fork 2022-11-20 17:21:28 +01:00
sk 5253e2e24a Merge branch 'use-bold-boost-icon' into fork 2022-11-20 17:11:42 +01:00
sk 3565223611 use bold boost icon
fixes #363
2022-11-20 17:09:23 +01:00
sk 2343d7a046 disable updater for debug build 2022-11-20 16:10:01 +01:00
sk 8256fbadb6 make release debuggable 2022-11-20 16:09:42 +01:00
Eugen Rochko 1d60031f4c New translations strings.xml (Vietnamese) 2022-11-20 15:03:02 +01:00
Eugen Rochko 2c7ed4be3e New translations strings.xml (Italian) 2022-11-20 13:57:40 +01:00
Eugen Rochko 3b9d4d3f9d New translations strings.xml (French) 2022-11-20 13:57:39 +01:00
Eugen Rochko 78824fa425 New translations strings.xml (Catalan) 2022-11-20 12:38:33 +01:00
Eugen Rochko e271a4a330 New translations strings.xml (Kabyle) 2022-11-20 11:20:59 +01:00
Grishka b898dc010e Show an error if a server has signups closed
closes #377
2022-11-20 13:36:23 +04:00
Grishka de369633ec Fix #386 2022-11-20 12:54:56 +04:00
Eugen Rochko 3fb063bee4 New translations strings.xml (Catalan) 2022-11-20 02:30:29 +01:00
sk 96e5f854a5 Merge branch 'ui/profile-header-tweaks' into fork 2022-11-20 02:22:21 +01:00
sk 0f5211f718 change header height 2022-11-20 02:20:13 +01:00
sk 480915f377 change headerless header color 2022-11-20 02:20:01 +01:00
sk 15d559ad6a Revert "Updated Catalan strings"
This reverts commit 2d710cb558.
2022-11-20 02:02:29 +01:00
sk 3b7a6e9385 bump version 2022-11-20 01:37:02 +01:00
sk 314a15973c Merge branch 'fix-screenreader-middle-dot' into fork 2022-11-20 01:35:40 +01:00
sk e99917945a omit middle dot for screen reader 2022-11-20 01:34:02 +01:00
Eugen Rochko c43dd5aa49 New translations strings.xml (Catalan) 2022-11-20 01:31:55 +01:00
sk d3ba8a4d0f Merge branch 'fork' of github.com:sk22/mastodos into fork 2022-11-20 01:22:03 +01:00
sk22 51a80f3e03
remove whitespaces 2022-11-20 01:21:32 +01:00
sk a8c49b59f6 Merge branch 'ui/larger-post-buttons' into fork 2022-11-20 01:16:39 +01:00
sk c79942c13f make three-dot/visibility buttons larger
see mastodon#337
2022-11-20 01:15:53 +01:00
rbnval da121495c0
Update strings.xml 2022-11-20 01:14:46 +01:00
rbnval 2d710cb558
Updated Catalan strings 2022-11-20 01:03:50 +01:00
sk f0a51a15a9 Merge branch 'feature/follow_hashtags' into fork 2022-11-20 00:18:00 +01:00
sk ae68b1e646 add error check 2022-11-20 00:17:16 +01:00
sk 5da58d7834 Merge branch 'main' into feature/follow_hashtags 2022-11-20 00:04:35 +01:00
sk 24023e9843 Merge branch 'true-black-improvements' into fork 2022-11-20 00:02:21 +01:00
sk 29d9871e77 improve true black styles 2022-11-20 00:01:53 +01:00
sk 32d182f03a Merge branch 'feature/display-reply-visibility' into fork 2022-11-19 23:44:07 +01:00
sk da4f54751e don't display when visibility is unknown 2022-11-19 23:43:52 +01:00
sk 393c538464 bump version 2022-11-19 22:54:21 +01:00
sk ddcf61dc95 Merge branch 'true-black-improvements' into fork 2022-11-19 22:41:50 +01:00
sk 5b70c035d2 fix #54, #55 2022-11-19 22:40:13 +01:00
sk 289564381d bump version 2022-11-19 20:41:27 +01:00
sk 3fbcce8570 Merge branch 'true-black-improvements' into fork 2022-11-19 20:38:16 +01:00
sk 505b755df6 use @color/black instead of #000
to avoid crash when getting null resource ID
2022-11-19 20:38:01 +01:00
sk 4b9618cad5 bump version 2022-11-19 20:18:50 +01:00
sk e7b0e022d6 Merge branch 'main' into fork 2022-11-19 20:18:20 +01:00
Grishka 30151cafc2 Yes I can flip that to true 2022-11-19 23:13:50 +04:00
sk d0ce157069 Merge branch 'feature/posts-notifications-tab' into fork 2022-11-19 20:13:16 +01:00
sk be7d65989d add posts notifications tab
closes #38
2022-11-19 20:12:52 +01:00
sk 08656a2678 Merge branch 'feature/display-reply-visibility' into fork 2022-11-19 19:39:26 +01:00
sk b0f76739ba implement showing original visibility on reply
closes #41
2022-11-19 19:39:09 +01:00
sk a09efd084e Merge branch 'true-black-improvements' into fork 2022-11-19 16:36:34 +01:00
sk 0bb85d71e4 improve real black mode
closes #48, improves upon mastodon#84
2022-11-19 16:36:12 +01:00
thomas 7248ab9801 true dark improvement 2022-11-19 16:31:26 +01:00
sk cd4d83e139 Merge branch 'settings/disable-marquee' into fork 2022-11-19 16:11:41 +01:00
sk f1f7c1341c add option to disable scrolling title bars
closes #50
as mentioned in mastodon#305
2022-11-19 16:09:45 +01:00
Eugen Rochko 0285158edc New translations strings.xml (Polish) 2022-11-19 15:59:12 +01:00
sk a7ab6945f9 Merge branch 'feature/lists' into fork 2022-11-19 15:48:59 +01:00
sk 896583aeec fix compose button prepending list id
closes #51
2022-11-19 15:48:47 +01:00
Eugen Rochko 9a6a3422fb New translations strings.xml (Japanese) 2022-11-18 17:40:42 +01:00
Eugen Rochko 523eb70ca6 New translations strings.xml (German) 2022-11-18 02:14:50 +01:00
Eugen Rochko 37598df24e New translations strings.xml (German) 2022-11-17 23:29:49 +01:00
sk eccda2ed61 bump version 2022-11-17 21:25:35 +01:00
sk b819c757b7 Merge branch 'feature/cw-above-text' into fork 2022-11-17 21:24:59 +01:00
sk b1f7acb76b fix content warnings overflowing notifications 2022-11-17 21:24:43 +01:00
sk c23df0c065 tweak content warning styles 2022-11-17 20:46:39 +01:00
sk e514e24036 Merge branch 'feature/follow-requests' into fork 2022-11-17 20:13:26 +01:00
sk fdf9417c5b hide follow requests icon when none waiting 2022-11-17 20:13:14 +01:00
sk 4623d403f7 Merge branch 'feature/follow-requests' into fork 2022-11-17 19:49:25 +01:00
sk 038c3c0fb9 hide follow requests button unless profile locked 2022-11-17 19:48:59 +01:00
sk 7f0e2bf03d Merge branch 'feature/follow-requests' into fork 2022-11-17 18:53:42 +01:00
sk 521ba8766c implement follow requests list
closes #39
2022-11-17 18:52:22 +01:00
Eugen Rochko f04df2d2c4 New translations strings.xml (Korean) 2022-11-17 13:16:17 +01:00
sk 0c5cd2dc9e bump version 2022-11-17 01:05:27 +01:00
sk 01655a3465 Merge branch 'feature/cw-above-text' into fork 2022-11-17 01:05:02 +01:00
sk 95b7dbfba3 remove unused variable 2022-11-17 01:04:51 +01:00
Jeff Bowen 5d056d5bea
AboutViewHolder: Set the background of the field item to green when verified 2022-11-16 19:01:32 -05:00
Jeff Bowen f500cc7ebf
IsoInstantTypeAdapter: Enable parsing of 'offset' date times in profile response 2022-11-16 19:00:11 -05:00
sk 7bcfd8939e Merge branch 'feature/cw-above-text' into fork 2022-11-17 00:56:08 +01:00
sk 753624a185 add option to always reveal content warnings 2022-11-17 00:53:41 +01:00
sk 5c9e41f4ff add content warning above text 2022-11-17 00:43:37 +01:00
sk 0a711ca4ba Merge branch 'feature/mark-media-as-sensitive' into fork 2022-11-16 23:04:58 +01:00
sk 0c854a893b Merge branch 'main' into feature/mark-media-as-sensitive 2022-11-16 22:38:20 +01:00
Eugen Rochko 8d6eb0f810 New translations strings.xml (Scottish Gaelic) 2022-11-16 22:13:57 +01:00
Eugen Rochko 94de724d4e New translations strings.xml (Chinese Traditional) 2022-11-16 22:13:56 +01:00
sk aab4284624 Merge branch 'main' into fork 2022-11-16 21:58:16 +01:00
Eugen Rochko 865f66aa30 New translations strings.xml (Scottish Gaelic) 2022-11-16 19:41:56 +01:00
Eugen Rochko 82e95010a2 New translations strings.xml (Arabic) 2022-11-16 18:34:36 +01:00
Eugen Rochko 2467017382 New translations strings.xml (Indonesian) 2022-11-16 10:21:46 +01:00
Eugen Rochko d3a7faba51 New translations strings.xml (Indonesian) 2022-11-16 08:43:53 +01:00
Eugen Rochko eb7574d282 New translations strings.xml (Indonesian) 2022-11-16 07:46:00 +01:00
Eugen Rochko 50a092a2c4 New translations strings.xml (Ukrainian) 2022-11-15 17:19:17 +01:00
Eugen Rochko a852b66d94 New translations strings.xml (Ukrainian) 2022-11-15 15:28:02 +01:00
Eugen Rochko 109d967f2d New translations strings.xml (Ukrainian) 2022-11-15 14:12:09 +01:00
Grishka a336f6be89 Support domain redirects via `/.well-known/host-meta`
Closes #312
2022-11-15 15:16:58 +04:00
Grishka 79d99a9484 Probably fix #297 2022-11-15 14:11:56 +04:00
Gregory K e4e1dc102b
Merge pull request #321 from julroy67/fix-onboarding-category-cjk-cutoff
Fix CJK text cut off for category names on Onboarding screen
2022-11-15 10:13:03 +03:00
Grishka 539ac26e0d Fix #300 2022-11-14 22:59:34 +04:00
sk 4f597cfbbb Merge branch 'feature/lists' into fork 2022-11-14 19:01:44 +01:00
sk 8d500f153e fix #43 2022-11-14 19:01:32 +01:00
sk ef53c859c3 Merge branch 'main' into fork 2022-11-14 18:49:32 +01:00
Eugen Rochko 752435857d New translations strings.xml (Slovenian) 2022-11-14 16:16:57 +01:00
Eugen Rochko 03e68ba56c New translations strings.xml (Vietnamese) 2022-11-14 16:16:56 +01:00
Eugen Rochko ef37d8afc4 New translations strings.xml (Czech) 2022-11-14 13:17:06 +01:00
Eugen Rochko 586d04f311 New translations strings.xml (Dutch) 2022-11-14 12:02:23 +01:00
Eugen Rochko 6e81469b45 New translations strings.xml (German) 2022-11-14 08:59:56 +01:00
Eugen Rochko a8431a498d New translations strings.xml (French) 2022-11-14 07:47:57 +01:00
Eugen Rochko a2dca57eb5 New translations strings.xml (Thai) 2022-11-13 20:35:08 +01:00
Eugen Rochko fdfb0a377d New translations strings.xml (Turkish) 2022-11-13 19:37:52 +01:00
Eugen Rochko f5a9a11032 New translations strings.xml (Italian) 2022-11-13 19:37:51 +01:00
Eugen Rochko 32c6fc9a59 New translations strings.xml (Slovenian) 2022-11-13 17:32:45 +01:00
Eugen Rochko b87b086dfa New translations strings.xml (Japanese) 2022-11-13 17:32:42 +01:00
Eugen Rochko caa77a9c54 New translations strings.xml (Italian) 2022-11-13 17:32:41 +01:00
Eugen Rochko ecf0c2b173 New translations strings.xml (French) 2022-11-13 17:32:35 +01:00
Eugen Rochko 8f7ef0d564 New translations strings.xml (German) 2022-11-13 17:32:33 +01:00
Eugen Rochko d8e9bbd6b1 New translations strings.xml (Chinese Traditional) 2022-11-13 17:32:32 +01:00
Eugen Rochko 174029376c New translations strings.xml (Thai) 2022-11-13 17:32:20 +01:00
Eugen Rochko 8e06f72064 New translations strings.xml (Chinese Simplified) 2022-11-13 17:32:18 +01:00
Grishka 2c11b879ae Fix #283 2022-11-13 19:44:40 +04:00
Grishka 58735094f1 Fix #319 2022-11-13 19:42:25 +04:00
Grishka 3671803f49 Fix #336 2022-11-13 19:18:42 +04:00
Eugen Rochko ef57b7425d New translations strings.xml (Romanian) 2022-11-13 14:10:09 +01:00
Eugen Rochko c21b2b6a43 New translations strings.xml (Romanian) 2022-11-13 13:05:06 +01:00
Kirill Rakhman ba930f72e8 fix button bar layout in onboarding activation for smaller widths 2022-11-13 12:58:33 +01:00
Eugen Rochko fa53a5ed4f New translations strings.xml (Slovenian) 2022-11-13 09:24:40 +01:00
Eugen Rochko 49e005eb84 New translations strings.xml (French) 2022-11-13 08:02:31 +01:00
Eugen Rochko ad9b19646d New translations strings.xml (Italian) 2022-11-13 08:02:30 +01:00
Eugen Rochko 80336c7fae New translations strings.xml (Japanese) 2022-11-13 08:02:29 +01:00
Eugen Rochko 996c91420c New translations strings.xml (Chinese Simplified) 2022-11-13 08:02:28 +01:00
Eugen Rochko 48396344e3 New translations strings.xml (Thai) 2022-11-13 08:02:27 +01:00
Eugen Rochko 0a8c61226e New translations strings.xml (Bengali) 2022-11-13 08:02:25 +01:00
Eugen Rochko e64d8ccf09 New translations strings.xml (German) 2022-11-13 08:02:23 +01:00
Eugen Rochko 749511630a New translations strings.xml (Irish) 2022-11-13 08:02:19 +01:00
Eugen Rochko 00f7cff402 New translations strings.xml (Slovenian) 2022-11-13 08:02:15 +01:00
Eugen Rochko 458effc27c New translations strings.xml (Romanian) 2022-11-13 08:02:13 +01:00
Eugen Rochko 4422b774b7 New translations strings.xml (Chinese Traditional) 2022-11-13 08:02:12 +01:00
Grishka d9d8717eeb And more languages 2022-11-13 10:31:03 +04:00
Grishka 0056324100 Add new languages to locale config 2022-11-13 10:23:09 +04:00
Eugen Rochko b7129340f3 New translations strings.xml (Bengali) 2022-11-13 07:06:52 +01:00
Eugen Rochko 76491090b0 New translations strings.xml (Hindi) 2022-11-13 07:06:46 +01:00
Eugen Rochko d95ff25573 New translations strings.xml (Scottish Gaelic) 2022-11-13 07:06:27 +01:00
Eugen Rochko f03074e91a New translations strings.xml (Turkish) 2022-11-13 07:06:22 +01:00
Eugen Rochko 345847652f New translations strings.xml (Swedish) 2022-11-13 07:06:21 +01:00
Eugen Rochko c71bc55e95 New translations strings.xml (Korean) 2022-11-13 07:06:18 +01:00
Eugen Rochko 8521fe852f New translations strings.xml (Japanese) 2022-11-13 07:06:17 +01:00
Eugen Rochko 714444562f New translations strings.xml (Italian) 2022-11-13 07:06:16 +01:00
Eugen Rochko 212c4a43c5 New translations strings.xml (Hebrew) 2022-11-13 07:06:12 +01:00
Eugen Rochko 103dc55e1b New translations strings.xml (Finnish) 2022-11-13 07:06:11 +01:00
Eugen Rochko b50161dc8f New translations strings.xml (Basque) 2022-11-13 07:06:10 +01:00
Eugen Rochko 9d390a06bf New translations strings.xml (Czech) 2022-11-13 07:06:08 +01:00
Eugen Rochko 635ca15722 New translations strings.xml (Catalan) 2022-11-13 07:06:07 +01:00
Eugen Rochko e7c1b50cc1 New translations strings.xml (Spanish) 2022-11-13 07:06:06 +01:00
Eugen Rochko 21410566ef New translations strings.xml (French) 2022-11-13 07:06:05 +01:00
Eugen Rochko a911b1bd9a New translations strings.xml (Arabic) 2022-11-13 07:06:03 +01:00
Eugen Rochko be4ee9436d New translations strings.xml (German) 2022-11-13 07:06:02 +01:00
Eugen Rochko 6447d470f9 New translations strings.xml (Chinese Traditional) 2022-11-13 07:06:01 +01:00
Eugen Rochko 82aba8d276 New translations strings.xml (Ukrainian) 2022-11-13 07:06:00 +01:00
Eugen Rochko eeec1f8bed New translations strings.xml (Chinese Simplified) 2022-11-13 07:05:59 +01:00
Eugen Rochko 2043c74937 New translations strings.xml (Polish) 2022-11-13 07:05:57 +01:00
Eugen Rochko cbd835b136 New translations strings.xml (Sinhala) 2022-11-13 07:05:54 +01:00
Eugen Rochko b3d7ffa799 New translations strings.xml (Indonesian) 2022-11-13 07:05:51 +01:00
Eugen Rochko 1c256c2bba New translations strings.xml (Dutch) 2022-11-13 07:05:49 +01:00
Eugen Rochko 32f6a5664f New translations strings.xml (Vietnamese) 2022-11-13 07:05:48 +01:00
Eugen Rochko 4bf1a5215c New translations strings.xml (Kabyle) 2022-11-13 07:05:43 +01:00
Eugen Rochko d1b7c84473 New translations strings.xml (Thai) 2022-11-13 07:05:40 +01:00
Eugen Rochko 86f583ada4 New translations strings.xml (Portuguese, Brazilian) 2022-11-13 07:05:38 +01:00
sk 94d2406fa4 bump version 2022-11-12 20:32:30 +01:00
sk 8e8d24c828 Merge branch 'feature/delete-redraft' into fork 2022-11-12 20:31:57 +01:00
sk 91bd600f93 don't lock visibility for redrafted posts
fixes #40
2022-11-12 20:31:30 +01:00
sk 7bfd841769 Merge branch 'feature/lists' into fork 2022-11-12 20:23:16 +01:00
sk 5c593a1025 improve adding/removing users from lists 2022-11-12 20:20:45 +01:00
sk 625134605b implement adding/removing users from lists 2022-11-12 16:14:45 +01:00
sk 1e0ae6e570 Merge branch 'main' into list-timeline-views 2022-11-12 12:35:05 +01:00
sk f3efd1e3bc Merge branch 'feature/follow-requests' into fork 2022-11-12 03:22:27 +01:00
sk dba8bd1862 clean up, revert unnecessary changes 2022-11-12 03:21:40 +01:00
sk d78e3a738d bump version 2022-11-12 03:06:40 +01:00
sk 5632016220 Merge branch 'feature/follow-requests' into fork 2022-11-12 03:05:02 +01:00
sk 12fdd70ad0 implement accepting/rejecting follow requests
closes #13
2022-11-12 03:03:52 +01:00
sk 7fd6a6f83e Merge branch 'feature/follow-requests' into fork 2022-11-12 03:03:14 +01:00
sk 515592e8ea implement accepting/rejecting follow requests
closes #13
2022-11-12 03:01:59 +01:00
sk 5fa81e6c8a add accept/decline buttons 2022-11-12 01:18:07 +01:00
sk c22a139a5d bump version 2022-11-11 21:09:31 +01:00
sk f568415d8c Merge branch 'feature/favs-list' into fork 2022-11-11 21:06:53 +01:00
sk c1137cf7b7 implement favorited posts list
closes #4
2022-11-11 21:05:06 +01:00
sk b2a7b62902 Rename “Community“ to “Local” 2022-11-11 19:57:19 +01:00
sk a356bdeee3 change github and website url 2022-11-11 19:33:26 +01:00
sk 76043e87ad Merge branch 'fix-edit-polls' into fork 2022-11-11 19:20:16 +01:00
sk 3b28bd6ce9 get poll duration from edited status
fixes mastodon#343
2022-11-11 19:10:45 +01:00
sk 1236b16a3a Merge branch 'feature/delete-redraft' into fork 2022-11-11 18:00:09 +01:00
sk 5ec4e5339b fix null pointer exception 2022-11-11 17:59:53 +01:00
sk 0643f72a0b Merge branch 'feature/delete-redraft' into fork 2022-11-11 17:57:27 +01:00
sk 443b985b06 navigate to re-drafted status when opened 2022-11-11 17:53:04 +01:00
sk aecaba2a92 show reply icon as workaround for mastodon#341 2022-11-11 17:18:21 +01:00
sk 977f3d0635 fix re-drafting replies 2022-11-11 17:17:52 +01:00
sk 5742493185 re-implement redraft from upstream edit function 2022-11-11 16:12:26 +01:00
sk 8b2d06c548 Merge branch 'main' into feature/delete-redraft 2022-11-11 15:36:33 +01:00
sk 56b76080ec Revert "implement deleting and re-drafting"
This reverts commit 3a4d13b1c6.
2022-11-11 15:35:30 +01:00
sk 1a12659a23 Revert "preserve visibility when re-drafting"
This reverts commit e8b43c7179.
2022-11-11 15:35:26 +01:00
sk d711ed986c set hiding interactions counts as default 2022-11-11 14:58:39 +01:00
sk 53cb809996 bump version, update readme 2022-11-11 13:26:48 +01:00
sk ff0a77d6b5 Merge branch 'settings/hide-interaction-numbers' into fork 2022-11-11 13:25:35 +01:00
sk 596ec3230f add option to hide interaction counts 2022-11-11 13:23:53 +01:00
sk fa75c8eb6f Merge branch 'compact-extended-footer' into fork 2022-11-11 13:03:51 +01:00
sk 6c7a17fb81 change edit history icon 2022-11-11 13:03:39 +01:00
sk 0ad8f926cc set reblogs and favs always in one line 2022-11-11 12:54:17 +01:00
sk 764ab60fea bump version 2022-11-11 03:15:52 +01:00
sk 9283ca8878 Merge branch 'list-timeline-views' into fork 2022-11-11 03:06:55 +01:00
sk 679ede1124 update strings 2022-11-11 03:02:17 +01:00
sk f4b1bde8c5 improve list item styling 2022-11-11 02:42:58 +01:00
sk eff6cc3e17 Merge branch 'compact-extended-footer' into fork 2022-11-11 02:11:52 +01:00
sk 03044b86b1 add clickable app name button 2022-11-11 02:11:37 +01:00
sk 90ff88f02b Merge branch 'compact-extended-footer' into fork 2022-11-11 01:35:13 +01:00