LucasGGamerM
dae5989d64
docs: add changelog
2025-01-05 19:34:29 -03:00
LucasGGamerM
1d1c4f2666
build: bump version number
2025-01-05 19:33:11 -03:00
LucasGGamerM
0fecdf345a
Merge pull request #570
...
Upgrade build dependencies for the project
2025-01-04 15:15:24 -03:00
Aurimas
82bcfe3fa8
Update gradle.properties
...
Co-authored-by: Zongle Wang <wangzongler@gmail.com >
2024-11-17 18:46:51 -08:00
Aurimas
203c43343a
Update build.gradle
...
Co-authored-by: Zongle Wang <wangzongler@gmail.com >
2024-11-17 18:46:43 -08:00
Aurimas Liutikas
4c105acc30
Upgrade build dependencies for the project
...
- Upgrade to Gradle 8.11
- Upgrade to Android Gradle Plugin 8.7.2
- Remove deprecated android.defaults.buildfeatures.buildconfig=true
gradle property, it is not needed as mastodon/build.gradle already
sets android { buildFeatures { buildConfig true } }
- Move plugin repository definition to settings.gradle to match latest
Gradle practices
- Move to using plugin {} mechanism to add Android Gradle Plugin to
match the latest Gradle practices
- Remove root project clean task as this project does not produce any
real artifacts, it seems to be leftover from original Android new
project template
2024-11-15 17:21:37 -08:00
LucasGGamerM
d81eb6ad0a
Merge pull request #538 from FineFindus/fix/hashtag-timeline-open-crash
...
fix(Timeline/Hashtag): check if hashtag is null
2024-09-09 09:03:54 -03:00
FineFindus
08542cd16f
fix(Timeline/Hashtag): check if hashtag is null
...
Fixes a crash when clicking on hashtags in profiles, since the hashtag
is for some reason null.
2024-09-09 12:03:10 +02:00
LucasGGamerM
f30e12f5c6
Merge pull request #526 from FineFindus/fix/empty-hashtag
...
feat(Error): disable clicking + crash fix
2024-09-02 09:39:41 -03:00
LucasGGamerM
3a14fb5912
Merge pull request #529 from FineFindus/fix/hashtag-timeline-follow-icon
...
fix(HashtagTimeline): update follow menu icon
2024-09-02 08:55:15 -03:00
FineFindus
cc64a1b6a2
fix(HashtagTimeline): update follow menu icon
...
Fixes an issue, where the menu follow icon was not correctly updated,
and would always show the follow state.
2024-08-31 17:49:04 +02:00
FineFindus
7fa079e362
fix(HtmlParser): check if hashtag has text
...
Fixes a crash, where the text of an hashtag was empty, leading to an oob
string access.
2024-08-31 10:44:53 +02:00
FineFindus
c2e6280a18
feat(ErrorStatusDisplayItem): disable clicking on error item
...
Disable clicking on the ErrorStatusDisplayItem, since there is no valid
content that can be displayed.
2024-08-31 10:42:09 +02:00
LucasGGamerM
01225b05f2
Merge pull request #515 from collingsr/master
...
Updated README formatting & content
2024-08-29 20:25:16 -03:00
Ruth Collings
89f27984b7
Update FAQ.md
...
Co-authored-by: FineFindus <63370021+FineFindus@users.noreply.github.com >
2024-08-22 14:22:30 -04:00
Ruth Collings
61b933655c
clean up
...
removing stuff I dropped in there earlier
2024-08-21 14:22:13 -04:00
Ruth Collings
d47e1939d0
formatting
2024-08-21 14:18:42 -04:00
Ruth Collings
00b934dc69
spacing and lines
...
it was bothering me
2024-08-19 16:34:22 -04:00
Ruth Collings
c86ff1cce4
update
...
Reformatted header buttons and donate section, rewrote blurb, shortened up features descriptions and moved some to FAQ which I will tidy up later
2024-08-19 16:30:50 -04:00
LucasGGamerM
5427b21365
Merge pull request #508 from FineFindus/feat/duration
...
feat(MuteSheet): revert to row
2024-08-18 17:35:05 -03:00
Ruth Collings
d875edbc23
Update README.md
2024-08-15 14:57:57 -04:00
LucasGGamerM
4aecb17497
Merge pull request #507 from FineFindus/fix/note-save-crash
...
fix(Profile) note save crash
2024-08-14 15:56:20 -03:00
LucasGGamerM
806db1d09f
Merge pull request #496 from FineFindus/fix/share-theme
...
fix(ExternalShareActivity): set theme before opening compose
2024-08-14 15:55:16 -03:00
FineFindus
49cf100d37
fix(MuteAccountSheet): set selected mute time
2024-08-14 19:12:35 +02:00
FineFindus
259a0ae140
feat: use mute row
...
Partially 6c519b3cb9 to use the full row
again, but keep the selection in a dialog. This improves the UI, as the
secondary button is confusing, and feels out-of-place.
2024-08-14 18:50:58 +02:00
FineFindus
420233da14
fix(Profile): remove note text before hiding NoteTextField
...
Fixes an issue, where if the NoteTextField was focussed and the note was
hidden, the note would saved and reshown once the NoteTextField was
hidden.
2024-08-12 07:16:15 +02:00
FineFindus
78ec24ff0c
feat(Profile): only show note saved if note has not been hidden
...
The note text field being hidden is already enough comfirmation that the
note has been hidden.
2024-08-12 07:15:22 +02:00
FineFindus
a6f1d981db
fix(Profile): use global context for note toast
...
Uses the global context for displaying the note saved toast. When using
the local context, it was somehow, sometimes null, leading to crashes.
2024-08-12 07:09:17 +02:00
LucasGGamerM
b07789b346
Merge pull request #505 from FineFindus/fix/scheduled-status-quote-crash
...
fix(StatusDisplayItem): check if account is null before adding quote
2024-08-11 19:32:08 -03:00
FineFindus
42c55d5eee
fix(StatusDisplayItem): check if account is null before adding quote
...
This should fix crashes in the ScheduledStatusListFragment,
as ScheduledStatus do not contain an account.
2024-08-11 23:48:31 +02:00
LucasGGamerM
13545fd5ef
Merge pull request #503 from FineFindus/feat/profile-note-save-feedback
...
feat(Profile): display Toast when saving note
2024-08-11 09:38:45 -03:00
FineFindus
134513babd
feat(ProfileFragment): display toast when saving note
...
It can be quite unclear if the note has been saved. This adds a toast,
to indicate that the profile note has been saved.
2024-08-11 11:48:51 +02:00
FineFindus
91cb616164
refactor(ProfileFragment): remove duplicated InputType setting
...
The NoteEdit InputType is already set in the UI file.
2024-08-11 11:47:34 +02:00
FineFindus
f3d600282e
fix(ExternalShareActivity): set theme before opening compose
...
Fixes https://github.com/sk22/megalodon/issues/926 .
2024-08-05 14:28:20 +02:00
Jacocococo
c26df5762f
Still set desired height
2024-08-04 14:44:08 -03:00
Jacocococo
2021c335ac
None-square emoji for reactions
2024-08-04 14:44:08 -03:00
Jacocococo
d121f14d30
Non-square emoji in text views
2024-08-04 14:44:08 -03:00
LucasGGamerM
d1a2a70cdc
Merge pull request #495 from FineFindus/feat/trending-links-timeline-improvements
...
feat(Timeline/TrendingLinks): display URL, update icon
2024-08-04 12:16:42 -03:00
FineFindus
89ef482e2e
feat(Timeline/TrendingLink): use open icon for open action
...
The previous icon made it hard to recognize what the action was supposed
to do. Additionally, the new one also indicate that it will take the
user to an external website.
2024-08-04 15:58:35 +02:00
FineFindus
9918649d7c
feat(Timeline/TrendingLink): provide WebURL
...
Since the Web version now has a user-visible timeline, we can provide a
URL to that.
2024-08-04 15:56:32 +02:00
LucasGGamerM
09185faf9a
Merge remote-tracking branch 'refs/remotes/FineFindus/feat/quote-filter-hide'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2024-08-04 09:33:55 -03:00
LucasGGamerM
bed201a2f7
docs: add 107 changelog
2024-08-03 10:01:56 -03:00
LucasGGamerM
5e7a4c0136
build: bump version number
2024-08-03 09:55:17 -03:00
gallegonovato
bcb8717d5f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/es/
2024-08-03 12:50:50 +00:00
gallegonovato
ed1c1bd097
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-08-03 12:50:50 +00:00
joenepraat
f480532fd6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/nl/
2024-08-03 12:50:50 +00:00
Vaclovas Intas
cc056cef08
Translated using Weblate (Lithuanian)
...
Currently translated at 23.0% (9 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/lt/
2024-08-03 12:50:50 +00:00
Hayny
9e7445b8d8
Translated using Weblate (French)
...
Currently translated at 5.1% (2 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/fr/
2024-08-03 12:50:50 +00:00
Lefteris T
e2d96d3bc7
Translated using Weblate (Greek)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/el/
2024-08-03 12:50:50 +00:00
Lefteris T
4f5c99be21
Translated using Weblate (Greek)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/el/
2024-08-03 12:50:50 +00:00
LucasGGamerM
0388f9d9be
fix(toggle-expanded): fix crash when headers happen to be empty
2024-08-03 09:40:28 -03:00
LucasGGamerM
c45128ced0
fix(unofficial-quotes): fix crash when results.statuses is null
2024-08-03 09:36:16 -03:00
LucasGGamerM
f404d2f9cd
Merge pull request #491 from FineFindus/fix/discover-scroll-regression
...
fix(Discover): switch post and hashtag fragments everywhere
2024-08-03 08:05:10 -03:00
FineFindus
2dada69eb8
fix(Discover): switch post and hashtag fragments everywhere
...
Fixes a regression in 5edbe9b826 , whcih
did not switch the fragments everywhere. This caused the scroll-to-top
functionality to not work and the posts to not immediatly load.
Closes https://github.com/LucasGGamerM/moshidon/issues/483 .
2024-08-03 11:30:58 +02:00
FineFindus
b7e0596014
feat(StatusDisplayItem): do not hide self-quoted posts
2024-08-03 11:22:40 +02:00
FineFindus
dbef984908
feat(StatusDisplayItem): hide statuses with quotes of muted/blocked
...
accounts
Hides Statuses with non-official quotes of accounts that are
blocked/muted. This is equivalent to how misskey handles muted quotes.
Closes https://github.com/LucasGGamerM/moshidon/issues/488 .
2024-08-03 10:59:51 +02:00
FineFindus
55259f103d
feat(Quote): hide filtered quotes
...
Hides quote of that would have been hidden by a filter, essentially
reverting back to the previous behaviour.
(Partially) Closes: https://github.com/LucasGGamerM/moshidon/issues/488
2024-08-03 00:08:45 +02:00
LucasGGamerM
81519fe906
fix(f-droid): remove f-droid version suffix
2024-08-02 16:43:55 -03:00
LucasGGamerM
07ab3c394a
Merge pull request #485 from FineFindus/feat/draft-improvements
...
feat(Draft): display ScheduledStatus highlighted and formatted
2024-08-02 16:15:05 -03:00
LucasGGamerM
620cc94351
fix(pixelfed): make pixelfed login work again
2024-08-02 16:02:04 -03:00
LucasGGamerM
2494918171
fix(self-updater): export receiver for android 13 and plus
2024-08-02 15:30:27 -03:00
Grishka
a0bed5e739
fix: cherrypick a patch for the Sdk 34 from upstream
2024-08-02 15:24:03 -03:00
FineFindus
a42bf86a1e
feat: display ScheduledStatus rendered
...
Fakes the highlighting and formatting of ScheduledStatus by injecting
the correct HTML tags.
Fixes https://github.com/LucasGGamerM/moshidon/issues/478 .
2024-08-01 19:32:53 +02:00
LucasGGamerM
9c7ae9653b
Merge pull request #487 from FineFindus/fix/uri-crash
...
fix: check if uri is hierarchical
2024-08-01 14:27:05 -03:00
FineFindus
44473705b9
feat(Settings/About): hide pre-release option in nightly
2024-08-01 14:07:54 +02:00
FineFindus
f1d40f8963
fix(Tacking): check if uri is hierarchical
...
Checks if the given uri is hierarchical, as otherwise the
`getQueryParameterNames` function will throw an exception.
2024-08-01 14:07:38 +02:00
FineFindus
fbae5d8816
feat(Draft): only hide media preview if status is senstive
...
Closes https://github.com/LucasGGamerM/moshidon/issues/478 .
2024-07-31 22:39:26 +02:00
LucasGGamerM
43afbb7523
Merge pull request #484 from FineFindus/fix/quote
...
fix: correctly render more unofficial quotes
2024-07-30 20:05:23 -03:00
LucasGGamerM
080815846f
Merge pull request #482 from FineFindus/feat/GNOME-icon
...
feat(Timelines): add GNOME icon
2024-07-30 20:03:43 -03:00
FineFindus
4b6c6cbcfe
refactor(Quotes): inlcude URL scheme in quote regex
...
This should increase the performance, whilst rejecting more incorrect
URLs and allowing more correct ones.
2024-07-30 21:51:36 +02:00
FineFindus
117037e7e8
feat(Quote): only show quotes for status without attachments
2024-07-30 20:47:37 +02:00
FineFindus
05972fc702
fix(Quotes): increase TLD max length
2024-07-30 20:47:08 +02:00
LucasGGamerM
28084b9f9e
Merge remote-tracking branch 'refs/remotes/weblate/master'
2024-07-29 19:43:19 -03:00
joenepraat
02010df408
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/nl/
2024-07-29 22:34:59 +00:00
joenepraat
38f77c69d1
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/nl/
2024-07-29 22:34:58 +00:00
joenepraat
d0a8c26b65
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2024-07-29 22:34:58 +00:00
FineFindus
401602e5bc
feat(Timelines): add GNOME icon
2024-07-29 22:38:56 +02:00
LucasGGamerM
ccd9dbed13
docs: add 106 changelog
...
Also removed 110 changelog from megalodon that got here somehow
2024-07-29 16:52:06 -03:00
LucasGGamerM
736d5d9f3e
build: bump version
2024-07-29 16:38:32 -03:00
LucasGGamerM
32451c0eea
build: bump targetSdk to 34
2024-07-29 16:38:13 -03:00
LucasGGamerM
e7ed8d5590
Merge remote-tracking branch 'refs/remotes/weblate/master'
2024-07-29 16:32:12 -03:00
joenepraat
79d04a949b
Translated using Weblate (Dutch)
...
Currently translated at 96.9% (407 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/nl/
2024-07-29 18:03:32 +00:00
joenepraat
5cd99b9763
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2024-07-29 18:03:32 +00:00
Vaclovas Intas
3f30c2f3be
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/lt/
2024-07-28 23:14:47 +00:00
Vaclovas Intas
db8187bbc9
Translated using Weblate (Lithuanian)
...
Currently translated at 12.8% (5 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/lt/
2024-07-28 23:14:46 +00:00
Vaclovas Intas
4e1632aa19
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/lt/
2024-07-28 23:14:46 +00:00
LucasGGamerM
a813f961af
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-07-28 23:14:46 +00:00
joenepraat
f6417662b9
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2024-07-28 23:14:45 +00:00
aei
2d1bc09616
Translated using Weblate (Arabic)
...
Currently translated at 79.5% (334 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/ar/
2024-07-28 12:40:12 +00:00
Vaclovas Intas
d9e5ea5b80
Translated using Weblate (Lithuanian)
...
Currently translated at 62.5% (75 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/lt/
2024-07-27 21:03:14 +00:00
Vaclovas Intas
1ab6bc3663
Translated using Weblate (Lithuanian)
...
Currently translated at 5.1% (2 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/lt/
2024-07-27 21:03:14 +00:00
Vaclovas Intas
effe3a079f
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/lt/
2024-07-27 21:03:14 +00:00
Hayny
7d65563096
Translated using Weblate (French)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fr/
2024-07-27 21:03:13 +00:00
Vaclovas Intas
857c5b9a55
Translated using Weblate (Lithuanian)
...
Currently translated at 7.5% (9 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/lt/
2024-07-26 21:18:24 +00:00
Vaclovas Intas
e49760c5a0
Translated using Weblate (Lithuanian)
...
Currently translated at 65.9% (277 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/lt/
2024-07-26 21:18:24 +00:00
alextecplayz
93b97e99a8
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/ro/
2024-07-26 21:18:23 +00:00
Lefteris T
6d148b1f7a
Translated using Weblate (Greek)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/el/
2024-07-26 21:18:23 +00:00
alextecplayz
4d24e4e846
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2024-07-26 21:18:23 +00:00
LucasGGamerM
9f5c420e66
fix(account-cards): add the progressbar for the accept and decline follow request actions
2024-07-26 14:54:21 -03:00
LucasGGamerM
ca07240a70
feat(unoficial-quote-posts): add caching to unofficial quote toots
2024-07-26 14:03:51 -03:00
LucasGGamerM
1b6978bb93
fix(filtered-with-a-warning): make the roundness nicer in quote toots
2024-07-25 19:11:31 -03:00
LucasGGamerM
d4b20fc5f7
Merge pull request #475
...
feat: apply inset to filter warning
2024-07-25 19:02:47 -03:00
LucasGGamerM
d3d95c7963
fix(compose-shortcut): make it update the shortcut. AKA make it work
2024-07-25 18:23:17 -03:00
Vaclovas Intas
98c5baecad
Translated using Weblate (Lithuanian)
...
Currently translated at 45.2% (190 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/lt/
2024-07-25 17:49:00 +00:00
gallegonovato
766b7b8c45
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (419 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/es/
2024-07-25 17:49:00 +00:00
gallegonovato
896ded9ff3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-07-25 17:49:00 +00:00
FineFindus
7b31543d7a
feat(StatusDisplayItem/WarningFiltered): apply equal inset vertically
2024-07-25 17:55:17 +02:00
pinklimes
ff61c3c02e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/it/
2024-07-25 12:47:04 +00:00
pinklimes
aa8562dc88
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-07-25 12:47:03 +00:00
FineFindus
ec495750fe
feat(StatusDisplayItem/WarningFiltered): apply inset
2024-07-25 13:53:39 +02:00
FineFindus
af33c593b5
refactor(filter/AltText): set filter title
2024-07-25 13:21:02 +02:00
rossetnocpes
4586e42459
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/uk/
2024-07-25 08:14:52 +00:00
pinklimes
2a45b7d13d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/it/
2024-07-25 08:14:52 +00:00
pinklimes
60d573de58
Translated using Weblate (Italian)
...
Currently translated at 41.0% (16 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/it/
2024-07-25 08:14:52 +00:00
pinklimes
2d7499e8cc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-07-25 08:14:51 +00:00
wineTGH
9ec82ae090
Translated using Weblate (Russian)
...
Currently translated at 92.5% (111 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ru/
2024-07-25 08:14:51 +00:00
Languages add-on
da783c3771
Added translation using Weblate (Bengali)
2024-07-25 06:45:05 +00:00
Vaclovas Intas
9869581515
Translated using Weblate (Lithuanian)
...
Currently translated at 6.6% (8 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/lt/
2024-07-25 06:45:03 +00:00
Vaclovas Intas
f45fb87ea5
Translated using Weblate (Lithuanian)
...
Currently translated at 37.6% (158 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/lt/
2024-07-25 06:45:02 +00:00
wineTGH
d80ac7557e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/ru/
2024-07-25 06:45:02 +00:00
Matteo Mucchetti
58403fef59
Translated using Weblate (Italian)
...
Currently translated at 84.2% (354 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/it/
2024-07-25 06:45:02 +00:00
Linerly
87ca8b1ad7
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/id/
2024-07-25 06:45:02 +00:00
ghose
04e1f9e148
Translated using Weblate (Galician)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/gl/
2024-07-25 06:45:02 +00:00
rcarrillodev
1e1fe47638
Translated using Weblate (Spanish)
...
Currently translated at 99.5% (418 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/es/
2024-07-25 06:45:02 +00:00
Lyfja
c567e264de
Translated using Weblate (German)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/de/
2024-07-25 06:45:01 +00:00
aei
c142f82fd1
Translated using Weblate (Arabic)
...
Currently translated at 79.0% (332 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/ar/
2024-07-25 06:45:01 +00:00
aei
c0cf5b40fa
Translated using Weblate (Arabic)
...
Currently translated at 34.1% (41 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar/
2024-07-25 06:45:01 +00:00
balaraz
b45e87b271
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-07-25 06:45:01 +00:00
wineTGH
958243e65d
Translated using Weblate (Russian)
...
Currently translated at 80.8% (97 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ru/
2024-07-25 06:45:01 +00:00
Matteo Mucchetti
8cc91b0f02
Translated using Weblate (Italian)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/it/
2024-07-25 06:45:01 +00:00
pinklimes
0ac7d3530e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/it/
2024-07-25 06:45:01 +00:00
ghose
10d42264c8
Translated using Weblate (Galician)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2024-07-25 06:45:00 +00:00
NicoCharrua
72fee62472
Translated using Weblate (Spanish)
...
Currently translated at 99.1% (119 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-07-25 06:45:00 +00:00
Languages add-on
9b4528b69a
Added translation using Weblate (Lithuanian)
2024-07-24 21:36:42 +00:00
lucasmz.dev
4b0cf4311d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/pt_BR/
2024-07-24 21:36:37 +00:00
Matteo Mucchetti
4ceea9100d
Translated using Weblate (Italian)
...
Currently translated at 82.6% (347 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/it/
2024-07-24 21:36:37 +00:00
NicoCharrua
2522cd26d1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/es/
2024-07-24 21:36:37 +00:00
Lefteris T
294bcef5f6
Translated using Weblate (Greek)
...
Currently translated at 100.0% (420 of 420 strings)
Translation: Moshidon/megalodon_values
Translate-URL: https://translate.codeberg.org/projects/moshidon/megalodon_values/el/
2024-07-24 21:36:36 +00:00
lucasmz.dev
e61618bf2c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 96.6% (116 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-07-24 21:36:36 +00:00
Lefteris T
70e5030fe1
Translated using Weblate (Greek)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/el/
2024-07-24 21:36:36 +00:00
SteffoSpieler
7c270aadda
Translated using Weblate (German)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2024-07-24 21:36:36 +00:00
bgta
30eaeb006d
Translated using Weblate (Catalan)
...
Currently translated at 28.3% (34 of 120 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ca/
2024-07-24 21:36:36 +00:00
Vaclovas Intas
5e11b3fb7a
Added translation using Weblate (Lithuanian)
2024-07-24 21:36:34 +00:00
Languages add-on
d6089d0c1e
Added translation using Weblate (Interlingua)
2024-07-24 20:44:55 +00:00
LucasGGamerM
1bb288e565
Merge remote-tracking branch 'refs/remotes/megalodon_weblate/main'
...
# Conflicts:
# metadata/ar/full_description.txt
# metadata/de-DE/full_description.txt
# metadata/es/changelogs/110.txt
# metadata/es/full_description.txt
# metadata/gl-ES/full_description.txt
# metadata/pl/changelogs/94.txt
# metadata/pl/full_description.txt
# metadata/ro/full_description.txt
# metadata/uk/changelogs/62.txt
# metadata/uk/full_description.txt
# metadata/zh-Hans/changelogs/62.txt
# metadata/zh-Hans/changelogs/63.txt
# metadata/zh-Hans/changelogs/65.txt
# metadata/zh-Hans/full_description.txt
2024-07-24 17:44:09 -03:00
alextecplayz
d42eb934d5
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2024-07-24 17:10:57 -03:00
Lefteris T
2fecd6f0a3
Translated using Weblate (Greek)
...
Currently translated at 53.8% (21 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/el/
2024-07-24 17:10:57 -03:00
Fitik
c3a2b5a6e1
Translated using Weblate (Esperanto)
...
Currently translated at 87.2% (103 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eo/
2024-07-24 17:10:57 -03:00
trlef19
ccff874bcf
Translated using Weblate (Greek)
...
Currently translated at 30.7% (12 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/el/
2024-07-24 17:10:57 -03:00
Eryk Michalak
9e7f351174
Translated using Weblate (Polish)
...
Currently translated at 94.0% (111 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
2024-07-24 17:10:57 -03:00
trlef19
a9e7fab029
Translated using Weblate (Greek)
...
Currently translated at 25.6% (10 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/el/
2024-07-24 17:10:57 -03:00
trlef19
aad8abd3bf
Translated using Weblate (Greek)
...
Currently translated at 10.2% (4 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/el/
2024-07-24 17:10:57 -03:00
trlef19
d938c8c470
Translated using Weblate (Greek)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/el/
2024-07-24 17:10:57 -03:00
gallegonovato
124ad8cb0e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-07-24 17:10:57 -03:00
gallegonovato
a17c3293b5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-07-24 17:10:57 -03:00
SomeTr
5868da3337
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-07-24 17:10:57 -03:00
SomeTr
731ee17d6d
Translated using Weblate (Ukrainian)
...
Currently translated at 89.8% (106 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-07-24 17:10:57 -03:00
ghose
edddc297dd
Translated using Weblate (Galician)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2024-07-24 17:10:57 -03:00
SomeTr
85152102fd
Translated using Weblate (Ukrainian)
...
Currently translated at 88.1% (89 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-07-24 17:10:57 -03:00
alextecplayz
fba4c1c6d6
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2024-07-24 17:10:57 -03:00
Eryk Michalak
593e8d0eb7
Translated using Weblate (Polish)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
2024-07-24 17:10:57 -03:00
poesty
bafb1ba8f8
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2024-07-24 17:10:57 -03:00
hazardaj_nombroj
36124db2aa
Translated using Weblate (Esperanto)
...
Currently translated at 99.0% (100 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eo/
2024-07-24 17:10:57 -03:00
gallegonovato
155a093eb7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-07-24 17:10:57 -03:00
Dirk
ddee29bf03
Translated using Weblate (German)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/de/
2024-07-24 17:10:57 -03:00
edxkl
99e2958649
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-07-24 17:10:57 -03:00
Dirk
519afb6259
Translated using Weblate (German)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2024-07-24 17:10:54 -03:00
SomeTr
6ab8991c45
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-07-24 17:10:03 -03:00
SomeTr
44200a4d56
Translated using Weblate (Ukrainian)
...
Currently translated at 88.1% (89 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-07-24 17:10:03 -03:00
Oliebol
e929478b6a
Translated using Weblate (Dutch)
...
Currently translated at 92.0% (93 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2024-07-24 17:10:03 -03:00
ghose
cf98aa4939
Translated using Weblate (Galician)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2024-07-24 17:10:03 -03:00
LucasGGamerM
22585a2ec5
Merge pull request #470 from FineFindus/feat/tracking-urls
...
feat: remove tracking parameter from URLs
2024-07-24 15:33:17 -03:00
LucasGGamerM
fa6abd44c3
feat(compose-shortcut): allow user to choose account
2024-07-24 15:22:18 -03:00
LucasGGamerM
1d7cbcc4e1
fix(network): use MoshidonAndroid as user agent
2024-07-23 15:37:10 -03:00
LucasGGamerM
5edbe9b826
fix(discover-fragment): put Posts fragment in the first place
...
Fixes #472
2024-07-22 17:21:12 -03:00
Linerly
b5027ee66f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2024-07-22 10:18:24 +00:00
FineFindus
499baeb496
fix(Tracking): add null check
2024-07-19 20:58:45 +02:00
FineFindus
72d486e992
feat(Compose): remove tracking params in URLs
2024-07-19 20:58:45 +02:00
FineFindus
3020c826ed
feat(Settings): allow disabling removing tracking params
2024-07-19 20:58:36 +02:00
FineFindus
34f3e33efc
feat: remove tracking params from URLs
2024-07-19 18:45:53 +02:00
LucasGGamerM
5b25168eb7
fix(unofficial-quote-toots): add a check for the end index in the early return
2024-07-19 11:13:15 -03:00
LucasGGamerM
c785bbb2d7
Merge pull request #467 from FineFindus/fix/hashtag-mute-name
...
fix(HashtagTimeline): show hashtag name in mute icon tooltip
2024-07-19 09:47:42 -03:00
LucasGGamerM
45324a5598
fix(unofficial-quote-toots): maybe. Just maybe fix a bug.
2024-07-18 20:09:04 -03:00
LucasGGamerM
55ad624209
fix(unofficial-quote-toots): try and fix the adapter madness
...
I ended up adapting the poll items logic for this. I hope this is stable enough.
2024-07-17 16:10:44 -03:00
FineFindus
ed0fe1e803
fix(HashtagTimeline): show hashtag name in mute icon tooltip
2024-07-17 18:44:45 +02:00
LucasGGamerM
18079454a9
fix(post-with-other-account): put an icon for it
...
Leaving an empty icon causes the app to crash, which is not fun :(
2024-07-17 12:23:32 -03:00
LucasGGamerM
87cb80867a
fix(custom-emoji-helper): don't do anything if the spans list is empty
2024-07-17 12:09:32 -03:00
LucasGGamerM
1829dc1d9d
fix(unofficial-quotes): try to fix the sudden reload to the top (again)
2024-07-17 12:09:07 -03:00
LucasGGamerM
519cb672d2
fix(unofficial-quotes): try to fix the sudden reload to the top
2024-07-17 10:23:55 -03:00
Lefteris T
e0a5e259f7
Translated using Weblate (Greek)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/el/
2024-07-17 09:18:23 +00:00
LucasGGamerM
86512e237e
fix( b9efdbbb40): adapt the ComposeFragment's take picture button to that commit
2024-07-15 18:00:09 -03:00
LucasGGamerM
b9efdbbb40
Merge pull request #458 from FineFindus/feat/share-profile-picture
...
fix: show profile picture in share sheet
2024-07-15 17:16:11 -03:00
LucasGGamerM
d369129ac7
fix(mastodon-language-resolver): fix a null pointer exception
...
Fixes #464
2024-07-14 08:48:31 -03:00
LucasGGamerM
c01135d822
Merge pull request #459 from FineFindus/fix/lookup-local-account
...
fix(UiUtils): correctly lookup local account
2024-07-13 11:58:33 -03:00
trlef19
653a66bd87
Translated using Weblate (Greek)
...
Currently translated at 83.5% (350 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/el/
2024-07-13 13:18:28 +00:00
LucasGGamerM
ffc2990b32
Update FUNDING.yml
2024-07-11 15:58:55 -03:00
FineFindus
8b26fb3184
fix(UiUtils): correctly lookup local account
...
Fixes a regression in f590fde7a4 ,
where links to local accounts would be opened in the browser.
2024-07-11 20:43:50 +02:00
FineFindus
3fec39835c
refactor(UiUtils): remove unused function
2024-07-11 20:43:15 +02:00
pixelcode
5402e78342
Translated using Weblate (German)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/de/
2024-07-10 13:05:02 +00:00
pixelcode
8995cfcc9d
Translated using Weblate (German)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2024-07-10 13:05:02 +00:00
LucasGGamerM
8d3b1f40a3
Merge pull request #461 from realpixelcode/realpixelcode-patch-1
...
Fix minor spelling and grammar mistakes in German
2024-07-10 08:45:16 -03:00
Pixelcode
f775bae93e
minor stylistic fix in full_description.txt
2024-07-09 15:35:20 +00:00
Pixelcode
ca84bc36e3
fix additional "Follower" in strings_mo.xml
2024-07-09 15:33:02 +00:00
Pixelcode
2a775aba70
fix spelling, grammar in German strings_mo.xml
2024-07-09 15:50:28 +02:00
Pixelcode
7cd65dcb32
fix German short_description.txt
2024-07-09 15:45:24 +02:00
Pixelcode
4d694b2725
fix minor spelling and grammar mistakes in German full_description.txt
2024-07-09 15:44:27 +02:00
FineFindus
2e39f81c36
fix: show profile picture in share sheet
...
Shows the profile picture of the shared account in the share sheet. This
was already done upstream and intended here, but was bugged due to an
additional file provider.
2024-07-08 14:36:14 +02:00
LucasGGamerM
803e66f999
fix(heart-icon): use heart icon in all places
...
Fixes #446
2024-07-07 10:02:27 -03:00
LucasGGamerM
ed22d3b4ed
Merge pull request #457 from FineFindus/fix/more-fixes
...
fix(quotes): more fixes
2024-07-07 09:00:30 -03:00
LucasGGamerM
ec72653dba
Merge pull request #455 from FineFindus/fix/quote=whitespace
...
fix(StatusDisplayItem/Quote): allow whitespace in closing br tag
2024-07-07 08:58:32 -03:00
FineFindus
9b1e79eba8
fix(StatusDisplayItem/Quote): notify adapter separately
...
Only notifying the adapter once could lead to cases where the quoting
status was merged with or replaced by the quote status. Separately
notifying it seems to trigger the issue less often.
2024-07-07 09:03:38 +02:00
FineFindus
ca4a1d461a
fix(TextStatusDisplayItem): expand non-quoted texts
...
Using the adapter to udpate the TextStatusDisplayItem does not work for
non-quoted posts.
Ref: 1832de3aab
2024-07-07 09:03:37 +02:00
FineFindus
b90607582a
docs: keep comment inline with code changes
2024-07-07 09:03:37 +02:00
FineFindus
0c95f6db1b
fix(StatusDisplayItem/Quote): allow whitespace in closing br tag
2024-07-07 08:21:17 +02:00
FineFindus
4caa6cf650
revert: using string replacement for whitespace checking
...
Ref: bc08c149b7 .
2024-07-07 08:21:16 +02:00
LucasGGamerM
bc08c149b7
fix(preview-quote-toots): find the RE: in all the cases I experienced
...
vmst.io added a <br /> tag that the regex didn't catch. I manually check for it, because it drives me nuts. But it's in the plans to put it all on the regex just because I hate this.
2024-07-06 21:14:11 -03:00
LucasGGamerM
4a783957ed
fix(thread-fragments): never filter with a warning the main status
2024-07-06 20:59:53 -03:00
LucasGGamerM
113b47d9e2
refactor(preview-quote-toots): make the updateStatusWithQuote generic, and also readd the notification support
...
The notification support is needed because of the post notifications, which would benefit from this
2024-07-06 20:50:40 -03:00
LucasGGamerM
96ccb14a59
Merge pull request #454 from FineFindus/fix/quote-improvements
...
feat: quote improvements
2024-07-06 19:40:29 -03:00
FineFindus
bc8b0e192c
feat(StatusDisplayItem/Quote): allow quotes to reference themselves
2024-07-06 22:56:55 +02:00
FineFindus
72400703ab
fix(StatusDisplayItem/Quote): only update non-empty adapter
...
Fixes a crash when updating an empty adapter. This was the case when
opening a status from a notification.
2024-07-06 22:55:59 +02:00
FineFindus
91345268e8
fix(StatusDisplayItem/Quote): use correct method
...
ChildFragments overwrite the buildDisplayItems to provide the correct
parameters, e.g. flags, additional items, etc. Call those instead of the
default one.
2024-07-06 22:51:14 +02:00
LucasGGamerM
bff6ac4a14
Merge pull request #452 from FineFindus/fix/re-quote-br
...
fix(StatusDisplayItem): allow closing linebreak tag in quote regex
2024-07-06 14:04:23 -03:00
FineFindus
75183f5625
fix(StatusDisplayItem): allow closing linebreak tag in quote regex
2024-07-06 17:47:48 +02:00
LucasGGamerM
7654b869ba
Merge pull request #451
...
fix(StatusDisplayItem): hide 'RE:' with linebreak in quote mention
2024-07-06 11:54:36 -03:00
LucasGGamerM
f176384bcc
Merge pull request #445
...
feat: use AccountSwitcher for open with other account
2024-07-06 11:52:47 -03:00
FineFindus
a4f2a733b5
fix(StatusDisplayItem): hide 'RE:' with linebreak in quote mention
2024-07-06 16:51:16 +02:00
LucasGGamerM
9ea48fa0ab
Merge pull request #447 from FineFindus/fix/crash
...
fix(StatusDisplayItem): check if headerlist is empty
2024-07-06 11:45:10 -03:00
LucasGGamerM
cc2076ec10
Merge pull request #449
...
feat: improve non-official quote posts
2024-07-06 11:16:41 -03:00
LucasGGamerM
b5a0c293c5
Merge pull request #438
...
Fix/mastodon social redirect
2024-07-06 11:03:28 -03:00
LucasGGamerM
3265cfe772
Merge pull request #450 from FineFindus/refactor/version-checking
...
refactor(Instance): improve compatible version checking
2024-07-06 10:53:54 -03:00
LucasGGamerM
857d0ce539
Merge pull request #448 from FineFindus/fix/error-crash
...
fix(ErrorStatusDisplayItem): disable button in onBind
2024-07-06 09:33:31 -03:00
FineFindus
31a52c2790
refactor(Instance): improve compatible version checking
2024-07-06 14:30:25 +02:00
FineFindus
94ce329f49
fix(ErrorStatusDisplayItem): disable button in onBind
...
Fixes a NullPointerException, where the `item` was null in the
constructor, ironically causing the ErrorStatusDisplayItem to
crash immediately.
2024-07-06 13:35:59 +02:00
FineFindus
a67c8b36b1
refactor(StatusDisplayItem/quote): use regex to find last URL
2024-07-06 13:35:14 +02:00
FineFindus
ff90e21e86
feat(StatusDisplayItem/Quote): hide non-official quote mentions
...
Hides the URL, with optional 'RE:' prefix and whitespace, that is used to construct non-official quotes.
2024-07-06 13:30:25 +02:00
FineFindus
5fd2e322f6
fix(StatusDisplayItem): don't display self-referential quotes
2024-07-06 12:53:38 +02:00
FineFindus
cdd9b0553f
refactor(StatusDisplayItem): rebuild StatusItems with quote
2024-07-06 12:47:40 +02:00
FineFindus
6157d4942a
refactor(StatusDisplayItem): compile patter outside of function
2024-07-06 11:07:43 +02:00
FineFindus
e68e870a7c
fix(StatusDisplayItem): check if headerlist is empty
2024-07-06 08:25:11 +02:00
LucasGGamerM
0788b03828
fix(preview-quote-toots): fix the regex, and also use stripped text
...
I sometimes forget how things should work
2024-07-05 19:28:49 -03:00
LucasGGamerM
b670da04ed
docs(readme): liberapay works now
2024-07-05 18:36:09 -03:00
FineFindus
f70abbbb73
feat: use AccountSwitcher for open with other account
2024-07-05 17:19:42 +02:00
LucasGGamerM
a0dd75890c
fix(preview-quote-toots): Allow for some quote tooting in the notifications.
...
It might need some more love though
2024-07-04 21:16:27 -03:00
LucasGGamerM
38df70cd9e
Merge remote-tracking branch 'refs/remotes/Jacocococo/quote-display-fixes'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2024-07-04 20:22:10 -03:00
softinterlingua
e18fa57d73
Translated using Weblate (Interlingua)
...
Currently translated at 5.0% (1 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ia/
2024-07-04 19:18:22 +00:00
softinterlingua
51f6264534
Translated using Weblate (Interlingua)
...
Currently translated at 4.7% (20 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ia/
2024-07-04 19:18:22 +00:00
LucasGGamerM
feff45721f
Merge pull request #442 from FineFindus/feat/account-switcher
...
feat: use AccountSwitcherSheet for account picker
2024-07-04 16:15:19 -03:00
LucasGGamerM
20558f0a19
fix(preview-quote-toots): only preview the quote toots if the statusForContent.quote parameter is null
2024-07-04 16:01:06 -03:00
FineFindus
e97a479e65
feat: use AccountSwitcherSheet for account picker
2024-07-04 20:59:00 +02:00
FineFindus
f590fde7a4
feat(LinkCard): skip redirects to accounts
2024-07-04 20:55:45 +02:00
FineFindus
77c5173014
feat(LinkCard): generalize skipping redirect links
2024-07-04 20:55:45 +02:00
FineFindus
dd4bed0027
feat(LinkCard): open redirected URL
2024-07-04 20:55:45 +02:00
FineFindus
229c0b359f
fix(LinkCard): skip mastodon.social redirect page
...
Skips the mastodon.social exclusive link redirect warning page, by
manually replacing the link card link.
2024-07-04 20:55:40 +02:00
LucasGGamerM
0d4158a612
refactor(preview-quote-toots): remove unneeded code
2024-07-04 15:35:41 -03:00
LucasGGamerM
cfde4425b7
fix(preview-quote-toots): make code nicer, and add the "IS_FOR_QUOTE" flag, so it works better
2024-07-04 15:34:44 -03:00
LucasGGamerM
15f84af757
feat(preview-quote-toots): preview quote toots nicely on mastodon
...
Still missing it on notifications, but it should be there soon
2024-07-04 14:40:05 -03:00
softinterlingua
39895ff79a
Added translation using Weblate (Interlingua)
2024-07-03 18:18:30 +00:00
trlef19
3d2b67efc5
Translated using Weblate (Greek)
...
Currently translated at 37.9% (159 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/el/
2024-07-02 15:18:23 +00:00
LucasGGamerM
ebd637546f
Merge pull request #439 from FineFindus/fix/lemmy-post-trailing-lines
...
fix(HtmlParser): remove trailing line breaks
2024-06-28 09:25:34 -03:00
FineFindus
618946a8c6
fix(HtmlParser): remove trailing line breaks
...
Some fediverse servers (e.g. lemmy) add a trailing line break to the
content. Since we add them as well, this can cause up to three line
breaks at the end of a post, resulting in a blank space.
This removes the trailing line breaks before parsing the content.
2024-06-27 21:40:52 +02:00
LucasGGamerM
e8ce2a7e35
fix(account-sheet): properly check if the account is active
...
I LOVE RACE CONDITIONS :D
2024-06-25 16:53:22 -03:00
LucasGGamerM
f8dbecc3e1
Merge pull request #433 from FineFindus/fix/blocks
...
fix: block domains in block list
2024-06-21 16:36:11 -03:00
FineFindus
76030c041c
fix: block domains in block list
...
Although a request is checked for a blocked domain, it is not actually
blocked.
2024-06-21 21:23:00 +02:00
LucasGGamerM
998e186f8b
Merge pull request #432 from FineFindus/feat/update-blocks
...
feat: update internal block list
2024-06-21 15:26:08 -03:00
FineFindus
75bc0aa052
feat: update internal block list
2024-06-21 19:05:32 +02:00
LucasGGamerM
edb4b7152b
chore: update bug_report.md
...
Swap Megalodon for Moshidon in issue template.
2024-06-17 09:14:49 -03:00
LucasGGamerM
66c9e0d908
fix(wrong-tab-selected-on-back): set the correct tab in after going back from a notification
...
Fixes #388
2024-06-16 10:37:50 -03:00
LucasGGamerM
0bdb23e462
Merge pull request #429 from FineFindus/feat/trending-links-timeline
...
feat(Discover): add Timeline to trending links
2024-06-16 09:44:13 -03:00
LucasGGamerM
d9ce0e6d31
Merge pull request #428 from FineFindus/fix/draft-error
...
fix(StatusDisplayItem): explictly copy filter list
2024-06-16 09:42:38 -03:00
FineFindus
aa3c8b5812
feat(Discover/TrendingLinkTimelineFragment): support prefilled compose text
2024-06-15 19:02:34 +02:00
FineFindus
4392ce20b6
feat(Discover/TrendingLinks): disable timeline on non 4.3.0 servers
2024-06-15 18:57:59 +02:00
FineFindus
d5085c5899
feat(Discover): add Timeline to trending links
...
Adds a timeline of statuses that posted about a trending link.
See https://github.com/mastodon/mastodon/pull/30381 for more details.
2024-06-15 18:49:47 +02:00
FineFindus
9a1668a29a
fix(StatusDisplayItem): explictly copy filter list
...
Fixes an issue, where the app could crash when trying to add client-side
filters to an immutable list. This was the case for viewing scheduled
statuses
2024-06-15 18:44:38 +02:00
LucasGGamerM
4d598bd2fe
Merge pull request #425 from FineFindus/fix/account-switch-reload
...
fix(AccountSwitcherSheet): only restart on different accounts
2024-06-14 14:10:24 -03:00
LucasGGamerM
57911ce070
Merge pull request #427 from FineFindus/fix/erro-null-url
...
fix(ErrorStatusDisplayItem): disable open in browser button on null URL
2024-06-13 16:29:35 -03:00
FineFindus
f9f8c4a9ef
fix(ErrorStatusDisplayItem): disable open in browser button on null URL
...
Disables the Open in Browser, if the URL is null, as otherwise the app
would crash when trying to open the null URL.
2024-06-13 21:25:14 +02:00
LucasGGamerM
6ad8a85044
Merge pull request #426 from FineFindus/feat/error-displayitem
...
feat(ErrorDisplayItem): improve UI/UX with new design
2024-06-13 15:48:11 -03:00
FineFindus
14e6187efc
feat(ErrorDisplayItem): improve UI/UX with new design
...
Updates the design of the ErrorStatusDisplayItem to be more
user-friendly. The new design displays an error message indicating that
an error has occurred while attempting to display the item. It then
offers the choice of either view the item in the browser or copy the
error details.
2024-06-13 20:43:29 +02:00
FineFindus
bd88606c48
fix(AccountSwitcherSheet): only restart on different accounts
...
Changes the AccountSwitcherSheet from always restarting the application
to only restarting if a different account is selected. This reduces the
friction of accidentally clicking on the same account.
2024-06-13 19:22:45 +02:00
LucasGGamerM
b38c78c50a
Merge pull request #424 from FineFindus/patch-1
...
fix(HashtagTimelineFragment): display correct URL in recents menu
2024-06-13 08:20:40 -03:00
FineFindus
4c9f7fc8be
fix(HashtagTimelineFragment): display correct URL in recents menu
...
Fixes an issue, where the hashtag, instead of the hashtagName was displayed in the recents menu, causing the toString() function of the hashtag to be called, which inlcuded all the hashtag data, producing a faulty URL.
2024-06-13 09:34:56 +02:00
LucasGGamerM
4f11a79d2a
Merge pull request #422 from FineFindus/fix/honor-group-divider
...
fix: disable GroupDivider on Honor's MagicOS
2024-06-09 16:02:53 -03:00
FineFindus
7ab920d943
fix: disable GroupDivider on Honor's MagicOS
...
They have the same invisibility bug as EMUI.
2024-06-09 08:40:45 +02:00
LucasGGamerM
c8f2e7a752
fix(purple-theme): just straight up rewriting the purple theme
2024-05-30 17:26:50 -03:00
LucasGGamerM
cdcc428e86
fix( #421 ): make out of screen poll items update when clicking the "Show results" button
2024-05-29 15:24:59 -03:00
LucasGGamerM
7bb5584dd9
fix(haptic-feedback): readd the haptic feedback settings item to all android versions
2024-05-28 13:17:30 -03:00
LucasGGamerM
0c5c51dc17
Merge pull request #420
...
revert: readd haptic feedback setting on Android 11 and lower
2024-05-28 13:10:32 -03:00
FineFindus
b17b7afd03
revert: readd haptic feedback setting on Android 11 and lower
...
Some OEMs do not implement a systemwide setting for touch feedback.
This reverts commit e0a793e176 .
2024-05-28 07:28:48 +02:00
LucasGGamerM
e2e8173db6
fix(image-viewer): add downloading toast when sharing videos/gifs
2024-05-27 16:42:24 -03:00
LucasGGamerM
5e7f4bda82
fix(image-viewer): put the download and share buttons back on a sensible place
2024-05-27 16:38:06 -03:00
LucasGGamerM
38996d8921
Merge pull request #419 from FineFindus/fix/bot-icon
...
fix(Search): display bot icon only for bots
2024-05-27 09:43:51 -03:00
FineFindus
6cb8961639
fix(Search): display bot icon only for bots
...
Due to the way Android handles lists, the icon could be wrongly shown on
non-bot accounts.
Fixes https://github.com/LucasGGamerM/moshidon/issues/418 .
2024-05-27 13:41:25 +02:00
LucasGGamerM
18ac0423c0
Merge pull request #414 from TheMemeSniper/fix-autoreveal-cw
...
fix: make autoexpand content warning option also expand cws that start with "re:"
2024-05-26 11:49:02 -03:00
LucasGGamerM
d2704c1f0d
Merge pull request #416 from FineFindus/refactor/remote-interaction
...
refactor: deduplicate remote interactions
2024-05-26 11:47:06 -03:00
LucasGGamerM
ed23b7cc13
Merge pull request #417 from FineFindus/feat/cleanup-settings
...
feat: cleanup settings
2024-05-26 11:44:50 -03:00
FineFindus
47ab6b5a08
fix(FooterStatusDisplayItem): implement applyInteraction
2024-05-26 16:39:37 +02:00
LucasGGamerM
70686bbbd0
Merge pull request #415 from FineFindus/refactor/sharing-img
...
refactor(PhotoViewer): use getFileProviderUri
2024-05-26 11:28:00 -03:00
LucasGGamerM
b53997261e
fix(akkoma-hashtags): an issue where akkoma for some reason needs this for hashtags to open properly
2024-05-26 10:17:26 -03:00
FineFindus
efd9b1e916
feat: remove default forward reports setting
2024-05-25 11:46:25 +02:00
FineFindus
b51033a421
feat: remove unused loadRemoteAccountFollowers setting
2024-05-25 11:36:17 +02:00
FineFindus
e0a793e176
feat: remove haptic feedback setting
...
Haptic feedback behaviour can already be controlled from Anddroid
settings.
2024-05-25 11:31:58 +02:00
FineFindus
542c24ff75
refactor: deduplicate remote interactions
2024-05-25 11:26:45 +02:00
FineFindus
965f7c6d1d
refactor(PhotoViewer): use getFileProviderUri
2024-05-25 11:11:41 +02:00
Kaitlin
2df6d9ce60
fix: make autoexpand content warning option also expand cws that start with re: or variations
2024-05-23 20:13:28 -05:00
LucasGGamerM
5d3afc1b0e
Merge pull request #413
...
refactor: share img/show preview
2024-05-23 14:16:03 -03:00
Grishka
0c8f903eb6
Share sheet previews (AND-139)
2024-05-23 14:09:45 -03:00
Grishka
ef23734b22
Fix #842
2024-05-22 15:34:05 -03:00
FineFindus
c0ab3a47ae
feat(PhotoViewer): rich previews for image sharing
2024-05-22 19:53:57 +02:00
FineFindus
f4a94bc42e
refactor(PhotoViewer): deduplicate file sharing code
2024-05-22 19:51:10 +02:00
rex07
69b95c27ec
Translated using Weblate (Arabic)
...
Currently translated at 15.0% (3 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ar/
2024-05-19 21:18:22 +00:00
LucasGGamerM
c64d6db859
Merge pull request #409 from FineFindus/feat/improve-poll-animation
...
feat(Poll): scale animation based on votes
2024-05-19 10:59:38 -03:00
LucasGGamerM
730adc34dd
Merge pull request #410 from FineFindus/feat/fdroid-notification-warning
...
feat: warn if UP is disabled on FDroid variant
2024-05-19 10:57:31 -03:00
LucasGGamerM
a082a3d325
feat(crash-status-display-item): makes the app not crash when creating the status display items
...
This is the first part of a 2 part patch, because crashes can still happpen when the item is being "binded", which makes it necessary to handle those errors as well, which we currently DON'T do.
Also the Error item is still needing to be better, so there is also that to work on
2024-05-19 10:20:15 -03:00
FineFindus
c7820ddac8
feat: warn if UP is disabled on FDroid variant
...
Displays a warning in the notifications settings fragment, if
UnifiedPush is disabled (or cannot be enabled). The warning will be only
displayed on the FDroid build variant, since other versions use FCM by
default.
2024-05-19 13:36:45 +02:00
FineFindus
169fbc2d52
feat(Poll): scale animation based on votes
...
Updates the animation timing, to be based on the amount of votes a
option received relative to the other options. This means a option with
more votes will run longer than one with less votes. Overall this makes
the animation appear more dynamic and smoother.
2024-05-19 08:42:02 +02:00
LucasGGamerM
44e3e5faaf
fix(compose-content-type-menu): hopefully fix a crash on this thing being null
...
Fuck java
2024-05-18 13:43:06 -03:00
LucasGGamerM
711c70af2f
build: add name suffixes for F-Droid and GitHub versions
2024-05-18 13:28:30 -03:00
LucasGGamerM
1d405d9e48
Merge pull request #406
...
fix(ThreadFragment): pass correct account to ComposeView
2024-05-18 13:24:18 -03:00
LucasGGamerM
892ce130ca
Merge pull request #405
...
feat(PollOptions): animate view results
2024-05-18 13:22:24 -03:00
LucasGGamerM
fea9d6e761
Merge pull request #408 from FineFindus/feat/recents
...
feat: display URL in recents for more fragments
2024-05-15 16:17:06 -03:00
FineFindus
88e11f25a7
feat(settings): display filter URL in recents
2024-05-15 15:38:03 +02:00
FineFindus
6faa497569
feat(settings): display notifications URL in recents
2024-05-15 15:37:33 +02:00
FineFindus
1d45899f8c
feat(settings): display URL in recents overview
2024-05-15 15:36:47 +02:00
FineFindus
938643f9e2
fix(discover): provide WebUri for fragments
...
Fixes an issue, where the discover fragments did not display their URL
in the recents overview.
2024-05-15 15:35:30 +02:00
FineFindus
1ccf9bf4b7
fix(ThreadFragment): pass correct account to ComposeView
...
Fixes an issue, where the wrong account could be passed to the
ComposeView, when longpressing the replyBar and choosing an account.
2024-05-14 18:50:01 +02:00
FineFindus
ad9b5f028d
feat(PollOptions): adjust animation curve
2024-05-12 21:29:50 +02:00
LucasGGamerM
e52154fd17
Merge pull request #404 from FineFindus/fix/custom-timeline-recents
...
fix(CustomLocalTimeline): set WebUri with scheme
2024-05-12 15:42:42 -03:00
FineFindus
54202f3e8d
feat(PollOptions): animate view results
2024-05-12 20:42:28 +02:00
FineFindus
d4b8c350dc
fix(CustomLocalTimeline): set WebUri with scheme
2024-05-12 13:59:47 +02:00
LucasGGamerM
daaf467168
style(browser-select-setting): remove unnecessary commented out code
2024-05-12 08:11:16 -03:00
LucasGGamerM
eda52d5a55
fix(browser-select-setting): remove unnecessary dialog option subtitle
2024-05-12 08:09:24 -03:00
LucasGGamerM
0700274d6b
fix(browser-select-setting): don't query user's browser (excessive-permissions)
2024-05-12 08:07:36 -03:00
LucasGGamerM
faee3e3dd6
fix(custom-local-timelines-filters): check if filtered status is null before iterating on them
2024-05-11 15:06:37 -03:00
LucasGGamerM
129ce09c9f
fix(get-client-filters): only add client filters if status is not previously filtered
2024-05-11 14:49:13 -03:00
LucasGGamerM
368e226257
fix(get-client-filters): make client filters List modifiable, avoiding a crash when trying to modify it
2024-05-11 14:25:44 -03:00
LucasGGamerM
93321720e1
Merge pull request #399 from FineFindus/fix/apply-filter-highlight
...
fix: apply filter highlight
2024-05-11 14:08:29 -03:00
LucasGGamerM
96c1c036a8
feat(save-backup): use ACTION_CREATE_DOCUMENT instead of "Sharing" the backup file
2024-05-11 14:05:48 -03:00
Espasant3
edffe0fd42
Translated using Weblate (Galician)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/gl/
2024-05-09 20:18:22 +00:00
FineFindus
d1d8f2ef45
refactor(StatusDisplayItem): move client filters to AccountSession
2024-05-09 06:39:50 +02:00
LucasGGamerM
95ba52b761
fix(import-backup): check if json is not null before importing
2024-05-08 20:09:00 -03:00
LucasGGamerM
02c8a56c17
Merge pull request #400 from FineFindus/feat/import-export
...
feat: implement import/export of settings
2024-05-08 19:21:20 -03:00
LucasGGamerM
b34a855150
Merge pull request #396 from FineFindus/fix/hashtag-timeline
...
fix: fallback to hashtag name
2024-05-08 19:01:12 -03:00
FineFindus
b736cf2925
refactor(settings): remove debug log
2024-05-08 22:32:46 +02:00
FineFindus
eea78302ab
feat(settings): implement settings import
2024-05-08 22:26:26 +02:00
FineFindus
09a7da2952
feat(settings): implement settings export
2024-05-08 22:25:01 +02:00
FineFindus
ebf3b075b8
fix(StatusDisplayItem): apply filter highlight
...
The filter highlight was not correctly shown, as the source text was
re-parsed when creating the TextStatusDisplayItem.
2024-05-08 17:08:18 +02:00
FineFindus
28c851a630
refactor: remove StatusFilterPredicate
...
Removes the deprecated StatusFilterPredicate class, as it has been
replaced upstream. Client-side filters are now directly applied in the
when building a StatusDisplayItem.
2024-05-08 16:43:33 +02:00
Espasant3
44194e5d43
Translated using Weblate (Galician)
...
Currently translated at 90.0% (18 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/gl/
2024-05-08 07:52:40 +00:00
Espasant3
58bb492461
Translated using Weblate (Galician)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2024-05-08 07:52:39 +00:00
FineFindus
00726abec1
feat(CustomLocalTimeline): set Public FitlterContext
2024-05-07 18:50:25 +02:00
FineFindus
c9e93bb6a6
fix: apply filters only in appropriate context
...
Currently Filters in AccountSession are applied regardless of the
FilterContext.
2024-05-07 18:49:27 +02:00
FineFindus
f980bba7cd
fix: fallback to hashtag name
...
Fixes an issue, where Hashtag timeline where created with an empty
hashtag.
2024-05-07 18:28:47 +02:00
LucasGGamerM
d87d656002
chore: add 105 changelog
2024-05-05 16:52:55 -03:00
LucasGGamerM
9e9061e29c
build: bump version number
2024-05-05 16:49:48 -03:00
LucasGGamerM
70d0ba88e4
fix(custom-tabs-setting): use upstream implementation
...
Seriously, why do we do this?
2024-05-05 16:47:12 -03:00
LucasGGamerM
9cb48e2f25
fix(mute-confirmation-sheet-timer-dialog): use Ok instead of Save
2024-05-05 16:21:44 -03:00
LucasGGamerM
6f89dd7331
fix(photo-viewer-menu-icons): readd share button on non-status media viewers
2024-05-05 16:18:11 -03:00
LucasGGamerM
a59c20d239
fix(menu-icons): disable them for android 14 and higher devices
...
This is due to a shitty bug with android 14 and InsetDrawables which I couldn´t fix yet
2024-05-05 16:07:26 -03:00
LucasGGamerM
3e36a72852
Merge pull request #386 from FineFindus/feat/open-about-links
...
feat(about): try to open links in-app
2024-05-05 16:06:22 -03:00
FineFindus
7801d28a23
refactor(SettingsServerAboutFragment): always use UiUtils.openURL
2024-05-05 21:02:40 +02:00
LucasGGamerM
c2e6c802a1
Merge pull request #385 from FineFindus/feat/remote-edit-history
...
feat(StatusEditHistory): load remote history
2024-05-05 16:02:19 -03:00
FineFindus
2dbfe88397
feat(StatusEditHistory): display subtitle on failed remote loading
2024-05-05 21:00:07 +02:00
LucasGGamerM
60f0a3d5ee
Merge pull request #384 from FineFindus/fix/save-lists
...
fix(lists): send requests for list membership
2024-05-04 09:59:27 -03:00
FineFindus
86506f9ba4
feat(about): try to open links in-app
...
The About screen often contains links the local accounts (e.g.
moderators, admins) instead of always opening them in the browser, try
to open them in-app first.
2024-04-30 19:56:29 +02:00
FineFindus
7269788831
feat(StatusEditHistory): load remote history
...
Sometimes the server sends only the latest status instead of the full
history. Try to avoid this by requesting the history directly from the
server.
2024-04-30 19:10:03 +02:00
FineFindus
f7d0bda90f
fix(lists): send requests for list membership
...
Fixes a regression in 0af8dbf09b , where
lists memberships where not saved, as the requests where not send to the
server.
2024-04-30 18:21:23 +02:00
0ko
eea350f84e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2024-04-27 06:18:23 +00:00
lucasmz
44bec713ae
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2024-04-27 06:18:23 +00:00
LucasGGamerM
d5cd016776
fix(push-notification-receiver): check if status is null before doing stuff
2024-04-18 13:44:17 -03:00
LucasGGamerM
849172ad7f
Merge pull request #377 from FineFindus/feat/post-menu
...
fix(compose): disable group divider on EMUI
2024-04-17 20:17:10 -03:00
LucasGGamerM
de57ceb939
fix(thread-fragment): use itemsToModify instead of items when adding the extended footer to the ThreadFragment
2024-04-17 07:44:16 -03:00
FineFindus
bf36f12f79
fix(compose): disable group divider on EMUI
2024-04-16 09:15:48 +02:00
LucasGGamerM
e9684441c0
Merge remote-tracking branch 'weblate/master'
2024-04-15 15:55:54 -03:00
Eugen Rochko
aa4bd9d5a3
New translations strings.xml (French)
2024-04-15 15:53:22 -03:00
Eugen Rochko
86f82f88da
New translations strings.xml (French)
2024-04-15 15:53:22 -03:00
Eugen Rochko
fb5c8504ab
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:21 -03:00
Eugen Rochko
cff824e745
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:21 -03:00
Eugen Rochko
200583f492
New translations strings.xml (Japanese)
2024-04-15 15:53:21 -03:00
Eugen Rochko
49e8083c9a
New translations strings.xml (Turkish)
2024-04-15 15:53:21 -03:00
Eugen Rochko
15fe3595a3
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:53:20 -03:00
Eugen Rochko
dd7e9be803
New translations strings.xml (Turkish)
2024-04-15 15:53:03 -03:00
Eugen Rochko
8ce7987591
New translations strings.xml (Vietnamese)
2024-04-15 15:52:54 -03:00
Eugen Rochko
0b7f5f7f64
New translations strings.xml (Basque)
2024-04-15 15:52:47 -03:00
Eugen Rochko
db7d223be6
New translations strings.xml (Thai)
2024-04-15 15:52:46 -03:00
Eugen Rochko
cabbc934ec
New translations strings.xml (Icelandic)
2024-04-15 15:52:46 -03:00
Eugen Rochko
c277a13d39
New translations strings.xml (Italian)
2024-04-15 15:52:46 -03:00
Eugen Rochko
404de46eee
New translations strings.xml (French)
2024-04-15 15:52:38 -03:00
Eugen Rochko
b5f062ca99
New translations strings.xml (French)
2024-04-15 15:52:37 -03:00
Eugen Rochko
6d1ef8b59d
New translations strings.xml (Chinese Traditional)
2024-04-15 15:52:37 -03:00
Eugen Rochko
83ced914ef
New translations strings.xml (Slovenian)
2024-04-15 15:52:37 -03:00
Eugen Rochko
08a468c56f
New translations strings.xml (Dutch)
2024-04-15 15:52:31 -03:00
Eugen Rochko
66cb74249e
New translations strings.xml (French)
2024-04-15 15:52:31 -03:00
Eugen Rochko
2d10387404
New translations strings.xml (Dutch)
2024-04-15 15:52:31 -03:00
Eugen Rochko
60de667feb
New translations strings.xml (Icelandic)
2024-04-15 15:52:25 -03:00
Eugen Rochko
d01fa27f85
New translations strings.xml (Icelandic)
2024-04-15 15:52:24 -03:00
Eugen Rochko
56560e741c
New translations strings.xml (French)
2024-04-15 15:52:17 -03:00
Eugen Rochko
3d57954866
New translations strings.xml (French)
2024-04-15 15:52:17 -03:00
Eugen Rochko
dab3ad79ed
New translations strings.xml (Lithuanian)
2024-04-15 15:51:20 -03:00
Eugen Rochko
0d9ac99313
New translations strings.xml (Basque)
2024-04-15 15:51:12 -03:00
Eugen Rochko
2883881402
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
760cfa0b9f
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
ceb89e4dd7
New translations strings.xml (Armenian)
2024-04-15 15:51:04 -03:00
Eugen Rochko
f3c9b4e2cf
New translations strings.xml (Armenian)
2024-04-15 15:51:03 -03:00
Eugen Rochko
cc07c539e0
New translations strings.xml (Japanese)
2024-04-15 15:50:50 -03:00
Eugen Rochko
57ff23e8c1
New translations strings.xml (Chinese Traditional)
2024-04-15 15:50:45 -03:00
Eugen Rochko
bfe6559690
New translations strings.xml (Russian)
2024-04-15 15:50:32 -03:00
Eugen Rochko
138e633acd
New translations strings.xml (Czech)
2024-04-15 15:50:27 -03:00
Eugen Rochko
68ab66bed7
New translations strings.xml (Czech)
2024-04-15 15:50:26 -03:00
Eugen Rochko
f22de651c9
New translations strings.xml (Greek)
2024-04-15 15:50:20 -03:00
Eugen Rochko
5a46ae8d7b
New translations strings.xml (Greek)
2024-04-15 15:50:19 -03:00
Eugen Rochko
297c37a72e
New translations strings.xml (Hungarian)
2024-04-15 15:50:14 -03:00
Eugen Rochko
a6f654cb36
New translations strings.xml (Hungarian)
2024-04-15 15:50:14 -03:00
Eugen Rochko
f6a844138b
New translations strings.xml (Thai)
2024-04-15 15:50:09 -03:00
Eugen Rochko
2d857f4f1b
New translations strings.xml (Chinese Traditional)
2024-04-15 15:38:04 -03:00
Eugen Rochko
915f2ca108
New translations strings.xml (Slovenian)
2024-04-15 15:38:04 -03:00
Eugen Rochko
cd49b5f0b4
New translations strings.xml (Japanese)
2024-04-15 15:38:04 -03:00
Eugen Rochko
7d22f93b5d
New translations strings.xml (Spanish)
2024-04-15 15:38:04 -03:00
Eugen Rochko
da74ae0a7c
New translations strings.xml (Spanish)
2024-04-15 15:37:51 -03:00
Eugen Rochko
d67ab02443
New translations strings.xml (Spanish)
2024-04-15 15:37:50 -03:00
Eugen Rochko
c821326326
New translations strings.xml (Slovenian)
2024-04-15 15:37:44 -03:00
Eugen Rochko
464c80ed8f
New translations strings.xml (Japanese)
2024-04-15 15:37:37 -03:00
Eugen Rochko
4adf250645
New translations strings.xml (Japanese)
2024-04-15 15:37:37 -03:00
Eugen Rochko
190755d2cc
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:31 -03:00
Eugen Rochko
6deae2341b
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:30 -03:00
Eugen Rochko
a23b39255d
New translations strings.xml (Kabyle)
2024-04-15 15:37:23 -03:00
Eugen Rochko
20378cc1c5
New translations strings.xml (Scottish Gaelic)
2024-04-15 15:37:22 -03:00
Eugen Rochko
0c5f7552e0
New translations strings.xml (Bosnian)
2024-04-15 15:37:22 -03:00
Eugen Rochko
99e382c9f8
New translations strings.xml (Filipino)
2024-04-15 15:37:22 -03:00
Eugen Rochko
ec332cb867
New translations strings.xml (Burmese)
2024-04-15 15:37:22 -03:00
Eugen Rochko
4e3ddaf782
New translations strings.xml (Croatian)
2024-04-15 15:37:21 -03:00
Eugen Rochko
4a4fec06f6
New translations strings.xml (Thai)
2024-04-15 15:37:21 -03:00
Eugen Rochko
43d4978b1b
New translations strings.xml (Bengali)
2024-04-15 15:37:21 -03:00
Eugen Rochko
7fbfae7388
New translations strings.xml (Indonesian)
2024-04-15 15:37:20 -03:00
Eugen Rochko
1772655c8c
New translations strings.xml (Portuguese, Brazilian)
2024-04-15 15:37:20 -03:00
Eugen Rochko
6631de85e3
New translations strings.xml (Icelandic)
2024-04-15 15:37:20 -03:00
Eugen Rochko
a19a39ff51
New translations strings.xml (Galician)
2024-04-15 15:37:20 -03:00
Eugen Rochko
89f96cba52
New translations strings.xml (Vietnamese)
2024-04-15 15:37:19 -03:00
Eugen Rochko
dae32e2645
New translations strings.xml (Chinese Traditional)
2024-04-15 15:37:19 -03:00
Eugen Rochko
3af3993e1d
New translations strings.xml (Chinese Simplified)
2024-04-15 15:37:19 -03:00
Eugen Rochko
9cd0b90c9a
New translations strings.xml (Ukrainian)
2024-04-15 15:37:18 -03:00
Eugen Rochko
798325339f
New translations strings.xml (Turkish)
2024-04-15 15:37:18 -03:00
Eugen Rochko
d17e25e7eb
New translations strings.xml (Swedish)
2024-04-15 15:37:18 -03:00
Eugen Rochko
73f15caae2
New translations strings.xml (Slovenian)
2024-04-15 15:37:18 -03:00
Eugen Rochko
76c64195b0
New translations strings.xml (Portuguese)
2024-04-15 15:37:17 -03:00
Eugen Rochko
e1315eafde
New translations strings.xml (Norwegian)
2024-04-15 15:37:17 -03:00
Eugen Rochko
1c9b7b8cbe
New translations strings.xml (Lithuanian)
2024-04-15 15:37:17 -03:00
Eugen Rochko
f9844a7337
New translations strings.xml (Korean)
2024-04-15 15:36:54 -03:00
Eugen Rochko
4cb0eed126
New translations strings.xml (Georgian)
2024-04-15 15:36:53 -03:00
Eugen Rochko
bfab791850
New translations strings.xml (Japanese)
2024-04-15 15:36:49 -03:00
Eugen Rochko
a2767d6002
New translations strings.xml (Italian)
2024-04-15 15:36:48 -03:00
Eugen Rochko
62a65ab4c6
New translations strings.xml (Armenian)
2024-04-15 15:36:48 -03:00
Eugen Rochko
04d6ca9485
New translations strings.xml (Finnish)
2024-04-15 15:36:48 -03:00
Eugen Rochko
36620d7415
New translations strings.xml (Basque)
2024-04-15 15:36:48 -03:00
Eugen Rochko
d5e9697420
New translations strings.xml (German)
2024-04-15 15:36:47 -03:00
Eugen Rochko
e5da0681ae
New translations strings.xml (Danish)
2024-04-15 15:36:47 -03:00
Eugen Rochko
863ff48bd4
New translations strings.xml (Czech)
2024-04-15 15:36:47 -03:00
Eugen Rochko
a9948ee996
New translations strings.xml (Arabic)
2024-04-15 15:36:47 -03:00
Eugen Rochko
fba231c855
New translations strings.xml (Spanish)
2024-04-15 15:36:47 -03:00
Eugen Rochko
09911e4494
New translations strings.xml (French)
2024-04-15 15:36:46 -03:00
Eugen Rochko
ff2407239f
New translations strings.xml (Dutch)
2024-04-15 15:36:46 -03:00
Eugen Rochko
4d990647f3
New translations strings.xml (Persian)
2024-04-15 15:36:46 -03:00
Eugen Rochko
5ac91605ed
New translations strings.xml (Catalan)
2024-04-15 15:36:45 -03:00
Eugen Rochko
4a8a3530ab
New translations strings.xml (Belarusian)
2024-04-15 15:36:45 -03:00
Eugen Rochko
e8a600ff29
New translations strings.xml (Hindi)
2024-04-15 15:36:45 -03:00
Eugen Rochko
6df1cffc55
New translations strings.xml (Greek)
2024-04-15 15:36:40 -03:00
Eugen Rochko
5826b17840
New translations strings.xml (Russian)
2024-04-15 15:36:39 -03:00
Eugen Rochko
fdc052f8f1
New translations strings.xml (Polish)
2024-04-15 15:36:39 -03:00
Eugen Rochko
a59774fe78
New translations strings.xml (Hungarian)
2024-04-15 15:36:39 -03:00
Eugen Rochko
19bf9c4ee6
New translations strings.xml (Dutch)
2024-04-15 15:36:31 -03:00
edxkl
2139dbd76b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.5% (413 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2024-04-13 21:18:28 +00:00
edxkl
aab829ac4d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-04-13 21:18:24 +00:00
LucasGGamerM
d047379785
fix(compose-autocomplete): add null checks to hashtags logic
...
Fuck java
2024-04-12 16:53:43 -03:00
LucasGGamerM
ff9587661e
fix(emoji-selector): fixes crash when you typed an emoji's name and pressed the virtual keyboard's emoji suggestion
...
@sk22 might like this one
2024-04-12 16:29:49 -03:00
LucasGGamerM
e6a4f81b78
fix(client-filters): readd the necessary logic for them to work again
2024-04-12 14:39:33 -03:00
jonta
ad92a08271
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.1% (382 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2024-04-11 15:18:21 +00:00
LucasGGamerM
038923bf8f
Merge pull request #374 from FineFindus/fix/show-filter-warning
...
fix: replace correct filter item
2024-04-10 12:39:54 -03:00
LucasGGamerM
b0518b807e
Merge pull request #373 from FineFindus/fix/open-url
...
fix(search): open lemmy URLs
2024-04-10 12:39:19 -03:00
LucasGGamerM
2c743b11e6
fix(unmuting): add request body when unmuting to prevent failed POST request
2024-04-10 12:37:55 -03:00
LucasGGamerM
6c519b3cb9
feat(mute-sheet): use secondary button for mute duration instead of a new row
2024-04-10 12:30:02 -03:00
FineFindus
5ed4fdbb36
fix: replace correct filter item
2024-04-10 17:22:11 +02:00
FineFindus
a844852669
fix(search): open lemmy URLs
...
Closes https://github.com/LucasGGamerM/moshidon/issues/349 .
2024-04-10 16:45:02 +02:00
LucasGGamerM
4f3d711d2b
Merge pull request #371
...
feat: add mute duration and notifications to mute confirmation sheet
2024-04-07 13:08:50 -03:00
LucasGGamerM
24be1c68ad
fix(restriction-confirmation-sheet): make secondary button appear on top of primary button
...
This is the first part of the chore to readd the mute timer thing
2024-04-07 08:42:36 -03:00
FineFindus
fe96ee5f2a
feat: propagate row clicks to child
2024-04-02 20:04:40 +02:00
FineFindus
e6501ad8a3
feat: add mute notifications toggle
2024-04-02 19:53:54 +02:00
FineFindus
18f8c1d29e
refactor: only add body for muting requests
2024-04-02 19:34:26 +02:00
FineFindus
56540d7e7b
feat: re-add mute duration option
2024-04-02 19:32:08 +02:00
FineFindus
37f63b1142
feat: add support for rows with custom views
2024-04-02 19:31:22 +02:00
LucasGGamerM
da3c19cdd0
Merge pull request #367 from Mattis142/master
...
Add Korean Store listing translation
2024-03-30 08:09:49 -03:00
LucasGGamerM
9a28d23be0
fix(photo-viewer-sheet): make alt text selectable again
2024-03-30 07:56:14 -03:00
LucasGGamerM
51a9c7c58e
Merge branch 'fix/double_push'
2024-03-29 18:00:02 -03:00
lyyn
8e00b04f71
Fix missing case for STATUS notification title
2024-03-29 17:53:48 -03:00
LucasGGamerM
d08c64e749
Merge pull request #368 from FineFindus/fix/open-link-browser
...
fix: use correct openURL function
2024-03-28 17:32:44 -03:00
FineFindus
974774a913
fix: use correct openURL function
2024-03-28 20:49:51 +01:00
Mattis142
608ac60aec
Delete metadata/ko/images/phoneScreenshots/test
2024-03-27 16:48:48 +01:00
Mattis142
a4586f2c0c
Added Korean translation for Store listing
2024-03-27 16:48:13 +01:00
Mattis142
1da2df220b
Create test
2024-03-27 16:46:53 +01:00
CDN18
13ed669423
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2024-03-25 21:18:21 +00:00
Titanium
0046fa5d9e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2024-03-25 21:18:21 +00:00
LucasGGamerM
0931702802
fix(custom-local-timelines): revert 629262c266 and fix the crash for good
...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2024-03-24 15:13:24 -03:00
LucasGGamerM
d7a229afeb
Merge pull request #366 from FineFindus/feat/remove-home-longpress
...
feat: remove home tab longpress
2024-03-24 14:50:13 -03:00
LucasGGamerM
14f260d6a1
fix( #359 ): use upstream ripple overlay alpha value
2024-03-24 14:49:40 -03:00
FineFindus
2ab74de236
feat: remove home tab longpress
2024-03-23 12:03:40 +01:00
LucasGGamerM
7a4387a459
Merge pull request #364 from FineFindus/feat/replybar-longpress
...
feat: support longpressing replyBar
2024-03-22 18:18:50 -03:00
LucasGGamerM
629262c266
fix(custom-local-timelines): crash whenever a mention is shown
...
I don't know what caused this. Probably the HTML parser, but its now fixed forever, hopefully this thing does not happen again :)
2024-03-22 15:25:06 -03:00
FineFindus
a7c558afd8
feat: support longpressing replyBar
2024-03-22 13:21:31 +01:00
LucasGGamerM
8d6593e12c
feat(search): add back bot indicator to account search results preview
2024-03-20 17:20:19 -03:00
LucasGGamerM
72cf5c3b59
fix(profile-fragment): add a margin to the domain button in the profile
2024-03-20 16:02:46 -03:00
LucasGGamerM
b018b817e8
Merge pull request #362
...
fix(profile): display username icons after server
2024-03-20 15:46:11 -03:00
LucasGGamerM
bf0c80d6b9
Merge pull request #363
...
fix: increase boost button witdth
2024-03-20 15:45:30 -03:00
FineFindus
daa391a877
fix: increase boost button witdth
2024-03-20 13:42:15 +01:00
FineFindus
1fedfce00d
fix(profile): display username icons after server
2024-03-20 13:23:00 +01:00
gallegonovato
78805116f8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-03-20 11:53:34 +00:00
butterflyoffire
98a9966461
Translated using Weblate (French)
...
Currently translated at 92.0% (92 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fr/
2024-03-20 11:53:34 +00:00
gallegonovato
2d127daf67
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-03-20 11:53:34 +00:00
LucasGGamerM
2497ece9f1
fix(avatar-span): don´t check for handleClick to be null
...
This makes it so the avatar span is always shown, even when handleClick is null
2024-03-19 14:30:27 -03:00
LucasGGamerM
44b9f8c0ec
Merge pull request #360 from FineFindus/fix/inline-reply-short
...
fix: display inline avatar for boosted replies
2024-03-19 14:18:11 -03:00
FineFindus
6ae234cf42
refactor(inline-avatar): find displayname using string search
2024-03-19 15:43:21 +01:00
FineFindus
39f3e72a47
fix: display inline avatar on short text
2024-03-19 09:14:09 +01:00
SomeTr
b1e2cab5fa
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (38 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-03-18 17:53:34 +00:00
CDN18
75da570682
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (38 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/zh_Hans/
2024-03-18 17:53:34 +00:00
ghose
e08718fc08
Translated using Weblate (Galician)
...
Currently translated at 50.0% (19 of 38 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/gl/
2024-03-18 17:53:34 +00:00
CDN18
4ebe4434f2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2024-03-18 17:53:33 +00:00
SomeTr
5cc9ecc8e0
Translated using Weblate (Ukrainian)
...
Currently translated at 84.0% (84 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-03-18 17:53:33 +00:00
ghose
e943ac1a05
Translated using Weblate (Galician)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2024-03-18 17:53:33 +00:00
locness3
c439171a08
Translated using Weblate (French)
...
Currently translated at 89.0% (89 of 100 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fr/
2024-03-18 17:53:33 +00:00
LucasGGamerM
a9c6bf24fd
fix(avatar-span): make the avatar appear more centered relative to the rest of the text
2024-03-17 20:16:14 -03:00
LucasGGamerM
ad4423526d
fix(extended-footer): readd "last edit"'s button icon
2024-03-17 20:01:30 -03:00
LucasGGamerM
445bf28e94
fix(extended-footer): make bottom padding smaller
2024-03-17 19:57:00 -03:00
LucasGGamerM
f33edfa70f
Merge branch 'feat/inline-reply-avatar'
2024-03-17 16:31:47 -03:00
LucasGGamerM
e694715dae
Merge branch 'bugfix/965'
...
# Conflicts:
# mastodon/src/main/AndroidManifest.xml
2024-03-17 16:25:49 -03:00
LucasGGamerM
8f69358d34
Merge pull request #357
...
feat: use PhotoViewerInfoSheet buttons
2024-03-17 13:39:25 -03:00
ptrwrbl
f425a73c74
Translated using Weblate (Polish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/pl/
2024-03-17 16:28:29 +00:00
ptrwrbl
1b1138242b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
2024-03-17 16:28:29 +00:00
dogasert01
5fae68f68f
Translated using Weblate (Turkish)
...
Currently translated at 21.2% (21 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/tr/
2024-03-17 16:28:29 +00:00
mihn
0100ecff9b
Translated using Weblate (Vietnamese)
...
Currently translated at 98.9% (98 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/vi/
2024-03-17 16:28:29 +00:00
SomeTr
8651db933a
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-03-17 16:28:29 +00:00
dontobi
5082930a80
Translated using Weblate (German)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/de/
2024-03-17 16:28:29 +00:00
dabid
cc8a81aa31
Translated using Weblate (Basque)
...
Currently translated at 2.7% (1 of 37 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/eu/
2024-03-17 16:28:29 +00:00
gallegonovato
ccb22802da
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-03-17 16:28:29 +00:00
dabid
c55f2056c2
Translated using Weblate (Basque)
...
Currently translated at 70.7% (70 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eu/
2024-03-17 16:28:29 +00:00
dabid
6f5af40f2a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-03-17 16:28:29 +00:00
dabid
2fb879bd0d
Translated using Weblate (Basque)
...
Currently translated at 64.6% (64 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eu/
2024-03-17 16:28:29 +00:00
LucasGGamerM
a95c0058d8
Merge pull request #358
...
feat: add instance info button to DecentralizationExplainerSheet
2024-03-17 13:28:11 -03:00
LucasGGamerM
b1b03a3ada
Merge pull request #355
...
fix: use correct hashtag text to prevent crash
2024-03-17 13:26:19 -03:00
LucasGGamerM
6b5344bd11
Merge pull request #356
...
feat: display custom emoji in reply button
2024-03-17 13:23:17 -03:00
FineFindus
4d91ff3866
feat(DecentralizationExplainerSheet): add button to open about page
2024-03-17 15:55:14 +01:00
FineFindus
a488776daa
feat(profile): display DecentralizationExplainerSheet by clicking on username
2024-03-17 15:53:49 +01:00
FineFindus
740ff45bb6
feat: use photo info sheet buttons
2024-03-17 15:33:16 +01:00
FineFindus
7773c08387
fix(sheet-photo-viewer-info): increase button width
2024-03-17 15:30:03 +01:00
LucasGGamerM
4a13398801
feat(profile): make the new decentralization sheet appear only when holding the instance button
2024-03-17 10:37:02 -03:00
FineFindus
685e6e947f
feat: display custom emoji in reply button
2024-03-17 14:18:20 +01:00
LucasGGamerM
1dd46df540
feat(profile): add the upstream handle thingys
2024-03-17 10:11:40 -03:00
FineFindus
c73fa2dd6b
fix: use correct hashtag text
...
Fixes a regression introduced in 0af8dbf09b , taht caused the app to crash when long pressing on a hastag to copy it
2024-03-17 14:11:32 +01:00
LucasGGamerM
ad1de60968
fix(extended-footer): make it appear on top of the standard post footer
2024-03-17 09:49:56 -03:00
LucasGGamerM
d8a88d1803
fix(extended-footer-icons): makes them look good again
2024-03-17 09:46:30 -03:00
LucasGGamerM
f29a9b6748
Revert "feat(extended-footer): use lighter background color"
...
This reverts commit 7c8d0cb459 .
2024-03-17 09:38:29 -03:00
LucasGGamerM
60be7191aa
Merge pull request #352
...
feat: improve extended footer
2024-03-17 09:37:22 -03:00
LucasGGamerM
307f886ea5
Merge pull request #351
...
feat: show reply sheet on reply button
2024-03-17 09:32:25 -03:00
LucasGGamerM
47473a6372
Merge pull request #353
...
fix(remote-info): remove null check
2024-03-17 09:21:38 -03:00
LucasGGamerM
25f9e60527
fix(mentions-tab): make mentions tab actually show only mentions
2024-03-17 09:16:35 -03:00
FineFindus
a7b51095fb
fix(remote-info): remove null check
...
Fixes a regression introduced in 76867a971b , that caused remote info to be permanently disabled
2024-03-17 00:29:33 +01:00
FineFindus
75f14371d5
feat(extended-footer): add icons to boost/fav btns
2024-03-17 00:07:57 +01:00
FineFindus
7c8d0cb459
feat(extended-footer): use lighter background color
2024-03-17 00:07:36 +01:00
FineFindus
14a36d2602
feat: show reply sheet on reply button
2024-03-16 23:34:00 +01:00
LucasGGamerM
3939fc9795
chore(make-app-compile-again): just what the actual fuck did I just do
2024-03-16 18:23:11 -03:00
LucasGGamerM
06a26d308f
Merge branch 'merge-upstream'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/androidTest/java/org/joinmastodon/android/utils/StatusFilterPredicateTest.java
# mastodon/src/main/java/org/joinmastodon/android/ExternalShareActivity.java
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/MainActivity.java
# mastodon/src/main/java/org/joinmastodon/android/api/CacheController.java
# mastodon/src/main/java/org/joinmastodon/android/api/MastodonAPIController.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/AddAccountsToList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/CreateList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/DeleteList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/GetList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/GetLists.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/RemoveAccountsFromList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/lists/UpdateList.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/statuses/GetStatusEditHistory.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/timelines/GetPublicTimeline.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountLocalPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSession.java
# mastodon/src/main/java/org/joinmastodon/android/events/ListDeletedEvent.java
# mastodon/src/main/java/org/joinmastodon/android/events/ListUpdatedCreatedEvent.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/CustomLocalTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/EditTimelinesFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HashtagTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeTabFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ListTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ListsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/account_list/PaginatedAccountListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/DiscoverPostsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/FederatedTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/LocalTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/SearchFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsAboutAppFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsMainFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/model/TimelineDefinition.java
# mastodon/src/main/java/org/joinmastodon/android/model/viewmodel/AccountViewModel.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ExtendedFooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/LinkCardStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/photoviewer/PhotoViewer.java
# mastodon/src/main/java/org/joinmastodon/android/ui/sheets/AccountSwitcherSheet.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/HtmlParser.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/LinkSpan.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/ActionModeHelper.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/java/org/joinmastodon/android/ui/viewcontrollers/ComposeLanguageAlertViewController.java
# mastodon/src/main/java/org/joinmastodon/android/ui/viewholders/AccountViewHolder.java
# mastodon/src/main/java/org/joinmastodon/android/ui/views/ListEditor.java
# mastodon/src/main/res/drawable/fg_link_card.xml
# mastodon/src/main/res/drawable/ic_arrow_drop_down_24px.xml
# mastodon/src/main/res/drawable/ic_arrow_right_24px.xml
# mastodon/src/main/res/drawable/ic_arrow_upward_24px.xml
# mastodon/src/main/res/drawable/ic_bookmark_fill1_24px.xml
# mastodon/src/main/res/drawable/ic_boost_24px.xml
# mastodon/src/main/res/drawable/ic_boost_private.xml
# mastodon/src/main/res/drawable/ic_help_24px.xml
# mastodon/src/main/res/drawable/ic_info_fill1_24px.xml
# mastodon/src/main/res/drawable/ic_m3_cancel.xml
# mastodon/src/main/res/layout/display_item_extended_footer.xml
# mastodon/src/main/res/layout/display_item_link_card.xml
# mastodon/src/main/res/layout/fragment_onboarding_follow_suggestions.xml
# mastodon/src/main/res/layout/fragment_onboarding_profile_setup.xml
# mastodon/src/main/res/layout/home_toolbar.xml
# mastodon/src/main/res/layout/item_discover_account.xml
# mastodon/src/main/res/layout/item_generic_list_content.xml
# mastodon/src/main/res/menu/post.xml
# mastodon/src/main/res/menu/profile.xml
# mastodon/src/main/res/values-ar-rSA/strings.xml
# mastodon/src/main/res/values-be-rBY/strings.xml
# mastodon/src/main/res/values-ca-rES/strings.xml
# mastodon/src/main/res/values-cs-rCZ/strings.xml
# mastodon/src/main/res/values-da-rDK/strings.xml
# mastodon/src/main/res/values-eu-rES/strings.xml
# mastodon/src/main/res/values-fa-rIR/strings.xml
# mastodon/src/main/res/values-fi-rFI/strings.xml
# mastodon/src/main/res/values-fil-rPH/strings.xml
# mastodon/src/main/res/values-fr-rFR/strings.xml
# mastodon/src/main/res/values-gd-rGB/strings.xml
# mastodon/src/main/res/values-gl-rES/strings.xml
# mastodon/src/main/res/values-hu-rHU/strings.xml
# mastodon/src/main/res/values-hy-rAM/strings.xml
# mastodon/src/main/res/values-in-rID/strings.xml
# mastodon/src/main/res/values-is-rIS/strings.xml
# mastodon/src/main/res/values-it-rIT/strings.xml
# mastodon/src/main/res/values-ja-rJP/strings.xml
# mastodon/src/main/res/values-kab/strings.xml
# mastodon/src/main/res/values-ko-rKR/strings.xml
# mastodon/src/main/res/values-nl-rNL/strings.xml
# mastodon/src/main/res/values-pl-rPL/strings.xml
# mastodon/src/main/res/values-pt-rBR/strings.xml
# mastodon/src/main/res/values-pt-rPT/strings.xml
# mastodon/src/main/res/values-ro-rRO/strings.xml
# mastodon/src/main/res/values-ru-rRU/strings.xml
# mastodon/src/main/res/values-sl-rSI/strings.xml
# mastodon/src/main/res/values-sv-rSE/strings.xml
# mastodon/src/main/res/values-tr-rTR/strings.xml
# mastodon/src/main/res/values-uk-rUA/strings.xml
# mastodon/src/main/res/values-zh-rCN/strings.xml
# mastodon/src/main/res/values/attrs.xml
# mastodon/src/main/res/values/palettes.xml
# mastodon/src/main/res/values/strings.xml
# mastodon/src/main/res/values/styles.xml
2024-03-16 18:21:22 -03:00
LucasGGamerM
d1656a525e
fix: make action button text on account card look decent again
2024-03-16 17:59:17 -03:00
ptrwrbl
b0dc521b90
Translated using Weblate (Polish)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/pl/
2024-03-09 15:13:09 +00:00
ptrwrbl
732de52ebb
Translated using Weblate (Polish)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2024-03-09 15:13:09 +00:00
LucasGGamerM
e9b6acb92d
feat: readd prereply sheets from upstream back into the code
2024-03-04 21:00:30 -03:00
LucasGGamerM
75e8d738a4
fix: crash when opening other people's profiles
2024-03-04 20:42:34 -03:00
LucasGGamerM
ec02aed557
feat: add the new block confirmation sheet from upstream
2024-03-04 20:25:24 -03:00
LucasGGamerM
20d0acc88c
chore: make the mute confirmation dialog work
...
TODO: Readd the time option
2024-03-04 16:40:10 -03:00
LucasGGamerM
71dd974d19
chore: readd all the new bottom sheet code
2024-03-04 16:29:57 -03:00
LucasGGamerM
0d7e10ca8a
fix(status-header): use correct icon for manage user lists menu entry
2024-03-03 16:46:03 -03:00
LucasGGamerM
fa31b0f2d6
fix(status-header): use correct name for manage user lists and remove duplicate copy link menu entrys
2024-03-03 16:44:06 -03:00
LucasGGamerM
a91e08fe1a
fix(onboarding-follow-suggestions): use the tabbar background drawable there
...
This makes the fragment look good
2024-03-03 16:43:22 -03:00
LucasGGamerM
3ea8b370bb
fix(link-card): use placeholder image when there is no card image
...
And round off the corners too
2024-03-03 16:25:09 -03:00
LucasGGamerM
02eb178443
fix(onboarding-follow-suggestions): remove non-wanted code and fix a crash
2024-03-03 16:04:42 -03:00
LucasGGamerM
e8b77d0dfa
fix(list-members fragment): fix compiler cries and readd some code
2024-03-03 15:42:17 -03:00
LucasGGamerM
f880d4b7b6
fix(snackbars): add the required colors to pallete to make them look good
2024-03-03 12:03:57 -03:00
LucasGGamerM
f5514e35e1
fix(extended-footer): use proper colors for extended footer
2024-03-03 11:50:44 -03:00
LucasGGamerM
193ef88814
fix(extended-footer): readd visibility indicator
2024-03-03 11:43:13 -03:00
LucasGGamerM
7de58a5e35
fix(extended-footer): make everything align
2024-03-03 11:35:38 -03:00
LucasGGamerM
633261c16b
chore(merge-upstream): commenting out the lines that made the compilation fail
2024-03-03 11:02:12 -03:00
LucasGGamerM
e295c8c381
chore(merge-upstream): readd has subtitle method to BaseAccountListFragment
2024-03-03 10:33:49 -03:00
LucasGGamerM
e71232ad40
chore(merge-upstream): use extended footer from upstream for now
2024-03-03 10:23:38 -03:00
Steph Kraemer
123ed6c56d
Fix for #965 - don't backup accounts.json
2024-03-01 20:22:33 -05:00
LucasGGamerM
cf31a1be57
chore(merge-upstream): a bunch of stuff is still left to be done :D
2024-02-27 20:53:32 -03:00
LucasGGamerM
64e82bdeed
chore(merge-upstream): still 21 things to do
2024-02-18 14:19:05 -03:00
LucasGGamerM
76867a971b
chore(merge-upstream): more conflict solving tomfoolery
2024-02-16 20:21:38 -03:00
LucasGGamerM
0af8dbf09b
chore(merging-upstream): bunch of conflicts to solve
2024-02-14 21:08:16 -03:00
Grishka
8dffbff97c
Domain badges & info sheet & my fanciest animation yet
2024-02-13 07:31:42 +03:00
Grishka
efb8cd565b
Update locales
2024-02-12 21:40:28 +03:00
Grishka
1f5bdb975b
Merge branch 'l10n_master'
2024-02-12 21:38:00 +03:00
Grishka
22dfc33974
Update strings
2024-02-12 21:37:44 +03:00
FineFindus
2071602607
feat: display boost timestamp
2024-02-10 14:54:58 +01:00
FineFindus
72940832a6
fix(ReblogOrReplyLineStatusDisplayItem): only display avatar for bossting
2024-02-10 13:55:31 +01:00
FineFindus
8e984a7cad
feat: inline avatars for reblogline
2024-02-09 23:13:50 +01:00
EndermanCo
34b2a4e2a0
Translated using Weblate (Persian)
...
Currently translated at 65.0% (13 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/fa/
2024-02-09 13:56:33 +00:00
butterflyoffire
2291c2bb28
Translated using Weblate (French)
...
Currently translated at 94.9% (398 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2024-02-09 13:56:33 +00:00
Grishka
6915d19fb4
fix
2024-02-09 03:38:00 +03:00
Grishka
ad2ef39ace
AND-122 Mute, block, and domain block confirmation screens
2024-02-09 03:27:05 +03:00
Eugen Rochko
3cff655e6f
New translations strings.xml (Persian)
2024-02-08 14:34:47 +01:00
Eugen Rochko
ed86a5a3e8
New translations strings.xml (Russian)
2024-02-07 19:48:30 +01:00
Eugen Rochko
f329435f51
New translations strings.xml (Catalan)
2024-02-06 18:19:58 +01:00
S1m
c8604ad68e
Fix NullPointerException with double push
2024-02-06 09:14:31 +01:00
Eugen Rochko
6a6a80bcd7
New translations strings.xml (Belarusian)
2024-02-03 17:27:48 +01:00
Eugen Rochko
62e4983f02
New translations strings.xml (Hindi)
2024-02-03 09:56:54 +01:00
Eugen Rochko
6dfd991e87
New translations strings.xml (Hindi)
2024-02-03 08:52:38 +01:00
Eugen Rochko
e205462bf4
New translations short_description.txt (Hindi)
2024-02-03 07:47:35 +01:00
Eugen Rochko
03f341f6f8
New translations full_description.txt (Hindi)
2024-02-03 07:47:34 +01:00
Eugen Rochko
b9b08c5ea7
New translations strings.xml (Hindi)
2024-02-03 07:47:33 +01:00
Eugen Rochko
2b5498ff5d
New translations full_description.txt (Hindi)
2024-02-03 06:46:31 +01:00
Eugen Rochko
84b058873d
New translations strings.xml (Hindi)
2024-02-03 06:46:30 +01:00
Eugen Rochko
fcf5c0822e
New translations strings.xml (Hindi)
2024-02-03 05:07:26 +01:00
Eugen Rochko
53c3da6a3d
New translations strings.xml (Hindi)
2024-02-02 18:19:31 +01:00
Eugen Rochko
68371c9a0f
New translations strings.xml (Hindi)
2024-02-02 16:58:56 +01:00
Grishka
e7295aac07
Fix #770
2024-02-02 15:34:06 +01:00
Eugen Rochko
ae7f65954a
New translations strings.xml (Hindi)
2024-02-02 15:30:16 +01:00
Grishka
350a73c3eb
Fix ripple color on Android 14
...
closes #767
2024-02-02 15:23:52 +01:00
EndermanCo
7581a6cf7e
Translated using Weblate (Persian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fa/
2024-01-28 00:30:37 +00:00
LucasGGamerM
85b135fa34
docs: add 104 changelog
2024-01-27 10:28:56 -03:00
LucasGGamerM
a195aa56ca
build: bump version number
2024-01-27 10:24:28 -03:00
butterflyoffire
b694329bda
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2024-01-27 13:21:36 +00:00
CDN18
79362b59c4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/zh_Hans/
2024-01-27 13:21:36 +00:00
CDN18
fa51b6acb2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/zh_Hans/
2024-01-27 13:21:36 +00:00
CDN18
0aa277ee72
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2024-01-27 13:21:36 +00:00
Linerly
d111be7293
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/id/
2024-01-27 13:21:36 +00:00
Linerly
dd06292b53
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/id/
2024-01-27 13:21:36 +00:00
SomeTr
98953e8afa
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-01-27 13:21:36 +00:00
legiz
8a8cefe68a
Translated using Weblate (Russian)
...
Currently translated at 22.2% (8 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/ru/
2024-01-27 13:21:36 +00:00
legiz
bbd72e299b
Translated using Weblate (Russian)
...
Currently translated at 96.9% (96 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ru/
2024-01-27 13:21:36 +00:00
gallegonovato
24b227f665
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-01-27 13:21:36 +00:00
gallegonovato
71118b1f84
Translated using Weblate (Spanish)
...
Currently translated at 97.2% (35 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/es/
2024-01-27 13:21:36 +00:00
rffontenelle
095e1543fe
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2024-01-27 13:21:36 +00:00
alextecplayz
7bdd9811da
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2024-01-27 13:21:36 +00:00
dontobi
c086900ae6
Translated using Weblate (German)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2024-01-27 13:21:36 +00:00
dontobi
143df89855
Translated using Weblate (German)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/de/
2024-01-27 13:21:36 +00:00
RTRedreovic
b0da6897a0
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eo/
2024-01-27 13:21:36 +00:00
SomeTr
b798bbf234
Translated using Weblate (Ukrainian)
...
Currently translated at 97.2% (35 of 36 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2024-01-27 13:21:36 +00:00
SomeTr
93ba515a29
Translated using Weblate (Ukrainian)
...
Currently translated at 83.8% (83 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2024-01-27 13:21:36 +00:00
ghose
df5bfa77c6
Translated using Weblate (Galician)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2024-01-27 13:21:36 +00:00
gallegonovato
797293fc4b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2024-01-27 13:21:36 +00:00
Eugen Rochko
66d8ba9b5d
New translations strings.xml (Hungarian)
2024-01-26 21:49:50 +01:00
Eugen Rochko
f944b12f45
New translations strings.xml (Hungarian)
2024-01-26 20:20:12 +01:00
Eugen Rochko
61928a1cf0
New translations strings.xml (Greek)
2024-01-26 16:15:35 +01:00
Eugen Rochko
f06196802e
New translations strings.xml (Greek)
2024-01-26 11:34:11 +01:00
Grishka
e162833ad7
Update fastlane screenshots ( closes #633 )
2024-01-26 13:28:43 +03:00
Eugen Rochko
936ffdc793
New translations strings.xml (Swedish)
2024-01-25 21:43:29 +01:00
Eugen Rochko
0bbf6abc0c
New translations strings.xml (Russian)
2024-01-25 11:03:38 +01:00
Gregory K
5552dc2ac6
Merge pull request #769 from jixiaoyong/master
...
fix: NullPointerException crash while change post language twice
2024-01-25 11:14:52 +03:00
JI,XIAOYONG
a65d6fbeb3
fix: NullPointerException crash while change post language twice
...
Closes https://github.com/mastodon/mastodon-android/issues/766
2024-01-25 15:54:15 +08:00
Eugen Rochko
43612ffbc1
New translations strings.xml (Polish)
2024-01-24 20:55:45 +01:00
Eugen Rochko
971881bbd3
New translations strings.xml (Slovenian)
2024-01-21 13:00:18 +01:00
Eugen Rochko
390cc6b65d
New translations strings.xml (Slovenian)
2024-01-21 12:01:14 +01:00
Eugen Rochko
ee31288769
New translations strings.xml (Thai)
2024-01-20 22:09:59 +01:00
Eugen Rochko
401986af29
New translations strings.xml (Galician)
2024-01-19 15:25:19 +01:00
Eugen Rochko
e41e89c5cd
New translations strings.xml (Hungarian)
2024-01-19 15:25:18 +01:00
Eugen Rochko
53de0cfc63
New translations strings.xml (Polish)
2024-01-19 14:07:59 +01:00
Eugen Rochko
e68481395f
New translations strings.xml (Polish)
2024-01-19 13:07:50 +01:00
butterflyoffire
2c86356389
Translated using Weblate (Arabic)
...
Currently translated at 78.0% (327 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2024-01-17 17:56:32 +00:00
Eugen Rochko
9a361e0688
New translations strings.xml (Czech)
2024-01-16 15:39:51 +01:00
Eugen Rochko
b8cce74824
New translations strings.xml (Portuguese)
2024-01-16 14:39:36 +01:00
Eugen Rochko
f1ad6fc511
New translations strings.xml (Hungarian)
2024-01-16 14:39:35 +01:00
Eugen Rochko
2aa4cc1a88
New translations strings.xml (Czech)
2024-01-16 14:39:34 +01:00
Eugen Rochko
fb17ba4777
New translations strings.xml (Portuguese, Brazilian)
2024-01-16 12:35:13 +01:00
Eugen Rochko
6e3c464c97
New translations strings.xml (Portuguese)
2024-01-16 12:35:12 +01:00
Eugen Rochko
640e5163a8
New translations strings.xml (Portuguese, Brazilian)
2024-01-16 10:41:19 +01:00
Eugen Rochko
fdd3f2f398
New translations strings.xml (Italian)
2024-01-16 00:28:25 +01:00
Eugen Rochko
dfc55a13b8
New translations strings.xml (Italian)
2024-01-15 23:26:28 +01:00
Eugen Rochko
5a83b79ac2
New translations strings.xml (Polish)
2024-01-15 01:45:23 +01:00
Eugen Rochko
7d954ab3c2
New translations strings.xml (Polish)
2024-01-15 00:43:45 +01:00
Eugen Rochko
ec0b830f4f
New translations strings.xml (Polish)
2024-01-14 23:43:15 +01:00
Eugen Rochko
26256b67d3
New translations strings.xml (Polish)
2024-01-14 20:48:10 +01:00
Eugen Rochko
2f9d60b9c0
New translations strings.xml (Polish)
2024-01-14 19:51:03 +01:00
Eugen Rochko
499a325bc8
New translations strings.xml (Polish)
2024-01-14 18:07:35 +01:00
LucasGGamerM
a1a4c59b83
fix(polls): maybe fix on vote poll crash issues
2024-01-12 20:51:59 -03:00
Eugen Rochko
97ca2634a0
New translations strings.xml (Lithuanian)
2024-01-12 16:34:20 +01:00
Eugen Rochko
6630f0f8da
New translations strings.xml (Lithuanian)
2024-01-12 14:51:16 +01:00
Eugen Rochko
129b253176
New translations strings.xml (Armenian)
2024-01-11 20:43:52 +01:00
Eugen Rochko
c2382d065e
New translations strings.xml (Armenian)
2024-01-11 19:46:15 +01:00
LucasGGamerM
38f74c96bf
feat(metadata): use @luis142's in store listing images!
2024-01-10 21:20:36 -03:00
Eugen Rochko
085264755a
New translations strings.xml (Chinese Traditional)
2024-01-08 14:54:56 +01:00
Eugen Rochko
baac955e52
New translations strings.xml (Chinese Traditional)
2024-01-08 13:30:18 +01:00
Eugen Rochko
4a0501209a
New translations strings.xml (Turkish)
2024-01-07 21:08:49 +01:00
Eugen Rochko
e471b36d39
New translations strings.xml (Japanese)
2024-01-07 09:53:25 +01:00
Eugen Rochko
5c2961cf7c
New translations strings.xml (Japanese)
2024-01-07 08:56:52 +01:00
Eugen Rochko
6e980f17c6
New translations strings.xml (Vietnamese)
2024-01-07 06:43:58 +01:00
Eugen Rochko
2860ce8755
New translations strings.xml (Vietnamese)
2024-01-07 05:25:19 +01:00
Eugen Rochko
ca25a868a0
New translations strings.xml (Thai)
2024-01-04 21:01:23 +01:00
Eugen Rochko
74f3bd5905
New translations strings.xml (Thai)
2024-01-04 19:45:26 +01:00
Eugen Rochko
e0a53b4296
New translations strings.xml (Slovenian)
2024-01-04 14:57:53 +01:00
Eugen Rochko
c20f043f38
New translations strings.xml (Icelandic)
2024-01-04 12:50:19 +01:00
Eugen Rochko
daf3005178
New translations strings.xml (Dutch)
2024-01-04 11:32:03 +01:00
Eugen Rochko
d17e24faae
New translations strings.xml (Scottish Gaelic)
2024-01-03 22:18:18 +01:00
Eugen Rochko
0cd17accf9
New translations strings.xml (Thai)
2024-01-03 22:18:13 +01:00
Eugen Rochko
65f7b97e60
New translations strings.xml (Persian)
2024-01-03 22:18:11 +01:00
Eugen Rochko
c7324285f3
New translations strings.xml (Indonesian)
2024-01-03 22:18:10 +01:00
Eugen Rochko
6bc795ebea
New translations strings.xml (Portuguese, Brazilian)
2024-01-03 22:18:09 +01:00
Eugen Rochko
f2616cdd58
New translations strings.xml (Galician)
2024-01-03 22:18:08 +01:00
Eugen Rochko
d50f65ffd8
New translations strings.xml (Vietnamese)
2024-01-03 22:18:07 +01:00
Eugen Rochko
b39b2d0544
New translations strings.xml (Chinese Traditional)
2024-01-03 22:18:06 +01:00
Eugen Rochko
cdaaa91bcc
New translations strings.xml (Ukrainian)
2024-01-03 22:18:05 +01:00
Eugen Rochko
109dca0b8a
New translations strings.xml (Turkish)
2024-01-03 22:18:03 +01:00
Eugen Rochko
ee87da564b
New translations strings.xml (Swedish)
2024-01-03 22:18:02 +01:00
Eugen Rochko
b143559a0f
New translations strings.xml (Russian)
2024-01-03 22:18:01 +01:00
Eugen Rochko
9b89727c80
New translations strings.xml (Polish)
2024-01-03 22:17:59 +01:00
Eugen Rochko
68a252c85c
New translations strings.xml (Norwegian)
2024-01-03 22:17:58 +01:00
Eugen Rochko
d99cb91e89
New translations strings.xml (Lithuanian)
2024-01-03 22:17:57 +01:00
Eugen Rochko
38879cd2fe
New translations strings.xml (Korean)
2024-01-03 22:17:56 +01:00
Eugen Rochko
af4d98a48b
New translations strings.xml (Japanese)
2024-01-03 22:17:54 +01:00
Eugen Rochko
39bb93d650
New translations strings.xml (Italian)
2024-01-03 22:17:53 +01:00
Eugen Rochko
0a3568f424
New translations strings.xml (Hungarian)
2024-01-03 22:17:52 +01:00
Eugen Rochko
e0b45720f0
New translations strings.xml (Finnish)
2024-01-03 22:17:50 +01:00
Eugen Rochko
f5b7024bb5
New translations strings.xml (Basque)
2024-01-03 22:17:49 +01:00
Eugen Rochko
f1bfa1f598
New translations strings.xml (Greek)
2024-01-03 22:17:48 +01:00
Eugen Rochko
653304f9a4
New translations strings.xml (German)
2024-01-03 22:17:47 +01:00
Eugen Rochko
3d416a038a
New translations strings.xml (Danish)
2024-01-03 22:17:46 +01:00
Eugen Rochko
e0eeb87182
New translations strings.xml (Czech)
2024-01-03 22:17:45 +01:00
Eugen Rochko
2570a86da9
New translations strings.xml (Belarusian)
2024-01-03 22:17:43 +01:00
Eugen Rochko
7b110f16b3
New translations strings.xml (Arabic)
2024-01-03 22:17:42 +01:00
Eugen Rochko
d170e87325
New translations strings.xml (Spanish)
2024-01-03 22:17:41 +01:00
Eugen Rochko
4a60f0c576
New translations strings.xml (Icelandic)
2024-01-03 22:17:39 +01:00
Eugen Rochko
4b5e9d604c
New translations strings.xml (French)
2024-01-03 22:17:38 +01:00
Eugen Rochko
f9562d5087
New translations strings.xml (Chinese Simplified)
2024-01-03 22:17:37 +01:00
Eugen Rochko
786091c0a4
New translations strings.xml (Armenian)
2024-01-03 22:17:36 +01:00
Eugen Rochko
436b8240ef
New translations strings.xml (Slovenian)
2024-01-03 22:17:35 +01:00
Eugen Rochko
e7253dcf97
New translations strings.xml (Dutch)
2024-01-03 22:17:34 +01:00
mdwalters
6815cd77e4
Translated using Weblate (Esperanto)
...
Currently translated at 0.4% (2 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/eo/
2024-01-03 20:58:07 +00:00
ptrwrbl
4f9a1db26b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/pl/
2024-01-03 20:58:07 +00:00
ptrwrbl
d3bcf9d8ee
Translated using Weblate (Polish)
...
Currently translated at 99.7% (418 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2024-01-03 20:58:07 +00:00
Grishka
48f9aabaf7
Support for invite links (AND-90)
2024-01-03 23:51:35 +03:00
Eugen Rochko
14d353ae27
New translations strings.xml (Icelandic)
2024-01-03 14:57:33 +01:00
Eugen Rochko
9a82846b84
New translations strings.xml (Icelandic)
2024-01-02 15:54:39 +01:00
Eugen Rochko
a4c9bbadc4
New translations strings.xml (Icelandic)
2024-01-02 14:01:52 +01:00
CDN18
35d39b63e2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/zh_Hans/
2023-12-30 17:56:33 +00:00
CDN18
15c77e4220
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-12-30 17:56:33 +00:00
Eugen Rochko
fa70c55084
New translations strings.xml (French)
2023-12-30 16:27:55 +01:00
Jacocococo
962c094f7e
Properly hide content warning in quoted post
2023-12-29 23:34:40 +01:00
Jacocococo
c6081fb4d4
Let quoted posts appear in notifications
2023-12-29 23:27:14 +01:00
Jacocococo
1832de3aab
Fix issues with expandable quoted statuses
2023-12-29 23:25:06 +01:00
Eugen Rochko
8d0a89fb06
New translations strings.xml (Chinese Simplified)
2023-12-29 18:47:34 +01:00
Eugen Rochko
3caf6cb94c
New translations strings.xml (Chinese Simplified)
2023-12-29 17:46:24 +01:00
Linerly
5c15914bab
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-12-28 07:30:51 +00:00
LucasGGamerM
9f29d72212
chore: change order of toolbar icons in photoViewer
2023-12-27 21:09:29 -03:00
Eugen Rochko
f4854061ea
New translations strings.xml (Armenian)
2023-12-27 21:54:36 +01:00
Eugen Rochko
bf7607674e
New translations strings.xml (Armenian)
2023-12-27 20:06:13 +01:00
LucasGGamerM
9786e324b7
style: fix typo in PhotoViewer error logs
2023-12-27 10:34:59 -03:00
LucasGGamerM
a7fef67d48
fix: swap saveViaDownloadManager to shareAfterDownloading in failed sharing action
...
I forgot to change the functions when I wrote it
2023-12-27 10:12:32 -03:00
LucasGGamerM
30726cb364
feat: allow sharing attachments from PhotoViewer
...
Addresses #290
2023-12-27 09:59:13 -03:00
LucasGGamerM
e0ff1f6725
fix( #307 ): use longs instead of ints in Pleroma/Akkoma instance poll configs
...
Who the hell had the idea to use longs for this >:C
2023-12-26 18:05:48 -03:00
SomeTr
7e244d65bf
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-12-26 12:56:33 +00:00
SomeTr
9c8e6647bc
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-12-26 12:56:32 +00:00
LucasGGamerM
d8cc578537
fix(profile): take away favorites from the topbar icons list
...
This fixes a thing where the menu entry would just be weird
2023-12-24 23:20:48 -03:00
LucasGGamerM
f9f863ea5e
fix(profile-note): add noteEdit must not be empty before hiding the note button
2023-12-23 15:37:23 -03:00
LucasGGamerM
2efb79f6cb
fix(profile-note): hide keyboard when edit note box goes away
2023-12-23 10:10:46 -03:00
LucasGGamerM
d534557915
fix(profile): throw share button back into 3-dot menu
2023-12-23 10:03:06 -03:00
LucasGGamerM
68ebc1aa93
feat: swap note button icon
2023-12-23 10:01:35 -03:00
LucasGGamerM
251d90e0ec
Merge pull request #321 from FineFindus/fix/profile-appbar-menu
...
feat: move icons to profile appbar
2023-12-23 09:46:13 -03:00
FineFindus
ccd313533b
feat(profile): add note delete icon
2023-12-23 11:54:06 +01:00
FineFindus
f70ea97d9e
feat(profile): always show add note and share
2023-12-23 11:28:54 +01:00
FineFindus
3c9efdbbf2
feat(profile): save note onHidden
2023-12-23 11:27:07 +01:00
FineFindus
3bd67f9ab1
feat(profile): move favorites to overflow menu
2023-12-23 11:25:36 +01:00
FineFindus
42946eca44
Revert "feat: make profile note box be visible at all times"
...
This reverts commit d6c05f0850 .
2023-12-23 11:23:51 +01:00
LucasGGamerM
b2d502ae79
feat: add open in browser button to instance about fragment
2023-12-22 10:09:28 -03:00
LucasGGamerM
4d9f625ff4
refactor(statusDisplayItem): move status hidden filter check to start of method to allow an early return
...
This optimises things by not computing the list of stuff when the status is simply not going to be rendered
2023-12-21 20:01:52 -03:00
LucasGGamerM
18e3fadb26
refactor(profile-note): remove save button, automatically save on focus change/exit
2023-12-21 19:42:29 -03:00
LucasGGamerM
0364d95300
feat: make profile note box be consistent with the other text input boxes in the app
2023-12-21 19:34:47 -03:00
LucasGGamerM
d6c05f0850
feat: make profile note box be visible at all times
2023-12-21 18:38:59 -03:00
Eugen Rochko
137a8ca27b
New translations strings.xml (Slovenian)
2023-12-21 22:08:11 +01:00
Eugen Rochko
b9ed4e0ee2
New translations strings.xml (Dutch)
2023-12-21 15:36:39 +01:00
Eugen Rochko
bc04672d32
New translations strings.xml (Dutch)
2023-12-21 12:26:19 +01:00
Eugen Rochko
70c668ecf1
New translations strings.xml (Polish)
2023-12-17 22:13:43 +01:00
LucasGGamerM
5cc94fa2b0
fix: hopefully this addresses a crash when opening an unsent post with an audio file (again)
...
Crash fix hopefully
2023-12-17 17:20:36 -03:00
Eugen Rochko
64bbe2c438
New translations strings.xml (Polish)
2023-12-17 21:16:34 +01:00
LucasGGamerM
08d4c135ea
fix: hopefully this addresses a crash when opening an unsent post with an audio file
...
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2023-12-17 17:04:22 -03:00
LucasGGamerM
6220a20734
fix: crash when publishing a scheduled post with the relocated publish button and an error occurs
...
Goddamnit, at least its fixed
2023-12-17 16:48:30 -03:00
LucasGGamerM
f1c55aa5e8
fix: crash that sometimes happens when longclicking emoji in compose
...
I have no idea how it happens, nor why. But I am sure this will fix it
2023-12-17 13:23:09 -03:00
Eugen Rochko
32209e766e
New translations strings.xml (Greek)
2023-12-17 11:29:11 +01:00
Eugen Rochko
99349cff0a
New translations strings.xml (Persian)
2023-12-17 09:35:27 +01:00
Eugen Rochko
74ca1961e0
New translations strings.xml (Spanish)
2023-12-17 03:38:08 +01:00
Eugen Rochko
ef6ba7fe0c
New translations strings.xml (Spanish)
2023-12-17 02:07:50 +01:00
Eugen Rochko
9ace2b71cc
New translations strings.xml (Spanish)
2023-12-16 22:08:55 +01:00
Eugen Rochko
0c54654b8b
New translations strings.xml (Basque)
2023-12-16 20:25:55 +01:00
Eugen Rochko
bf686309fb
New translations strings.xml (Basque)
2023-12-16 18:48:35 +01:00
Eugen Rochko
ce4f46537b
New translations strings.xml (Spanish)
2023-12-16 17:44:05 +01:00
Eugen Rochko
4c43207f17
New translations strings.xml (Spanish)
2023-12-16 16:46:39 +01:00
LucasGGamerM
b8fe1fd640
build: not compile appkit unnecessarily on nightly builds
2023-12-15 18:21:28 -03:00
LucasGGamerM
928506b360
build: comment out release signing config because nightly refuses to build with it
...
Wtf is wrong with this
2023-12-15 18:17:21 -03:00
LucasGGamerM
167a2e1e2f
build: add release signing config for fdroidRelease
2023-12-15 13:04:06 -03:00
Eugen Rochko
afe5bcd1f3
New translations strings.xml (Portuguese, Brazilian)
2023-12-15 17:01:27 +01:00
Eugen Rochko
3bda81bd43
New translations strings.xml (Portuguese, Brazilian)
2023-12-15 16:02:20 +01:00
Eugen Rochko
7339b2325f
New translations strings.xml (Armenian)
2023-12-15 12:30:11 +01:00
Eugen Rochko
ee84a9ee7e
New translations strings.xml (Armenian)
2023-12-15 11:09:33 +01:00
Eugen Rochko
fef594150a
New translations strings.xml (Turkish)
2023-12-13 17:09:47 +01:00
Eugen Rochko
10371f69cb
New translations strings.xml (Turkish)
2023-12-13 15:52:37 +01:00
Eugen Rochko
75cf3d76fb
New translations strings.xml (Dutch)
2023-12-12 16:01:19 +01:00
Eugen Rochko
51a7d00c47
New translations strings.xml (Lithuanian)
2023-12-11 15:13:33 +01:00
Eugen Rochko
9ac8261cc4
New translations strings.xml (Lithuanian)
2023-12-11 10:21:28 +01:00
Eugen Rochko
1f4ad80b7d
New translations strings.xml (Lithuanian)
2023-12-11 07:10:38 +01:00
Eugen Rochko
4b090f0d68
New translations strings.xml (Lithuanian)
2023-12-10 20:30:16 +01:00
Eugen Rochko
4002bcde26
New translations strings.xml (Lithuanian)
2023-12-10 10:29:09 +01:00
Eugen Rochko
ded3777b40
New translations strings.xml (Lithuanian)
2023-12-10 09:10:25 +01:00
Eugen Rochko
7236066003
New translations strings.xml (Vietnamese)
2023-12-10 03:30:15 +01:00
Eugen Rochko
033f07ea09
New translations strings.xml (Lithuanian)
2023-12-09 22:16:10 +01:00
Eugen Rochko
283c0cba4b
New translations strings.xml (Lithuanian)
2023-12-09 21:05:47 +01:00
Eugen Rochko
e3a1fc2fbb
New translations strings.xml (Lithuanian)
2023-12-09 19:50:11 +01:00
Eugen Rochko
95de9e2917
New translations strings.xml (Lithuanian)
2023-12-09 16:56:00 +01:00
Eugen Rochko
a82ebeed11
New translations strings.xml (Basque)
2023-12-09 15:50:00 +01:00
Eugen Rochko
3a3aa0be1c
New translations strings.xml (Lithuanian)
2023-12-09 07:31:00 +01:00
Eugen Rochko
e72491c2d1
New translations strings.xml (Lithuanian)
2023-12-08 19:29:39 +01:00
LucasGGamerM
522763b33a
docs: add 103 changelog
2023-12-08 15:07:14 -03:00
LucasGGamerM
3cae5cbadf
build: bump version number
2023-12-08 14:59:46 -03:00
RTRedreovic
ba7b2c8067
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/eo/
2023-12-08 17:47:50 +00:00
RTRedreovic
14901f5fac
Translated using Weblate (Esperanto)
...
Currently translated at 20.5% (7 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/eo/
2023-12-08 17:47:50 +00:00
Weblate
28bbf7c7be
Added translation using Weblate (Esperanto)
2023-12-08 17:47:50 +00:00
ghose
7315c6cd5c
Translated using Weblate (Galician)
...
Currently translated at 52.9% (18 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/gl/
2023-12-08 17:47:50 +00:00
ghose
dda473f377
Translated using Weblate (Galician)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/gl/
2023-12-08 17:47:50 +00:00
CDN18
3b5e148ca9
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2023-12-08 17:47:50 +00:00
Oliebol
f019497044
Translated using Weblate (Dutch)
...
Currently translated at 88.7% (87 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2023-12-08 17:47:50 +00:00
SomeTr
f1cdce38c4
Translated using Weblate (Ukrainian)
...
Currently translated at 82.6% (81 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2023-12-08 17:47:50 +00:00
SomeTr
4a329fc4c2
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/uk/
2023-12-08 17:47:50 +00:00
SomeTr
7b440d37b4
Translated using Weblate (Ukrainian)
...
Currently translated at 80.6% (79 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2023-12-08 17:47:50 +00:00
astro-ray
1cd8f5688d
Translated using Weblate (Bengali)
...
Currently translated at 23.4% (23 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/bn/
2023-12-08 17:47:50 +00:00
astro-ray
d02d285c1f
Translated using Weblate (Bengali)
...
Currently translated at 5.8% (2 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/bn/
2023-12-08 17:47:50 +00:00
Weblate
011a49b180
Added translation using Weblate (Bengali)
2023-12-08 17:47:50 +00:00
alextecplayz
59e4b13d82
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/ro/
2023-12-08 17:47:50 +00:00
alextecplayz
72bfa12dec
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/ro/
2023-12-08 17:47:50 +00:00
butterflyoffire
dbf0c1047f
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2023-12-08 17:47:50 +00:00
Linerly
fb38b3563c
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/id/
2023-12-08 17:47:49 +00:00
Linerly
601cfeffe1
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/id/
2023-12-08 17:47:49 +00:00
alextecplayz
e2dfef22a9
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/ro/
2023-12-08 17:47:49 +00:00
butterflyoffire
3293c95b84
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 94.8% (93 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2023-12-08 17:47:49 +00:00
dontobi
33b9de5e5d
Translated using Weblate (German)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2023-12-08 17:47:49 +00:00
alextecplayz
2b5a9171dd
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2023-12-08 17:47:49 +00:00
edxkl
2de2efd4be
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-12-08 17:47:49 +00:00
gallegonovato
43dd8931ff
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (98 of 98 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-12-08 17:47:49 +00:00
Andre-LA
f2c6dda26b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 29.4% (10 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/pt_BR/
2023-12-08 17:47:49 +00:00
alextecplayz
ce7e7f63bb
Translated using Weblate (Romanian)
...
Currently translated at 44.1% (15 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/ro/
2023-12-08 17:47:49 +00:00
alextecplayz
f0fe1f6cf9
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (97 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ro/
2023-12-08 17:47:49 +00:00
Oliebol
a7350d82d6
Translated using Weblate (Dutch)
...
Currently translated at 87.6% (85 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2023-12-08 17:47:49 +00:00
Eugen Rochko
36dede1f93
New translations strings.xml (Lithuanian)
2023-12-08 16:59:20 +01:00
Eugen Rochko
ed15daf9e9
New translations strings.xml (Lithuanian)
2023-12-08 15:26:26 +01:00
Eugen Rochko
c6052c841d
New translations strings.xml (Lithuanian)
2023-12-08 14:07:22 +01:00
LucasGGamerM
3bf63e1090
fix: a possible crash that might happen when the acestor descendant is null
...
Wtf java, also cc @sk22
2023-12-08 09:55:18 -03:00
LucasGGamerM
3d48443a23
fix: possibly fixes a crash where inReplyToId is null in a ThreadFragment
...
cc: @sk22
Btw check the commit before this one, because there is a fix that applies for Megalodon there as well
2023-12-08 09:45:18 -03:00
Eugen Rochko
ce39c7ca8f
New translations strings.xml (Lithuanian)
2023-12-08 10:16:11 +01:00
Eugen Rochko
b7723dcb98
New translations strings.xml (Lithuanian)
2023-12-08 08:50:52 +01:00
Eugen Rochko
ad0774f8a5
New translations strings.xml (Armenian)
2023-12-07 22:59:36 +01:00
Eugen Rochko
9172feb72b
New translations strings.xml (Italian)
2023-12-07 21:21:39 +01:00
Eugen Rochko
a297bd3281
New translations strings.xml (Lithuanian)
2023-12-07 16:52:37 +01:00
Eugen Rochko
e713a9cfc3
New translations strings.xml (Lithuanian)
2023-12-07 15:46:22 +01:00
Eugen Rochko
195395a22d
New translations strings.xml (Lithuanian)
2023-12-07 14:14:31 +01:00
Eugen Rochko
7b6a62b047
New translations strings.xml (Lithuanian)
2023-12-07 13:14:37 +01:00
Eugen Rochko
ada1c9ff6d
New translations strings.xml (Lithuanian)
2023-12-07 12:05:29 +01:00
Eugen Rochko
5a0a14ed56
New translations strings.xml (Lithuanian)
2023-12-07 09:11:41 +01:00
Eugen Rochko
cad3879646
New translations strings.xml (Galician)
2023-12-07 07:52:19 +01:00
LucasGGamerM
46115e8f3b
docs: add get it on fdroid Fdroid badge to readme
...
Damn, I totally forgot to do this earlier. Thank you @IzzyOnDroid for reminding me!
2023-12-06 20:48:49 -03:00
Eugen Rochko
5d961991d4
New translations strings.xml (Lithuanian)
2023-12-06 22:10:19 +01:00
Eugen Rochko
e27536743f
New translations strings.xml (Czech)
2023-12-06 22:10:18 +01:00
Eugen Rochko
9f8d4a0f34
New translations strings.xml (Lithuanian)
2023-12-06 20:56:46 +01:00
Eugen Rochko
67b6a89fd9
New translations strings.xml (Swedish)
2023-12-06 20:56:45 +01:00
LucasGGamerM
a27ef27f8d
fix: fixes unfollow dialog missing title
2023-12-06 16:30:47 -03:00
LucasGGamerM
b42862dd9b
feat: add alt text translation to previewlessMedia items
2023-12-06 16:23:09 -03:00
LucasGGamerM
533032ca75
fix: fixes crashes when adding a hashtag timeline
...
Closes #308
2023-12-06 15:20:22 -03:00
Eugen Rochko
dabc4058ba
New translations strings.xml (Lithuanian)
2023-12-06 18:59:35 +01:00
Eugen Rochko
6c468602c6
New translations full_description.txt (Lithuanian)
2023-12-06 17:20:30 +01:00
Eugen Rochko
9c5d29a860
New translations strings.xml (Lithuanian)
2023-12-06 17:20:29 +01:00
Eugen Rochko
da5e2a6b50
New translations short_description.txt (Lithuanian)
2023-12-06 16:23:00 +01:00
Eugen Rochko
a194569fd4
New translations full_description.txt (Lithuanian)
2023-12-06 16:22:58 +01:00
Eugen Rochko
78a4ace9b2
New translations strings.xml (Lithuanian)
2023-12-06 14:26:32 +01:00
Eugen Rochko
9a664088cd
New translations strings.xml (Lithuanian)
2023-12-06 13:02:34 +01:00
Eugen Rochko
1d2e6f880b
New translations strings.xml (Lithuanian)
2023-12-06 11:26:57 +01:00
Eugen Rochko
2cd2918d53
New translations strings.xml (Japanese)
2023-12-06 11:26:56 +01:00
Eugen Rochko
9b49db6677
New translations strings.xml (French)
2023-12-06 08:58:00 +01:00
Eugen Rochko
9f6c61e5c0
New translations title.txt (Lithuanian)
2023-12-05 21:30:20 +01:00
Eugen Rochko
b6a2bb7881
New translations short_description.txt (Lithuanian)
2023-12-05 21:30:19 +01:00
Eugen Rochko
62262010b9
New translations full_description.txt (Lithuanian)
2023-12-05 21:30:18 +01:00
Eugen Rochko
72fe9a04a6
New translations strings.xml (Lithuanian)
2023-12-05 21:30:17 +01:00
Eugen Rochko
d8cf55ae21
New translations strings.xml (Greek)
2023-12-05 17:58:41 +01:00
qbane
4d128b4408
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 52.2% (219 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hant/
2023-12-05 14:38:29 +00:00
Eugen Rochko
dfb393b934
New translations strings.xml (Chinese Traditional)
2023-12-05 07:46:21 +01:00
Eugen Rochko
cd27716f6a
New translations strings.xml (Russian)
2023-12-05 07:46:20 +01:00
Eugen Rochko
469553b34e
New translations strings.xml (Thai)
2023-12-05 06:46:35 +01:00
Grishka
5d7c37262e
Info sheet in media viewer (AND-109)
2023-12-04 21:33:25 +03:00
Eugen Rochko
3f3867473f
New translations strings.xml (Czech)
2023-12-04 11:21:21 +01:00
Grishka
b08cd1eb4b
Crash fixes
2023-12-04 06:22:21 +03:00
qbane
e0098efe32
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 51.3% (215 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hant/
2023-12-03 18:38:29 +00:00
Grishka
1f9ff8d341
Increase timeout to 60 seconds
2023-12-03 21:38:00 +03:00
Eugen Rochko
528b362f64
New translations strings.xml (Thai)
2023-12-03 09:24:19 +01:00
Eugen Rochko
1db10c5047
New translations strings.xml (Thai)
2023-12-03 08:16:34 +01:00
Eugen Rochko
f295f5f4e7
New translations strings.xml (Japanese)
2023-12-02 17:44:51 +01:00
Eugen Rochko
08924bd9b0
New translations strings.xml (Russian)
2023-12-02 15:31:03 +01:00
Eugen Rochko
5d432435a1
New translations strings.xml (Russian)
2023-12-02 14:26:43 +01:00
Eugen Rochko
8bd76aa833
New translations strings.xml (Italian)
2023-12-02 00:37:04 +01:00
Eugen Rochko
2147cb87ac
New translations strings.xml (Slovenian)
2023-12-01 18:50:27 +01:00
Eugen Rochko
00ed0f5402
New translations strings.xml (Galician)
2023-12-01 16:15:43 +01:00
Eugen Rochko
870f79f6cd
New translations strings.xml (Galician)
2023-12-01 14:51:25 +01:00
Eugen Rochko
da879213fc
New translations strings.xml (Greek)
2023-11-30 23:34:22 +01:00
Eugen Rochko
db66974bd6
New translations strings.xml (Chinese Traditional)
2023-11-30 02:07:51 +01:00
Eugen Rochko
e3d5ae1d65
New translations strings.xml (Thai)
2023-11-29 20:48:42 +01:00
SomeTr
42f5975f6b
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-11-29 17:23:51 +00:00
alextecplayz
1045593cc9
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-11-29 17:23:51 +00:00
gallegonovato
3443b80ff7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-11-29 17:23:51 +00:00
poesty
9fe6b3457a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (418 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-11-29 17:23:50 +00:00
sk22
0a26380f23
Translated using Weblate (German)
...
Currently translated at 100.0% (419 of 419 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-11-29 17:23:50 +00:00
Eugen Rochko
b06bc5b3b7
New translations strings.xml (Russian)
2023-11-29 11:46:16 +01:00
Eugen Rochko
a4c988012d
New translations strings.xml (Georgian)
2023-11-29 09:16:14 +01:00
Grishka
a200701e4c
Link card improvements (AND-115)
...
closes #651
2023-11-29 07:51:11 +03:00
Eugen Rochko
e8f604792c
New translations strings.xml (Chinese Traditional)
2023-11-29 03:02:35 +01:00
Eugen Rochko
c8b0666ef9
New translations strings.xml (Scottish Gaelic)
2023-11-29 00:35:44 +01:00
Eugen Rochko
13aa72b150
New translations strings.xml (Thai)
2023-11-29 00:35:39 +01:00
Eugen Rochko
6694074b18
New translations strings.xml (Persian)
2023-11-29 00:35:37 +01:00
Eugen Rochko
63aa32c636
New translations strings.xml (Indonesian)
2023-11-29 00:35:36 +01:00
Eugen Rochko
5fbab870c3
New translations strings.xml (Portuguese, Brazilian)
2023-11-29 00:35:35 +01:00
Eugen Rochko
4a34e248e0
New translations strings.xml (Icelandic)
2023-11-29 00:35:34 +01:00
Eugen Rochko
2c45165e53
New translations strings.xml (Galician)
2023-11-29 00:35:33 +01:00
Eugen Rochko
3f029ac45b
New translations strings.xml (Chinese Traditional)
2023-11-29 00:35:32 +01:00
Eugen Rochko
a4cf76d5ba
New translations strings.xml (Chinese Simplified)
2023-11-29 00:35:31 +01:00
Eugen Rochko
3044000cf8
New translations strings.xml (Ukrainian)
2023-11-29 00:35:30 +01:00
Eugen Rochko
ab1ef5cfd8
New translations strings.xml (Turkish)
2023-11-29 00:35:29 +01:00
Eugen Rochko
16b91a283a
New translations strings.xml (Swedish)
2023-11-29 00:35:28 +01:00
Eugen Rochko
e9fbdc21fa
New translations strings.xml (Slovenian)
2023-11-29 00:35:27 +01:00
Eugen Rochko
b429e662aa
New translations strings.xml (Russian)
2023-11-29 00:35:26 +01:00
Eugen Rochko
834ad1736e
New translations strings.xml (Polish)
2023-11-29 00:35:24 +01:00
Eugen Rochko
91021699d2
New translations strings.xml (Norwegian)
2023-11-29 00:35:23 +01:00
Eugen Rochko
0f86aa12ab
New translations strings.xml (Japanese)
2023-11-29 00:35:21 +01:00
Eugen Rochko
fb7bf6f308
New translations strings.xml (Italian)
2023-11-29 00:35:20 +01:00
Eugen Rochko
5aa67aaa78
New translations strings.xml (Hungarian)
2023-11-29 00:35:19 +01:00
Eugen Rochko
2e892e7305
New translations strings.xml (Finnish)
2023-11-29 00:35:16 +01:00
Eugen Rochko
6486a1689f
New translations strings.xml (Basque)
2023-11-29 00:35:15 +01:00
Eugen Rochko
5966535111
New translations strings.xml (German)
2023-11-29 00:35:14 +01:00
Eugen Rochko
a2cf4bda99
New translations strings.xml (Danish)
2023-11-29 00:35:13 +01:00
Eugen Rochko
7a93c8615d
New translations strings.xml (Arabic)
2023-11-29 00:35:12 +01:00
Eugen Rochko
cf29f11cea
New translations strings.xml (Spanish)
2023-11-29 00:35:10 +01:00
Eugen Rochko
23188a26d7
New translations strings.xml (Belarusian)
2023-11-29 00:35:08 +01:00
Eugen Rochko
0480dc0140
New translations strings.xml (French)
2023-11-29 00:35:07 +01:00
Eugen Rochko
cb14b29c78
New translations strings.xml (Armenian)
2023-11-29 00:35:06 +01:00
Eugen Rochko
bf68272de3
New translations strings.xml (Greek)
2023-11-29 00:35:05 +01:00
Eugen Rochko
730f5f8cc9
New translations strings.xml (Dutch)
2023-11-29 00:35:03 +01:00
Eugen Rochko
4b6d328e3d
New translations strings.xml (Czech)
2023-11-29 00:35:02 +01:00
Eugen Rochko
cfde38be2d
New translations strings.xml (Vietnamese)
2023-11-29 00:35:01 +01:00
Grishka
a2ea8e76fb
Improve follow recommendations screen (AND-101)
2023-11-29 02:09:59 +03:00
Grishka
e797d8a1c2
Revert "Update icon"
...
This reverts commit b58c157c87 .
2023-11-29 01:26:51 +03:00
Grishka
b58c157c87
Update icon
2023-11-29 01:22:27 +03:00
LucasGGamerM
69a2fc2d9f
fix: remove duplicate view results button on poll footer
2023-11-28 14:34:15 -03:00
LucasGGamerM
2ef3e7eab7
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/PollFooterStatusDisplayItem.java
2023-11-28 14:31:42 -03:00
Eugen Rochko
58f746a285
New translations strings.xml (Georgian)
2023-11-28 10:52:56 +01:00
Eugen Rochko
a6bba42a49
New translations title.txt (Georgian)
2023-11-28 07:16:50 +01:00
Eugen Rochko
519d6868b2
New translations short_description.txt (Georgian)
2023-11-28 07:16:49 +01:00
Eugen Rochko
5322120097
New translations full_description.txt (Georgian)
2023-11-28 07:16:48 +01:00
Eugen Rochko
2c88c86480
New translations strings.xml (Georgian)
2023-11-28 07:16:47 +01:00
Eugen Rochko
55f32fd45b
New translations strings.xml (Dutch)
2023-11-28 01:12:21 +01:00
Eugen Rochko
f39f0b03d1
New translations strings.xml (Dutch)
2023-11-27 23:54:03 +01:00
poesty
ef3605c8e3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (416 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-11-27 22:03:36 +00:00
alextecplayz
3df20c4749
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ro/
2023-11-27 22:03:36 +00:00
gallegonovato
c63e87de45
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/es/
2023-11-27 22:03:36 +00:00
qbane
1151e41846
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 51.3% (214 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hant/
2023-11-27 22:03:36 +00:00
alextecplayz
09668d2500
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-11-27 22:03:36 +00:00
0que
773a24af2c
Translated using Weblate (Russian)
...
Currently translated at 70.0% (14 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ru/
2023-11-27 22:03:36 +00:00
gallegonovato
b1f6409c8d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-11-27 22:03:36 +00:00
SomeTr
ee8e535e58
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-11-27 22:03:36 +00:00
Arkxv
d128f29bbc
Translated using Weblate (Japanese)
...
Currently translated at 94.2% (393 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ja/
2023-11-27 22:03:36 +00:00
sk
f7dfebcbea
fix schedule date picker not time zone safe
...
closes sk22#940
2023-11-27 22:20:12 +01:00
sk
d8c73ea9af
fix system-wide bold text
...
closes sk22#225
2023-11-27 21:56:19 +01:00
Eugen Rochko
ff2f1a4955
New translations strings.xml (Dutch)
2023-11-27 21:48:52 +01:00
FineFindus
79d5067c97
feat: add option to view poll results ( #935 )
...
* feat: add option to view poll results
* fix: button showing wrong text when refreshing
* fix: hide results button when voted
* remove unused string
* change view results layout, remove unused setting
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-27 21:44:53 +01:00
LucasGGamerM
ed986b11af
chore: make app compile again
2023-11-27 16:41:17 -03:00
LucasGGamerM
6c94eb50ea
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2023-11-27 16:39:44 -03:00
FineFindus
70b9d08830
fix: hide link card to akkoma hastags ( #939 )
...
* fix: hide link card to akkoma hastags
* generify method name
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-27 19:07:43 +01:00
Grishka
b283e216a7
Increase default HTTP timeouts to 30 seconds
...
fixes #751
2023-11-27 20:30:33 +03:00
Eugen Rochko
4328d568b3
New translations strings.xml (Belarusian)
2023-11-27 15:23:31 +01:00
Eugen Rochko
8edc47703f
New translations strings.xml (Dutch)
2023-11-27 14:08:47 +01:00
Eugen Rochko
92ce906163
New translations strings.xml (Dutch)
2023-11-27 05:46:48 +01:00
Eugen Rochko
6e141e360e
New translations strings.xml (French)
2023-11-25 22:27:46 +01:00
Grishka
d1aba87e13
Fix #747
2023-11-25 03:38:57 +03:00
Grishka
723853079e
Fix "go to account" in search
2023-11-25 03:35:21 +03:00
Eugen Rochko
cd0742c093
New translations strings.xml (Armenian)
2023-11-24 23:26:11 +01:00
Eugen Rochko
52d5de5aec
New translations strings.xml (Dutch)
2023-11-24 23:26:10 +01:00
Eugen Rochko
4f8a5ae5db
New translations strings.xml (Dutch)
2023-11-24 21:58:52 +01:00
Eugen Rochko
616f2463c7
New translations strings.xml (Dutch)
2023-11-24 20:51:33 +01:00
Eugen Rochko
d3b711a966
New translations strings.xml (Greek)
2023-11-24 19:55:43 +01:00
Eugen Rochko
827fe34709
New translations strings.xml (Dutch)
2023-11-24 19:55:41 +01:00
Eugen Rochko
4b6c0242d5
New translations strings.xml (Dutch)
2023-11-24 18:54:54 +01:00
Eugen Rochko
c3cbc16084
New translations strings.xml (Czech)
2023-11-23 18:37:42 +01:00
Eugen Rochko
36493bfc88
New translations strings.xml (Vietnamese)
2023-11-23 18:37:41 +01:00
Eugen Rochko
66ce93a3ff
New translations strings.xml (Vietnamese)
2023-11-23 16:34:34 +01:00
Grishka
957bc76dbb
Merge branch 'l10n_master'
2023-11-23 00:27:58 +03:00
Grishka
1f5a28fb33
Add top margin to pre-reply shits
2023-11-23 00:27:24 +03:00
LucasGGamerM
40711fbd28
fix: make purple color be before pink
...
I don't like pink, It must be second
2023-11-22 14:37:27 -03:00
Grishka
045c58ce66
fix color
2023-11-22 18:26:56 +03:00
Grishka
e2dde7239f
Render custom emojis in non-mutual pre-reply sheet
2023-11-22 18:06:14 +03:00
Eugen Rochko
512ad93eea
New translations strings.xml (Turkish)
2023-11-22 00:00:30 +01:00
Grishka
19759023a4
Bump version
2023-11-21 22:34:51 +03:00
Grishka
714d3399ce
Merge branch 'l10n_master'
2023-11-21 22:34:30 +03:00
Grishka
e1850e5282
Validate timezone and locale against what server supports
...
closes #654 , AND-118
2023-11-21 22:31:26 +03:00
Grishka
a05c917b2c
Assorted crash fixes
2023-11-21 21:46:41 +03:00
Grishka
8f3a9c265c
Fix a rare crash when opening a notification
2023-11-21 21:27:43 +03:00
Grishka
6f1a33b76e
Fix #741
2023-11-21 21:17:30 +03:00
Eugen Rochko
8f0451175f
New translations strings.xml (Japanese)
2023-11-21 13:38:37 +01:00
Eugen Rochko
37a3a4f1c0
New translations strings.xml (Chinese Simplified)
2023-11-21 05:53:58 +01:00
Eugen Rochko
bd85746726
New translations strings.xml (Chinese Simplified)
2023-11-21 04:58:34 +01:00
Grishka
96265010bf
Merge branch 'l10n_master'
2023-11-20 17:40:05 +03:00
Eugen Rochko
4209951ce3
New translations strings.xml (Armenian)
2023-11-19 11:46:47 +01:00
Eugen Rochko
f1cbd95439
New translations strings.xml (Thai)
2023-11-18 10:24:17 +01:00
Eugen Rochko
d63382c6d9
New translations strings.xml (Thai)
2023-11-18 09:18:16 +01:00
Grishka
20697fb334
Show bio instead of fields in non-mutual pre-reply sheet
2023-11-18 10:58:09 +03:00
Eugen Rochko
1090d1ca42
New translations strings.xml (Thai)
2023-11-17 21:37:58 +01:00
LucasGGamerM
1525ef8bdf
Merge branch 'feat/view-poll-results'
2023-11-17 17:00:23 -03:00
FineFindus
f5e1326d9f
fix: hide results button when voted
2023-11-17 20:27:38 +01:00
LucasGGamerM
43fe03c943
Merge branch 'feat/view-poll-results'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/PollFooterStatusDisplayItem.java
2023-11-17 16:16:29 -03:00
LucasGGamerM
1ee96f3703
chore: make app compile again
2023-11-17 16:08:03 -03:00
LucasGGamerM
da5186c7b5
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/api/requests/accounts/SetPrivateNote.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/EditTimelinesFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusEditHistoryFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsAboutAppFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/TimelineDefinition.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/DiffRemovedSpan.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/HtmlParser.java
# mastodon/src/main/res/drawable/bg_note_edit.xml
# mastodon/src/main/res/layout/fragment_profile.xml
# metadata/uk/full_description.txt
2023-11-17 16:02:23 -03:00
Eugen Rochko
bec4acdf51
New translations strings.xml (Japanese)
2023-11-17 17:27:10 +01:00
Eugen Rochko
800b78bfd8
New translations strings.xml (Vietnamese)
2023-11-17 16:15:13 +01:00
Eugen Rochko
52b01b7bbe
New translations strings.xml (Slovenian)
2023-11-17 16:15:12 +01:00
Eugen Rochko
8b71764207
New translations strings.xml (Japanese)
2023-11-17 14:56:57 +01:00
Eugen Rochko
a5d7a75f32
New translations strings.xml (Slovenian)
2023-11-17 14:00:00 +01:00
Eugen Rochko
8839bcb7aa
New translations strings.xml (Slovenian)
2023-11-17 12:03:35 +01:00
Eugen Rochko
bcaf71760d
New translations strings.xml (Chinese Traditional)
2023-11-17 08:51:19 +01:00
Eugen Rochko
1d95204648
New translations strings.xml (Russian)
2023-11-17 07:26:31 +01:00
Eugen Rochko
83bf2a808f
New translations strings.xml (Russian)
2023-11-17 06:19:30 +01:00
FineFindus
dca68de77e
fix: button showing wrong text when refreshing
2023-11-16 22:23:49 +01:00
FineFindus
0ef879ebd3
feat: add option to view poll results
2023-11-16 22:16:28 +01:00
Eugen Rochko
7ffb0a01c6
New translations strings.xml (Italian)
2023-11-16 22:09:36 +01:00
Eugen Rochko
0710113148
New translations strings.xml (Thai)
2023-11-16 20:31:10 +01:00
Eugen Rochko
7c43e9a1af
New translations strings.xml (Norwegian)
2023-11-16 20:31:08 +01:00
Eugen Rochko
f9e768c378
New translations strings.xml (Thai)
2023-11-16 19:20:56 +01:00
Grishka
2063dbd0b0
Copy app version when tapped
2023-11-16 18:15:59 +03:00
Eugen Rochko
057683c72f
New translations strings.xml (Kabyle)
2023-11-16 12:47:38 +01:00
Eugen Rochko
4963a0e722
New translations strings.xml (Occitan)
2023-11-16 12:47:36 +01:00
Eugen Rochko
1d66d288bd
New translations strings.xml (Scottish Gaelic)
2023-11-16 12:47:35 +01:00
Eugen Rochko
b8f49157c3
New translations strings.xml (Bosnian)
2023-11-16 12:47:33 +01:00
Eugen Rochko
d77a62ef6f
New translations strings.xml (Filipino)
2023-11-16 12:47:32 +01:00
Eugen Rochko
c531150483
New translations strings.xml (Burmese)
2023-11-16 12:47:31 +01:00
Eugen Rochko
991f41c531
New translations strings.xml (Croatian)
2023-11-16 12:47:30 +01:00
Eugen Rochko
b5fb7dd2ec
New translations strings.xml (Thai)
2023-11-16 12:47:29 +01:00
Eugen Rochko
4fe8532971
New translations strings.xml (Bengali)
2023-11-16 12:47:27 +01:00
Eugen Rochko
4ae1e7d33e
New translations strings.xml (Indonesian)
2023-11-16 12:47:26 +01:00
Eugen Rochko
43fa4526a4
New translations strings.xml (Portuguese, Brazilian)
2023-11-16 12:47:25 +01:00
Eugen Rochko
fc4b1da323
New translations strings.xml (Galician)
2023-11-16 12:47:24 +01:00
Eugen Rochko
843755f4e4
New translations strings.xml (Chinese Traditional)
2023-11-16 12:47:23 +01:00
Eugen Rochko
80e02f7520
New translations strings.xml (Chinese Simplified)
2023-11-16 12:47:22 +01:00
Eugen Rochko
af8f52e589
New translations strings.xml (Swedish)
2023-11-16 12:47:21 +01:00
Eugen Rochko
bc3f48dec9
New translations strings.xml (Russian)
2023-11-16 12:47:20 +01:00
Eugen Rochko
74ee832507
New translations strings.xml (Portuguese)
2023-11-16 12:47:18 +01:00
Eugen Rochko
da1b2d09b1
New translations strings.xml (Polish)
2023-11-16 12:47:17 +01:00
Eugen Rochko
99f8607211
New translations strings.xml (Norwegian)
2023-11-16 12:47:16 +01:00
Eugen Rochko
ef293088e1
New translations strings.xml (Dutch)
2023-11-16 12:47:15 +01:00
Eugen Rochko
e08e72ccb0
New translations strings.xml (Korean)
2023-11-16 12:47:14 +01:00
Eugen Rochko
b692440bab
New translations strings.xml (Japanese)
2023-11-16 12:47:13 +01:00
Eugen Rochko
7061abc64b
New translations strings.xml (Italian)
2023-11-16 12:47:12 +01:00
Eugen Rochko
0dd5064abb
New translations strings.xml (Hungarian)
2023-11-16 12:47:11 +01:00
Eugen Rochko
a1aafff6ce
New translations strings.xml (Hebrew)
2023-11-16 12:47:09 +01:00
Eugen Rochko
1f88f154af
New translations strings.xml (German)
2023-11-16 12:47:08 +01:00
Eugen Rochko
3d1e0364c6
New translations strings.xml (Danish)
2023-11-16 12:47:06 +01:00
Eugen Rochko
0f1b5431bb
New translations strings.xml (Czech)
2023-11-16 12:47:05 +01:00
Eugen Rochko
0369d3fa62
New translations strings.xml (Catalan)
2023-11-16 12:47:04 +01:00
Eugen Rochko
154e3a732a
New translations strings.xml (Belarusian)
2023-11-16 12:47:03 +01:00
Eugen Rochko
9c979db043
New translations strings.xml (Arabic)
2023-11-16 12:47:02 +01:00
Eugen Rochko
0af089db89
New translations strings.xml (Spanish)
2023-11-16 12:47:00 +01:00
Eugen Rochko
1335613860
New translations strings.xml (Vietnamese)
2023-11-16 12:46:58 +01:00
Eugen Rochko
cb86bfd8dc
New translations strings.xml (Persian)
2023-11-16 12:46:57 +01:00
Eugen Rochko
a0d32ae493
New translations strings.xml (Turkish)
2023-11-16 12:46:56 +01:00
Eugen Rochko
f7e56a6c40
New translations strings.xml (Slovenian)
2023-11-16 12:46:55 +01:00
Eugen Rochko
56613c75f7
New translations strings.xml (Armenian)
2023-11-16 12:46:54 +01:00
Eugen Rochko
fb3c35c0a0
New translations strings.xml (Basque)
2023-11-16 12:46:53 +01:00
Eugen Rochko
4b3dc0a59f
New translations strings.xml (French)
2023-11-16 12:46:52 +01:00
Eugen Rochko
7855615a7b
New translations strings.xml (Icelandic)
2023-11-16 12:46:50 +01:00
Eugen Rochko
ff6576f4da
New translations strings.xml (Ukrainian)
2023-11-16 12:46:49 +01:00
Eugen Rochko
931fa9a9b0
New translations strings.xml (Finnish)
2023-11-16 12:46:48 +01:00
Eugen Rochko
77a70967f2
New translations strings.xml (Greek)
2023-11-16 12:46:47 +01:00
Grishka
e5506d952c
Onboarding: replace fields with discoverability toggle (AND-100)
2023-11-16 12:15:17 +03:00
Eugen Rochko
2c2dbd0761
New translations strings.xml (Kabyle)
2023-11-16 09:56:39 +01:00
Eugen Rochko
e6f5ecd496
New translations strings.xml (Scottish Gaelic)
2023-11-16 09:56:37 +01:00
Eugen Rochko
73cea2d83c
New translations strings.xml (Filipino)
2023-11-16 09:56:34 +01:00
Eugen Rochko
835a576f44
New translations strings.xml (Thai)
2023-11-16 09:56:31 +01:00
Eugen Rochko
0a090341cc
New translations strings.xml (Indonesian)
2023-11-16 09:56:29 +01:00
Eugen Rochko
453671abfb
New translations strings.xml (Portuguese, Brazilian)
2023-11-16 09:56:27 +01:00
Eugen Rochko
cfa7daa984
New translations strings.xml (Galician)
2023-11-16 09:56:26 +01:00
Eugen Rochko
88f913f586
New translations strings.xml (Chinese Traditional)
2023-11-16 09:56:25 +01:00
Eugen Rochko
5b4aeb4923
New translations strings.xml (Chinese Simplified)
2023-11-16 09:56:24 +01:00
Eugen Rochko
19133a2913
New translations strings.xml (Swedish)
2023-11-16 09:56:23 +01:00
Eugen Rochko
293035b7c8
New translations strings.xml (Russian)
2023-11-16 09:56:22 +01:00
Eugen Rochko
d06723de5c
New translations strings.xml (Portuguese)
2023-11-16 09:56:20 +01:00
Eugen Rochko
bc45d0c499
New translations strings.xml (Polish)
2023-11-16 09:56:19 +01:00
Eugen Rochko
c320cccf6f
New translations strings.xml (Norwegian)
2023-11-16 09:56:18 +01:00
Eugen Rochko
e3aebbd145
New translations strings.xml (Dutch)
2023-11-16 09:56:17 +01:00
Eugen Rochko
e15d378e46
New translations strings.xml (Korean)
2023-11-16 09:56:16 +01:00
Eugen Rochko
b6720d10fb
New translations strings.xml (Japanese)
2023-11-16 09:56:15 +01:00
Eugen Rochko
83a2dbe8a1
New translations strings.xml (Italian)
2023-11-16 09:56:13 +01:00
Eugen Rochko
5b8592a99d
New translations strings.xml (Hungarian)
2023-11-16 09:56:12 +01:00
Eugen Rochko
18a094c06c
New translations strings.xml (German)
2023-11-16 09:56:10 +01:00
Eugen Rochko
a319ff3dc0
New translations strings.xml (Danish)
2023-11-16 09:56:08 +01:00
Eugen Rochko
0cb46eca1a
New translations strings.xml (Czech)
2023-11-16 09:56:07 +01:00
Eugen Rochko
d85c814cba
New translations strings.xml (Catalan)
2023-11-16 09:56:06 +01:00
Eugen Rochko
f49e660f29
New translations strings.xml (Belarusian)
2023-11-16 09:56:05 +01:00
Eugen Rochko
afa407e7d1
New translations strings.xml (Arabic)
2023-11-16 09:56:04 +01:00
Eugen Rochko
37e0f5ecea
New translations strings.xml (Spanish)
2023-11-16 09:56:02 +01:00
Eugen Rochko
5000fdcfea
New translations strings.xml (Vietnamese)
2023-11-16 09:56:00 +01:00
Eugen Rochko
2ec7489dbf
New translations strings.xml (Persian)
2023-11-16 09:55:59 +01:00
Eugen Rochko
05965cea6e
New translations strings.xml (Turkish)
2023-11-16 09:55:58 +01:00
Eugen Rochko
279e22ccb3
New translations strings.xml (Slovenian)
2023-11-16 09:55:57 +01:00
Eugen Rochko
6a6fc1ca8b
New translations strings.xml (Armenian)
2023-11-16 09:55:56 +01:00
Eugen Rochko
b6b5426297
New translations strings.xml (Basque)
2023-11-16 09:55:55 +01:00
Eugen Rochko
e332ddda74
New translations strings.xml (French)
2023-11-16 09:55:54 +01:00
Eugen Rochko
2cd4cfb883
New translations strings.xml (Icelandic)
2023-11-16 09:55:52 +01:00
Eugen Rochko
ef12d09d35
New translations strings.xml (Ukrainian)
2023-11-16 09:55:51 +01:00
Eugen Rochko
1e365a8a7c
New translations strings.xml (Finnish)
2023-11-16 09:55:50 +01:00
Eugen Rochko
e9363b41fd
New translations strings.xml (Greek)
2023-11-16 09:55:49 +01:00
Grishka
5e99df137a
Remove unused resources
2023-11-16 11:44:27 +03:00
Grishka
c0d0b45e24
Replace boost icons
2023-11-16 11:38:18 +03:00
Eugen Rochko
3340b4cdfa
New translations strings.xml (Norwegian)
2023-11-15 22:47:52 +01:00
Eugen Rochko
d4afcc3383
New translations strings.xml (Norwegian)
2023-11-15 21:19:47 +01:00
Eugen Rochko
dad423eb04
New translations strings.xml (German)
2023-11-15 20:06:02 +01:00
Eugen Rochko
7b275d7e3d
New translations strings.xml (Chinese Traditional)
2023-11-15 19:10:30 +01:00
SomeTr
d96b9558b4
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-11-15 17:48:41 +00:00
sk
1ed3f00f82
bump version
2023-11-15 18:48:12 +01:00
sk
327aef0271
fix crash for non-github/debug builds
2023-11-15 18:47:07 +01:00
Eugen Rochko
5274ecb721
New translations strings.xml (Chinese Traditional)
2023-11-15 18:12:43 +01:00
Eugen Rochko
e45367a482
New translations strings.xml (Japanese)
2023-11-15 18:12:42 +01:00
sk22
66f8cc5d18
Translated using Weblate (German)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/de/
2023-11-15 16:00:40 +00:00
sk
36699e0ab1
change change log
2023-11-15 16:58:49 +01:00
sk22
1a382606d7
Translated using Weblate (German)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-11-15 15:50:50 +00:00
sk22
2522c9c428
Translated using Weblate (German)
...
Currently translated at 97.6% (407 of 417 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-11-15 15:46:34 +00:00
gallegonovato
d1ee12f248
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (412 of 412 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-11-15 15:46:34 +00:00
SomeTr
d5f9c19fd3
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-11-15 15:46:34 +00:00
SomeTr
dc700d9e37
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (412 of 412 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-11-15 15:46:34 +00:00
qbane
6eb87149e2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 24.0% (96 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hant/
2023-11-15 15:46:34 +00:00
qbane
79a0f8a891
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 17.7% (71 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hant/
2023-11-15 15:46:34 +00:00
alextecplayz
26d41b006f
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-11-15 15:46:34 +00:00
EndermanCo
60d9dc22d2
Translated using Weblate (Persian)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fa/
2023-11-15 15:46:34 +00:00
SomeTr
c0bf78fa7c
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-11-15 15:46:34 +00:00
ling0412
f0c2bd0fe6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (18 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/zh_Hans/
2023-11-15 15:46:34 +00:00
Arkxv
235cfd1e80
Translated using Weblate (Japanese)
...
Currently translated at 93.9% (375 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ja/
2023-11-15 15:46:34 +00:00
SomeTr
c96931ba72
Translated using Weblate (Croatian)
...
Currently translated at 64.4% (257 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/hr/
2023-11-15 15:46:34 +00:00
butterflyoffire
2c654a28d6
Translated using Weblate (French)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-11-15 15:46:33 +00:00
Andrewblasco
72d3fc84f5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-11-15 15:46:33 +00:00
ling0412
3b77604ae6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (398 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-11-15 15:46:33 +00:00
poesty
4e5f49b37d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (398 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-11-15 15:46:33 +00:00
sk22
a89c075082
Added translation using Weblate (Esperanto)
2023-11-15 15:46:33 +00:00
sk
99e881bb95
change string name
2023-11-15 16:46:24 +01:00
sk
4c585fc5d0
change confirm string
2023-11-15 16:45:29 +01:00
Eugen Rochko
83532edaab
New translations strings.xml (Urdu (India))
2023-11-15 16:43:17 +01:00
Eugen Rochko
793d28da6a
New translations strings.xml (Kabyle)
2023-11-15 16:43:16 +01:00
Eugen Rochko
a8e575f680
New translations strings.xml (Igbo)
2023-11-15 16:43:15 +01:00
Eugen Rochko
98b0b3f9dd
New translations strings.xml (Occitan)
2023-11-15 16:43:14 +01:00
Eugen Rochko
2e6d9c296a
New translations strings.xml (Scottish Gaelic)
2023-11-15 16:43:13 +01:00
Eugen Rochko
a07dc96ef9
New translations strings.xml (Sinhala)
2023-11-15 16:43:12 +01:00
Eugen Rochko
8ba097a68a
New translations strings.xml (Bosnian)
2023-11-15 16:43:11 +01:00
Eugen Rochko
b1dd990fea
New translations strings.xml (Filipino)
2023-11-15 16:43:09 +01:00
Eugen Rochko
ba7864b910
New translations strings.xml (Burmese)
2023-11-15 16:43:08 +01:00
Eugen Rochko
5d8fa343cd
New translations strings.xml (Hindi)
2023-11-15 16:43:07 +01:00
Eugen Rochko
3fc49c431b
New translations strings.xml (Croatian)
2023-11-15 16:43:06 +01:00
Eugen Rochko
79b6e65ce3
New translations strings.xml (Thai)
2023-11-15 16:43:05 +01:00
Eugen Rochko
9f457d0d76
New translations strings.xml (Bengali)
2023-11-15 16:43:03 +01:00
Eugen Rochko
aa2ff62db4
New translations strings.xml (Indonesian)
2023-11-15 16:43:02 +01:00
Eugen Rochko
73fffca569
New translations strings.xml (Portuguese, Brazilian)
2023-11-15 16:43:01 +01:00
Eugen Rochko
45589fc033
New translations strings.xml (Galician)
2023-11-15 16:42:59 +01:00
Eugen Rochko
79b81ed932
New translations strings.xml (Chinese Traditional)
2023-11-15 16:42:58 +01:00
Eugen Rochko
d1242870df
New translations strings.xml (Chinese Simplified)
2023-11-15 16:42:57 +01:00
Eugen Rochko
e0dbbc4bc0
New translations strings.xml (Swedish)
2023-11-15 16:42:56 +01:00
Eugen Rochko
bf89791817
New translations strings.xml (Russian)
2023-11-15 16:42:55 +01:00
Eugen Rochko
e3197f6dc1
New translations strings.xml (Portuguese)
2023-11-15 16:42:54 +01:00
Eugen Rochko
e6317aa898
New translations strings.xml (Polish)
2023-11-15 16:42:52 +01:00
Eugen Rochko
c73dc326fd
New translations strings.xml (Norwegian)
2023-11-15 16:42:51 +01:00
Eugen Rochko
287e250357
New translations strings.xml (Dutch)
2023-11-15 16:42:50 +01:00
Eugen Rochko
9673a14420
New translations strings.xml (Korean)
2023-11-15 16:42:49 +01:00
Eugen Rochko
3333fdc8d7
New translations strings.xml (Japanese)
2023-11-15 16:42:48 +01:00
Eugen Rochko
9fb4b8bb6e
New translations strings.xml (Italian)
2023-11-15 16:42:47 +01:00
Eugen Rochko
7b10ed13f4
New translations strings.xml (Hungarian)
2023-11-15 16:42:45 +01:00
Eugen Rochko
c528bd797d
New translations strings.xml (Hebrew)
2023-11-15 16:42:44 +01:00
Eugen Rochko
264529705c
New translations strings.xml (Irish)
2023-11-15 16:42:43 +01:00
Eugen Rochko
4669e3dfc7
New translations strings.xml (German)
2023-11-15 16:42:42 +01:00
Eugen Rochko
eff3798964
New translations strings.xml (Danish)
2023-11-15 16:42:41 +01:00
Eugen Rochko
78c526c25b
New translations strings.xml (Czech)
2023-11-15 16:42:40 +01:00
Eugen Rochko
ec13415d1f
New translations strings.xml (Catalan)
2023-11-15 16:42:39 +01:00
Eugen Rochko
96622184ae
New translations strings.xml (Belarusian)
2023-11-15 16:42:38 +01:00
Eugen Rochko
3742c1c862
New translations strings.xml (Arabic)
2023-11-15 16:42:37 +01:00
Eugen Rochko
a0c7757428
New translations strings.xml (Spanish)
2023-11-15 16:42:36 +01:00
Eugen Rochko
15f9f4906a
New translations strings.xml (Romanian)
2023-11-15 16:42:34 +01:00
Eugen Rochko
d577cd9b21
New translations strings.xml (Vietnamese)
2023-11-15 16:42:33 +01:00
Eugen Rochko
cf610cbb87
New translations strings.xml (Persian)
2023-11-15 16:42:32 +01:00
Eugen Rochko
1e1095204d
New translations strings.xml (Turkish)
2023-11-15 16:42:31 +01:00
Eugen Rochko
3fb6a13a3a
New translations strings.xml (Slovenian)
2023-11-15 16:42:30 +01:00
Eugen Rochko
2826655fe2
New translations strings.xml (Armenian)
2023-11-15 16:42:29 +01:00
Eugen Rochko
0ccf450b28
New translations strings.xml (Basque)
2023-11-15 16:42:28 +01:00
Eugen Rochko
d28b9460af
New translations strings.xml (French)
2023-11-15 16:42:26 +01:00
Eugen Rochko
3e1bdf98c2
New translations strings.xml (Icelandic)
2023-11-15 16:42:25 +01:00
Eugen Rochko
3f87764230
New translations strings.xml (Ukrainian)
2023-11-15 16:42:24 +01:00
Eugen Rochko
25e8e2e9e1
New translations strings.xml (Finnish)
2023-11-15 16:42:23 +01:00
sk
ae934b5167
add changelog
2023-11-15 16:42:22 +01:00
Eugen Rochko
3faf2ce9b9
New translations strings.xml (Greek)
2023-11-15 16:42:22 +01:00
Grishka
cbe243fc9e
Open link in browser when a post/account links to itself
...
closes #739
2023-11-15 18:17:08 +03:00
Grishka
a438f633be
Pre-reply sheets
2023-11-15 18:05:38 +03:00
Jacoco
6b234209c6
Previewing posts on Akkoma ( #933 )
...
* Previewing posts on Akkoma
* move preview property into status
* clean up code
* revert imm-related changes
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-15 15:17:29 +01:00
Jacoco
786ce78b08
Translations for Akkoma ( #934 )
...
* Translations for Akkoma
* simplify akkoma translation code
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-15 14:32:56 +01:00
sk
cde332684e
bump version
2023-11-15 14:07:00 +01:00
Eugen Rochko
37ef67d7ac
New translations strings.xml (Italian)
2023-11-15 13:33:31 +01:00
sk
d51e06b61f
save latest crash log
...
closes sk22#932
closes sk22#419
2023-11-15 12:06:54 +01:00
Eugen Rochko
67d631b0f0
New translations strings.xml (Russian)
2023-11-15 07:59:18 +01:00
Eugen Rochko
fc302ffa5f
New translations strings.xml (Belarusian)
2023-11-15 03:27:35 +01:00
LucasGGamerM
231d494955
Merge pull request #302 from FineFindus/fix/notification-filter-reset
...
fix(notification/filter) rename reset button
2023-11-14 19:17:05 -03:00
LucasGGamerM
df05fa9f3b
Merge pull request #301 from FineFindus/feat/move-unlisted-replies
...
feat(settings): move unlisted replies to privacy page
2023-11-14 19:15:37 -03:00
FineFindus
a64f6c1625
refactor(notifications/filter): move duplicated code to function
2023-11-14 22:51:37 +01:00
FineFindus
cb7586f973
fix(notifications/filter): update reset button title
2023-11-14 22:28:31 +01:00
FineFindus
a078bb3597
feat(settings): move unlisted replies to privacy page
2023-11-14 22:14:38 +01:00
Eugen Rochko
8c28556a94
New translations strings.xml (Chinese Traditional)
2023-11-14 20:53:35 +01:00
Grishka
45cc531eec
Thread fragment tweaks part 2
2023-11-14 21:27:15 +03:00
Grishka
5c9ad9286d
Thread fragment tweaks part 1
2023-11-14 19:23:42 +03:00
Eugen Rochko
ad1c9486d7
New translations short_description.txt (Hungarian)
2023-11-14 15:33:01 +01:00
Eugen Rochko
ad6a03b712
New translations strings.xml (Hungarian)
2023-11-14 15:33:00 +01:00
Eugen Rochko
36bb8010bc
New translations strings.xml (Swedish)
2023-11-14 13:43:32 +01:00
Eugen Rochko
2200da7a16
New translations strings.xml (Hungarian)
2023-11-14 13:43:31 +01:00
Grishka
688c0e2e85
Use sp units in more places
...
#723
2023-11-14 09:54:55 +03:00
LucasGGamerM
e80348ac7d
Merge pull request #299 from FineFindus/fix/notification-header
...
fix(notification): allow clicking on status item to open profile
2023-11-13 21:59:08 -03:00
sk
0c376d57e7
fix timeline editor messing with non-hashtag tls
2023-11-13 21:31:54 +01:00
sk
ee82772fee
weather icons :)
2023-11-13 21:30:06 +01:00
sk
d5b6750abe
fix hashtag options showing up for all timelines
2023-11-13 21:17:58 +01:00
sk
70328217c6
add bookmarks and favorites as timelines
...
closes sk22#908
2023-11-13 21:10:33 +01:00
sk
733fb3f53a
re-add pre-releases setting
...
closes sk22#906
2023-11-13 21:02:06 +01:00
sk
f82eb96a35
increase translate timeout to 1 minute
...
closes sk22#910
2023-11-13 20:50:43 +01:00
sk
148952b96c
update cache on poll vote
...
closes sk22#924
2023-11-13 20:48:16 +01:00
sk
52928e1577
increase default read timeout
...
closes sk22#923
2023-11-13 20:43:34 +01:00
sk
cd13777c06
fix report view, allow opening posts in list
...
closes sk22#928
closes sk22#441
2023-11-13 20:39:27 +01:00
Eugen Rochko
714345a65d
New translations strings.xml (French)
2023-11-13 19:16:10 +01:00
sk
b21e2acdb6
fix metadata items being cut off
...
closes sk22#921
closes sk22#648
2023-11-13 19:11:04 +01:00
sk
2b65aeb8b4
fix edit note item visible in context menu
2023-11-13 18:48:24 +01:00
Jacoco
a8dcb11094
feature: Display post that's being quoted on Akkoma ( #927 )
...
* Displaying Akkoma quote status
* Dummy display items for quote posts
* Only remove quote-inline with RE:
* fix null reference (reply-to instead of quote status)
* fix text bottom padding in quote
* Postprocess status quote
* fix rounded bottom for quoted media
closes sk22#929
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-13 18:46:15 +01:00
Gregory K
34a1c7e408
Merge pull request #736 from alex-vit/alexv/fix/delete_account_shared_pref
...
Delete `id.xml` shared pref from the correct dir
2023-11-13 18:07:24 +03:00
Aleksandrs Vitjukovs
6255221d6a
Delete id.xml shared pref from the correct dir
2023-11-13 16:54:10 +02:00
Eugen Rochko
58364de72a
New translations strings.xml (Armenian)
2023-11-13 05:28:24 +01:00
sk
aa42873274
use verified/error text colors for diff
2023-11-12 23:01:46 +01:00
FineFindus
8a5b36db96
feat(profile): add note ( #918 )
...
* feat(profile): add note
* simplify note code
* adjust spacing
* size and hitbox adjustments, progress
* profile menu item to add note
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-12 22:37:31 +01:00
FineFindus
0dcb9361ea
fix(notification): allow clicking on status item to open profile
2023-11-11 19:27:35 +01:00
Eugen Rochko
6d64df4ee4
New translations strings.xml (Turkish)
2023-11-11 15:16:48 +01:00
Gregory K
7bac2f206b
Merge pull request #734 from FineFindus/feat/translate-media-upstream
...
Allow translation of attachments, spoilers and polls
2023-11-11 08:01:13 +03:00
FineFindus
75e1a17a2c
fix: add args in correct order
2023-11-10 22:05:21 +01:00
FineFindus
47b13384a8
feat(status/translation): support translating spoiler
2023-11-10 22:04:07 +01:00
FineFindus
77b9efa7d1
feat(status/translation): support translating spoiler
2023-11-10 22:01:24 +01:00
FineFindus
be5f3b18af
feat(status): translate poll options
2023-11-10 22:00:47 +01:00
FineFindus
d5d12a7ce5
fix(status/translation): do not require all fields
2023-11-10 22:00:47 +01:00
Eugen Rochko
d7726d7755
New translations strings.xml (Norwegian)
2023-11-10 21:26:30 +01:00
FineFindus
0cd0d37eff
feat(status): translate media attachments
2023-11-10 21:07:24 +01:00
FineFindus
c85af5502d
feat: translate media attachments and poll options ( #916 )
...
* feat(status): translate media attachments
* feat(status): translate poll options
* fix(status/translation): do not require all fields
* feat(status/translation): support translating spoiler
2023-11-10 20:44:06 +01:00
FineFindus
06698d3c52
feat: display edit history diff ( #922 )
...
* build: add google's diff-match-patch
Copied from 62f2e689f4/java/src/name/fraser/neil/plaintext/diff_match_patch.java
* feat(status/edit-history): display diff for text
Closes https://github.com/sk22/megalodon/issues/789
* fix(status/edit-history): add fake poll id
* code style adjustments
* don't diff if only formatting changed
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-11-10 20:40:34 +01:00
S1m
2818672cda
Fix NullPointerException when receiving push when killed ( #914 )
2023-11-10 20:15:45 +01:00
S1m
24794f28aa
Fix: registering multi account for UnifiedPush ( #907 )
...
* Register all account when enabling UnifiedPush
* Register new account to UnifiedPush if enabled
2023-11-10 20:12:27 +01:00
FineFindus
50d1523210
feat: re-add 12 hour option to polls ( #917 )
2023-11-10 20:10:50 +01:00
Eugen Rochko
4521def103
New translations strings.xml (Norwegian)
2023-11-10 20:08:28 +01:00
sk
613cd2a1ea
remove unused playRelease build type
2023-11-10 20:06:18 +01:00
sk
295cb74287
don't show translate for empty decoding
2023-11-10 16:30:46 +01:00
sk
95dd3ff068
fix translation language name
2023-11-10 16:13:43 +01:00
sk
d6aeb753fc
allow exclamation/question marks in pronouns
2023-11-10 16:13:14 +01:00
sk
a085744038
fix missing parens on start of pronouns
2023-11-10 15:37:31 +01:00
sk
26391a6f14
hopefully fix string index out of bounds
...
https://paste.crdroid.net/3FNRe7
2023-11-10 15:37:03 +01:00
sk
4cf734ce9a
avoid IllegalArgumentException
2023-11-10 15:23:42 +01:00
Eugen Rochko
5c70f0a758
New translations strings.xml (Arabic)
2023-11-09 23:12:18 +01:00
Eugen Rochko
c12c2c0416
New translations strings.xml (Arabic)
2023-11-09 22:09:22 +01:00
Eugen Rochko
db45c422e7
New translations strings.xml (Arabic)
2023-11-09 21:07:57 +01:00
Eugen Rochko
affd9a95c5
New translations strings.xml (Hungarian)
2023-11-09 15:25:20 +01:00
Gregory K
7baf25869a
Merge pull request #732 from FineFindus/fix/invisible-menu
...
fix: disable group divider on EMUI
2023-11-08 22:35:22 +03:00
FineFindus
12096fb427
fix: disable group divider on EMUI
2023-11-08 20:25:25 +01:00
Gregory K
ef7136cb81
Merge pull request #731 from FineFindus/fix/edit-history-crash
...
fix: edit history crash
2023-11-08 22:00:48 +03:00
FineFindus
3c4baf0126
fix(status/edit-history): set fake poll fields
2023-11-08 19:45:49 +01:00
FineFindus
f0b87c62a5
fix(status/edit-history): check for negative array index
2023-11-08 19:36:24 +01:00
LucasGGamerM
d27295739b
Merge pull request #297 from FineFindus/feat/merge-commits
...
Feat/merge commits
2023-11-08 14:55:40 -03:00
LucasGGamerM
99e8a5372b
Merge pull request #292 from FineFindus/feat/hide-empty-link-previews
...
feat: hide empty link previews
2023-11-08 14:51:53 -03:00
FineFindus
b1f7f3e351
Merge remote-tracking branch 'origin/feat/translate-media' into feat/merge-commits
2023-11-08 18:42:18 +01:00
FineFindus
6cfc1f3955
Merge remote-tracking branch 'origin/feat/edit-history-diff' into feat/merge-commits
2023-11-08 18:39:52 +01:00
FineFindus
f1a5e3afae
Merge remote-tracking branch 'origin/feat/12-hours-polls' into feat/merge-commits
2023-11-08 18:39:04 +01:00
FineFindus
d8b932c9ad
merge: 'origin/feat/hide-empty-link-previews' into feat/merge-commits
2023-11-08 18:36:36 +01:00
Eugen Rochko
a319435e91
New translations strings.xml (Belarusian)
2023-11-08 12:18:27 +00:00
Eugen Rochko
5bd0e988e3
New translations strings.xml (Belarusian)
2023-11-08 11:22:42 +00:00
Eugen Rochko
b2be669b9e
New translations strings.xml (Belarusian)
2023-11-08 09:22:28 +00:00
FineFindus
536bd11798
fix(status/edit-history): add fake poll id
2023-11-05 15:16:04 +01:00
FineFindus
b74bd66cf2
feat(status/edit-history): display diff for text
...
Closes https://github.com/sk22/megalodon/issues/789
2023-11-05 14:59:50 +01:00
FineFindus
5e92562c99
build: add google's diff-match-patch
...
Copied from 62f2e689f4/java/src/name/fraser/neil/plaintext/diff_match_patch.java
2023-11-05 14:06:24 +01:00
Eugen Rochko
51952b0485
New translations strings.xml (Portuguese, Brazilian)
2023-11-05 10:47:44 +00:00
Eugen Rochko
2b0c5e7fac
New translations strings.xml (Basque)
2023-11-04 19:16:42 +00:00
Eugen Rochko
3e6cea1a6a
New translations strings.xml (Basque)
2023-11-04 17:29:35 +00:00
Eugen Rochko
1aec7c0999
New translations strings.xml (Russian)
2023-11-03 08:28:42 +00:00
Eugen Rochko
5da98809a5
New translations strings.xml (Russian)
2023-11-03 06:34:07 +00:00
Eugen Rochko
49695614b7
New translations strings.xml (Russian)
2023-11-03 05:25:21 +00:00
Eugen Rochko
3fbbc104b7
New translations strings.xml (Galician)
2023-11-02 08:42:01 +00:00
Otavio Pliger
022e61b2d0
Don't display empty image preview if thumbnail image is null
2023-11-02 09:13:55 +01:00
FineFindus
4a58fae111
feat: re-add 12 hour option to polls
2023-11-02 09:08:28 +01:00
Eugen Rochko
2fe7c0b85e
New translations strings.xml (Slovenian)
2023-11-02 00:28:09 +00:00
Grishka
09d0e82216
Fix video player state after app resumption
2023-11-02 02:21:11 +03:00
Eugen Rochko
d208fcea7d
New translations strings.xml (Persian)
2023-11-01 21:16:18 +00:00
Eugen Rochko
cc0674db34
New translations strings.xml (Persian)
2023-11-01 20:07:40 +00:00
FineFindus
47549fa88c
feat(status/translation): support translating spoiler
2023-11-01 20:44:24 +01:00
FineFindus
be2b290300
fix(status/translation): do not require all fields
2023-11-01 19:56:59 +01:00
FineFindus
6c9db5ce0d
feat(status): translate poll options
2023-11-01 19:52:45 +01:00
FineFindus
24677ea239
feat(status): translate media attachments
2023-11-01 19:23:09 +01:00
Grishka
1d5b84943d
Merge branch 'l10n_master'
2023-11-01 17:38:39 +03:00
Eugen Rochko
14fe992ca5
New translations strings.xml (Turkish)
2023-11-01 14:37:37 +00:00
Grishka
15232bddaf
Merge branch 'l10n_master'
2023-11-01 17:35:51 +03:00
Grishka
160ef25621
Also try resolving URLs from link cards
2023-11-01 17:32:50 +03:00
Eugen Rochko
2afb8688a3
New translations strings.xml (Vietnamese)
2023-10-31 11:03:23 +00:00
Eugen Rochko
9d1af035ea
New translations strings.xml (Slovenian)
2023-10-31 08:55:58 +00:00
Eugen Rochko
fb7574d814
New translations strings.xml (Persian)
2023-10-30 16:47:36 +01:00
Eugen Rochko
201a3cb9e3
New translations strings.xml (Slovenian)
2023-10-30 15:17:03 +01:00
Eugen Rochko
cc735ee6a1
New translations strings.xml (Turkish)
2023-10-30 13:09:02 +01:00
Eugen Rochko
0165e14ea0
New translations strings.xml (Turkish)
2023-10-30 11:23:35 +01:00
Grishka
97d19605d5
Fix link cards
2023-10-29 14:43:10 +03:00
Grishka
bc490218f9
Open profile and post links in-app (AND-114)
2023-10-29 14:18:29 +03:00
Grishka
6dac05a21d
Fix pagination in lists
2023-10-29 09:59:47 +03:00
Grishka
fd3fff6322
fix
2023-10-28 21:24:04 +03:00
Grishka
edb64fff2e
Add info banner to the new local timeline
2023-10-28 18:56:15 +03:00
Grishka
fe0e854e72
Remove local timeline from search tab
2023-10-28 18:43:54 +03:00
LucasGGamerM
288043cf49
chore: deleting megalodon 108 changelog
2023-10-28 10:47:56 -03:00
LucasGGamerM
fd5beba780
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# metadata/en-US/full_description.txt
# metadata/ja-JP/title.txt
2023-10-28 10:46:33 -03:00
sk
c8122aa65b
fuck it, production release
2023-10-28 15:09:00 +02:00
sk
ef1584de55
merge upstream strings
2023-10-28 14:50:56 +02:00
Eugen Rochko
06c85fb203
New translations strings.xml (Slovenian)
2023-10-27 23:25:59 +02:00
Eugen Rochko
69926c4ae1
New translations strings.xml (Slovenian)
2023-10-27 22:19:05 +02:00
Eugen Rochko
ef44b0a412
New translations strings.xml (Slovenian)
2023-10-27 20:59:33 +02:00
Eugen Rochko
8577ac1027
New translations strings.xml (Armenian)
2023-10-27 17:46:27 +02:00
sk
3075030b1c
add todo
2023-10-27 17:38:54 +02:00
sk
42c56401db
fix wrong check for gap item
...
re sk22#898
2023-10-27 17:34:47 +02:00
sk
a18a4383e5
update gap in database when deleting status
...
closes sk22#898
2023-10-27 17:19:59 +02:00
sk
375b5b3133
fix gaps not showing time
...
closes sk22#889
2023-10-27 16:14:16 +02:00
sk
4cab916957
move status list fragment check out of predicate
2023-10-27 16:02:14 +02:00
Eugen Rochko
32da050106
New translations strings.xml (Armenian)
2023-10-27 15:59:36 +02:00
Eugen Rochko
526b74b3ef
New translations strings.xml (Basque)
2023-10-27 12:15:13 +02:00
Eugen Rochko
97ab328a9c
New translations strings.xml (Basque)
2023-10-27 09:50:11 +02:00
sk
7902691093
avoid index out of bounds
...
closes sk22#904
2023-10-27 01:28:27 +02:00
sk
d5d9e20a06
update strings
2023-10-26 18:53:40 +02:00
Codeberg Translate
1eb55428db
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/
2023-10-26 16:39:24 +00:00
reindex
9b82d704f6
Translated using Weblate (Japanese)
...
Currently translated at 11.1% (2 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ja/
2023-10-26 16:39:24 +00:00
reindex
dbf3d2776e
Translated using Weblate (Japanese)
...
Currently translated at 86.4% (345 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ja/
2023-10-26 16:39:24 +00:00
Espasant3
c077b9d47c
Translated using Weblate (Galician)
...
Currently translated at 98.4% (393 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-10-26 16:39:24 +00:00
kallekn
34157805a1
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fi/
2023-10-26 16:39:24 +00:00
AiOO
576da2a3eb
Translated using Weblate (Korean)
...
Currently translated at 99.2% (396 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ko/
2023-10-26 16:39:24 +00:00
SomeTr
e99e5b2836
Translated using Weblate (Ukrainian)
...
Currently translated at 99.7% (398 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-26 16:39:24 +00:00
Oliebol
fe25974958
Translated using Weblate (Dutch)
...
Currently translated at 91.7% (366 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/nl/
2023-10-26 16:39:24 +00:00
Linerly
1a95b4e361
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-26 16:39:24 +00:00
Choukajohn
35e3d5afc4
Translated using Weblate (French)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-26 16:39:24 +00:00
gallegonovato
cc1e13d1bd
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (399 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-26 16:39:24 +00:00
poesty
0b622f8f2a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (398 of 399 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-26 16:39:24 +00:00
gallegonovato
9cf7da6419
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-26 16:39:24 +00:00
sk
812ab7198c
revert, i said!
...
actually, the cached posts limit can stay
2023-10-26 18:38:06 +02:00
sk
e8c9253a76
don't remove gap when removing status
...
re: sk22#898
2023-10-26 18:32:46 +02:00
sk
c8f633ae3b
don't hide gap behind warning
...
closes sk22#899
2023-10-26 18:23:56 +02:00
sk
af339a833f
fix gap time being wrong when next status is own
...
closes sk22#902
2023-10-26 18:11:54 +02:00
sk
708142e1b8
Revert "refresh data from cache"
...
This reverts commit 60a998be89 .
2023-10-26 17:53:36 +02:00
sk
55f32671c5
Revert "fix timeline breaking when max_id is null"
...
This reverts commit 289db09770 .
2023-10-26 17:52:43 +02:00
Eugen Rochko
21603eedcf
New translations strings.xml (Basque)
2023-10-26 16:45:54 +02:00
Eugen Rochko
7fbef273a1
New translations strings.xml (French)
2023-10-26 12:03:07 +02:00
Eugen Rochko
9e19716504
New translations strings.xml (Icelandic)
2023-10-26 10:47:01 +02:00
LucasGGamerM
828d07d6b5
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/viewcontrollers/ComposePollViewController.java
# metadata/uk/changelogs/56.txt
2023-10-25 20:10:41 -03:00
Eugen Rochko
b473642ab4
New translations strings.xml (Ukrainian)
2023-10-26 00:20:48 +02:00
Gregory K
fba55f01a0
Merge pull request #722 from untitaker/fix-gboard-garbage-alt-text
...
Remove garbage alt text from images attached via Gboard
2023-10-25 22:56:13 +03:00
Markus Unterwaditzer
015e63ba66
apply review feedback
2023-10-25 21:50:10 +02:00
Markus Unterwaditzer
d92e2407f3
Remove garbage alt text from images attached via Gboard
...
See also: https://github.com/tuskyapp/Tusky/pull/4068
----
Steps to reproduce:
1. install Gboard
(https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin )
2. open a direct link to any image in Firefox
3. long-press the image to get a "Copy Image" dialogue (and copy the
image)
4. compose a new post in Tusky
5. Gboard will suggest to paste the image from clipboard
6. paste image, see that when opening alt text editor, it is filled out
with this garbage string
Why is this bad? It's not when I just fix the alt text. But it breaks
every mechanism that is supposed to remind me of adding alt text.
It's hard to argue that this is within scope of this app but I
also don't see it getting fixed in Gboard, so here we go.
2023-10-25 14:44:20 +02:00
sk
289db09770
fix timeline breaking when max_id is null
2023-10-25 14:42:35 +02:00
Eugen Rochko
a4f84fb8cd
New translations strings.xml (Finnish)
2023-10-25 12:13:33 +02:00
Eugen Rochko
bfe88745ca
New translations strings.xml (Greek)
2023-10-25 12:13:31 +02:00
Grishka
0d334237ba
Merge branch 'l10n_master'
2023-10-25 08:15:22 +03:00
Eugen Rochko
fd5cff3fea
New translations strings.xml (Italian)
2023-10-24 23:34:04 +02:00
Eugen Rochko
af5b82e9fd
New translations strings.xml (Italian)
2023-10-24 22:37:17 +02:00
Eugen Rochko
d3561748c8
New translations strings.xml (Scottish Gaelic)
2023-10-24 14:45:08 +02:00
Eugen Rochko
791a1d804b
New translations strings.xml (Japanese)
2023-10-24 03:33:27 +02:00
Eugen Rochko
2442424e3b
New translations strings.xml (Chinese Traditional)
2023-10-24 01:10:21 +02:00
sk
89d7dfd694
don't globally remove status on refresh
...
closes sk22#896
2023-10-23 23:55:04 +02:00
Eugen Rochko
0ecedd2820
New translations strings.xml (Thai)
2023-10-23 18:31:33 +02:00
Eugen Rochko
958d62ec0c
New translations strings.xml (Persian)
2023-10-23 17:11:47 +02:00
Eugen Rochko
400cfb2141
New translations strings.xml (Galician)
2023-10-23 17:11:44 +02:00
Eugen Rochko
52b860dd8f
New translations strings.xml (Vietnamese)
2023-10-23 17:11:43 +02:00
Eugen Rochko
4d57d8d576
New translations strings.xml (Greek)
2023-10-23 17:11:31 +02:00
Eugen Rochko
9a098accd8
New translations strings.xml (German)
2023-10-23 17:11:29 +02:00
Eugen Rochko
62f3b2522c
New translations strings.xml (Spanish)
2023-10-23 17:11:24 +02:00
Eugen Rochko
9b48cd2037
New translations strings.xml (Chinese Traditional)
2023-10-23 17:11:21 +02:00
Eugen Rochko
69776d45d1
New translations strings.xml (Swedish)
2023-10-23 17:11:18 +02:00
Eugen Rochko
b8fb2660a4
New translations strings.xml (Japanese)
2023-10-23 17:11:14 +02:00
Eugen Rochko
941281298d
New translations strings.xml (Icelandic)
2023-10-23 17:11:13 +02:00
Eugen Rochko
8afc4511a6
New translations strings.xml (Thai)
2023-10-23 17:11:12 +02:00
Grishka
f43ef325ae
Following -> Home
2023-10-23 17:12:22 +03:00
Eugen Rochko
bbdc323204
New translations strings.xml (Icelandic)
2023-10-23 15:21:14 +02:00
sk
60a998be89
refresh data from cache
2023-10-23 01:00:26 +02:00
sk
128e75bc24
fix animatable avatars not playing in notification headers
...
closes sk22#882
2023-10-22 23:35:09 +02:00
sk
69c60d484c
load custom emoji in reply header
...
closes sk22#886
2023-10-22 23:30:33 +02:00
sk
c70750a508
fix strings
2023-10-22 23:21:47 +02:00
sk
5553ca25a1
Merge remote-tracking branch 'upstream/l10n_master'
2023-10-22 23:10:56 +02:00
sk
ff87829e72
Merge remote-tracking branch 'weblate/main'
2023-10-22 23:09:45 +02:00
sk
02983c76b9
add mutuals follow button state
...
closes sk22#890
2023-10-22 23:09:35 +02:00
sk
3e28eb2ccf
fix polls not updating when behind spoiler
...
closes sk22#892
2023-10-22 22:39:10 +02:00
sk
3cf23474e3
fix issue with too-wide context menu icons
...
closes sk22#893
2023-10-22 22:10:25 +02:00
sk
9f0ff2dcd4
fix editing scheduled/drafted polls
...
closes sk22#894
2023-10-22 21:44:02 +02:00
Eugen Rochko
8ed9fb6276
New translations strings.xml (Chinese Traditional)
2023-10-22 08:53:38 +02:00
Grishka
27cbb70352
Overdraw fix
2023-10-22 05:18:10 +03:00
Grishka
f5b10b516c
Show all followers when creating a list
2023-10-22 05:14:21 +03:00
Grishka
5580308968
Improve lists caching and consistency
2023-10-22 05:07:28 +03:00
SomeTr
df7a0ee490
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (18 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-10-21 20:53:12 +00:00
Espasant3
2e360dc275
Translated using Weblate (Galician)
...
Currently translated at 98.7% (393 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-10-21 20:53:12 +00:00
poesty
8dc88d2fd7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (397 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-21 20:53:12 +00:00
Eugen Rochko
901c70efc3
New translations strings.xml (Icelandic)
2023-10-21 19:24:31 +02:00
Eugen Rochko
3d44e5d2cc
New translations strings.xml (Icelandic)
2023-10-21 18:27:37 +02:00
LucasGGamerM
894c8cacd6
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
2023-10-21 09:32:19 -03:00
Eugen Rochko
33ea3da84d
New translations strings.xml (Basque)
2023-10-21 11:37:37 +02:00
Grishka
572901ec9d
minor fixes
2023-10-21 11:52:15 +03:00
Grishka
965239d215
Apply filters on more screens
2023-10-21 11:44:39 +03:00
Grishka
ac1e5e991e
Don't auto-refresh notifications if the user scrolled too far
2023-10-21 11:34:55 +03:00
Eugen Rochko
e97203a6e3
New translations strings.xml (Thai)
2023-10-21 09:36:50 +02:00
Grishka
66b7b127f9
List creation (AND-98)
2023-10-21 09:13:01 +03:00
Eugen Rochko
b3f2987b14
New translations strings.xml (Vietnamese)
2023-10-21 03:54:29 +02:00
Eugen Rochko
c7426453a5
New translations strings.xml (German)
2023-10-21 02:52:53 +02:00
sk
b60c1a5db3
add back old see_new_posts strings
2023-10-21 01:43:03 +02:00
Eugen Rochko
664d5cc4c3
New translations strings.xml (German)
2023-10-21 01:04:51 +02:00
sk
47d1b182ac
fix see new posts button design
2023-10-21 01:00:51 +02:00
sk
c33c3d9112
fix compatibility issue
2023-10-21 00:54:38 +02:00
sk
ff99e1023a
Revert "use tonal background for see new posts button"
...
This reverts commit 8009dc0a75 .
2023-10-20 16:23:02 +02:00
sk
8009dc0a75
use tonal background for see new posts button
2023-10-20 15:31:06 +02:00
sk
20039ec97e
bump version
2023-10-20 13:33:02 +02:00
SomeTr
172d25eeb0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-20 11:32:21 +00:00
alextecplayz
fa04e00032
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-10-20 11:32:21 +00:00
Linerly
3ff442894d
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-20 11:32:21 +00:00
Choukajohn
edb0823bf9
Translated using Weblate (French)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-20 11:32:21 +00:00
sk
9de83355e1
revert api timeout and increase for search
...
closes sk22#881
2023-10-20 13:31:27 +02:00
sk
183fb0e8c0
use fluent back button
2023-10-20 12:54:51 +02:00
sk
d624a04e18
fix see new posts button font size
2023-10-20 12:50:34 +02:00
sk
303461d803
take switcher width into account for button
2023-10-20 12:17:12 +02:00
sk
11c7816bb1
make show new posts button less disruptive
2023-10-20 11:43:35 +02:00
sk
b5eae13a16
introduce separate tonal selector backgrounds
2023-10-20 11:43:15 +02:00
sk
59026286a1
don't cache as many posts
2023-10-20 10:46:56 +02:00
sk
ef0fbb26a4
don't return before refreshDone
2023-10-20 10:33:45 +02:00
sk
387b31193f
hopefully unfuck removing statuses and reblogs
2023-10-19 21:42:17 +02:00
LucasGGamerM
28e816fd89
chore: fix build issues
2023-10-19 15:17:35 -03:00
LucasGGamerM
77081f6cc9
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsAboutAppFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsBehaviorFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsDisplayFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsMainFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsNotificationsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/res/menu/profile_own.xml
2023-10-19 15:01:22 -03:00
sk22
95fa547f15
Translated using Weblate (German)
...
Currently translated at 100.0% (398 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-10-19 15:13:41 +00:00
sk22
3198c9adb1
Translated using Weblate (German)
...
Currently translated at 99.2% (395 of 398 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-10-19 15:07:29 +00:00
SomeTr
e1af6f4643
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (18 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-10-19 15:07:29 +00:00
SomeTr
cc52e491b0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (396 of 396 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-19 15:07:29 +00:00
Choukajohn
b0db0d9f2e
Translated using Weblate (French)
...
Currently translated at 100.0% (396 of 396 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-19 15:07:29 +00:00
sk
d699788a12
fix string
2023-10-19 17:07:18 +02:00
sk
bdbf441e1a
Merge remote-tracking branch 'upstream/l10n_master'
2023-10-19 17:01:46 +02:00
sk
0deba2885b
Merge remote-tracking branch 'weblate/main'
2023-10-19 17:01:13 +02:00
sk
48b39fd3bc
boop version
2023-10-19 16:59:45 +02:00
sk
875b235e6d
restart when show replies/boosts changes
...
closes sk22#879
2023-10-19 16:58:26 +02:00
sk
1711682322
don't display extra text if visibility == local
2023-10-19 16:54:23 +02:00
sk
70f5ec7500
update header layout
2023-10-19 16:54:07 +02:00
sk
d34c73c210
add options for locking account and default vis
2023-10-19 16:49:23 +02:00
sk
50a0586e8a
fix content type index and title
2023-10-19 16:02:51 +02:00
Jacoco
1d2ca1e500
fix: hiding discovery on Akkoma + hiding privacy settings ( #867 )
...
* Hide privacy settings on Akkoma
* Fix Akkoma skipping discovery
* Make settings order more clear in the code
2023-10-19 15:42:29 +02:00
EndermanCo
34b7123a8d
Translated using Weblate (Persian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fa/
2023-10-19 10:17:38 +00:00
butterflyoffire
ec718ff58e
Translated using Weblate (Arabic)
...
Currently translated at 80.4% (317 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-10-19 10:17:38 +00:00
ihor_ck
20a442e27f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-19 10:17:38 +00:00
SomeTr
47cb74abc9
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-19 10:17:37 +00:00
SomeTr
a11e53c89a
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-19 10:17:37 +00:00
David Lapshin
d721e8ca46
Translated using Weblate (Russian)
...
Currently translated at 99.7% (393 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2023-10-19 10:17:37 +00:00
alextecplayz
23e5dcd030
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-10-19 10:17:37 +00:00
Linerly
25dd2cfab8
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-19 10:17:37 +00:00
Choukajohn
8537c7a7ae
Translated using Weblate (French)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-19 10:17:37 +00:00
gallegonovato
ebd7f9c36c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (394 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-19 10:17:37 +00:00
poesty
49cda3aeb2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (393 of 394 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-19 10:17:37 +00:00
sk
67cbc8aff2
don't load new posts every time we hit the top
2023-10-19 01:06:03 +02:00
sk
5db44cbf9d
don't save bidi-safe string in account
...
also support custom emoji in account switcher
closes sk22#859
2023-10-19 01:01:53 +02:00
sk
95858e3280
remove debug println
2023-10-19 00:44:10 +02:00
sk
36846acbe5
fix null pointer when content language is null
2023-10-19 00:38:06 +02:00
sk
b95d944003
save own posts from timeline before removing them
2023-10-19 00:22:52 +02:00
sk
f52886af74
don't add own boosts to home
...
closes sk22#875
2023-10-19 00:09:09 +02:00
sk
6cbe406cef
load new posts on reload
2023-10-19 00:04:54 +02:00
sk
3097bc7168
oops: put home timeline if result NOT empty
2023-10-18 23:28:44 +02:00
sk
5f7faa69e8
remove existing statuses to move them up
2023-10-18 22:07:10 +02:00
sk
ed24e89a96
don't compare newly fetched posts to created post
...
closes sk22#866
2023-10-18 21:48:11 +02:00
sk
8ea05c6ebd
fix menu grouping
2023-10-18 21:24:59 +02:00
sk
a30fcbbe34
reorder profile menu
...
closes sk22#873
2023-10-18 21:23:58 +02:00
sk
39f76f9988
always show "boosted" text in reply/boost line
...
closes sk22#874
2023-10-18 21:21:03 +02:00
sk
5135653cd3
wow!! configurable first fraction
2023-10-18 21:11:48 +02:00
sk
2e4f04cd88
fix divide by zero error
2023-10-18 20:40:23 +02:00
Eugen Rochko
a44e0e036a
New translations strings.xml (Persian)
2023-10-18 20:27:30 +02:00
Eugen Rochko
5d54c1bae4
New translations strings.xml (Spanish)
2023-10-18 20:27:29 +02:00
sk
09577074a9
merge settings changes
2023-10-18 20:26:20 +02:00
LucasGGamerM
5c071aa3ec
chore: make app compile again
2023-10-18 14:47:21 -03:00
sk
53f0e2a933
change extra text size
2023-10-18 19:39:12 +02:00
sk
b8dccbbef1
now hopefully fixing header/subtitle extra sizing
2023-10-18 19:23:13 +02:00
Eugen Rochko
2ef17ba051
New translations strings.xml (Spanish)
2023-10-18 19:15:17 +02:00
Eugen Rochko
f63daf3a4e
New translations strings.xml (Thai)
2023-10-18 19:15:16 +02:00
Eugen Rochko
52b079be2a
New translations strings.xml (Thai)
2023-10-18 18:11:40 +02:00
LucasGGamerM
c5a61c3916
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FileStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/res/menu/profile.xml
# metadata/cy/full_description.txt
2023-10-18 08:21:03 -03:00
Eugen Rochko
efeca17106
New translations strings.xml (Chinese Traditional)
2023-10-18 11:34:03 +02:00
Eugen Rochko
6827166c1d
New translations strings.xml (Galician)
2023-10-18 08:51:11 +02:00
Eugen Rochko
04483e61e8
New translations strings.xml (Galician)
2023-10-18 07:49:15 +02:00
Grishka
0ed858b99c
Update string
2023-10-18 02:56:13 +03:00
Grishka
9b3e153a4d
Add "manage accounts" item to settings
2023-10-18 01:41:10 +03:00
Grishka
e525aef3d9
Improve new posts button animation
2023-10-18 01:37:02 +03:00
Eugen Rochko
22fe174922
New translations strings.xml (Icelandic)
2023-10-17 20:07:09 +02:00
Eugen Rochko
f143da3913
New translations strings.xml (Kabyle)
2023-10-17 04:25:08 +02:00
Eugen Rochko
7e9f41c74b
New translations strings.xml (Scottish Gaelic)
2023-10-17 04:25:05 +02:00
Eugen Rochko
a1474d0d29
New translations strings.xml (Filipino)
2023-10-17 04:25:03 +02:00
Eugen Rochko
0dce936ad3
New translations strings.xml (Persian)
2023-10-17 04:24:58 +02:00
Eugen Rochko
6ebbbb4c6c
New translations strings.xml (Indonesian)
2023-10-17 04:24:57 +02:00
Eugen Rochko
dc6ddbd0ee
New translations strings.xml (Portuguese, Brazilian)
2023-10-17 04:24:56 +02:00
Eugen Rochko
86c81d6b53
New translations strings.xml (Galician)
2023-10-17 04:24:55 +02:00
Eugen Rochko
451a92aa36
New translations strings.xml (Vietnamese)
2023-10-17 04:24:53 +02:00
Eugen Rochko
5c42e67e73
New translations strings.xml (Chinese Simplified)
2023-10-17 04:24:52 +02:00
Eugen Rochko
d20d36d964
New translations strings.xml (Turkish)
2023-10-17 04:24:51 +02:00
Eugen Rochko
1a8d46c71e
New translations strings.xml (Slovenian)
2023-10-17 04:24:50 +02:00
Eugen Rochko
91da10eca3
New translations strings.xml (Portuguese)
2023-10-17 04:24:49 +02:00
Eugen Rochko
3bb0dcee53
New translations strings.xml (Polish)
2023-10-17 04:24:48 +02:00
Eugen Rochko
d3fd4b200f
New translations strings.xml (Norwegian)
2023-10-17 04:24:47 +02:00
Eugen Rochko
fed96864e1
New translations strings.xml (Dutch)
2023-10-17 04:24:46 +02:00
Eugen Rochko
3b351bea27
New translations strings.xml (Korean)
2023-10-17 04:24:45 +02:00
Eugen Rochko
254e01dca1
New translations strings.xml (Armenian)
2023-10-17 04:24:44 +02:00
Eugen Rochko
19158e1d48
New translations strings.xml (Hungarian)
2023-10-17 04:24:43 +02:00
Eugen Rochko
bffb78fccf
New translations strings.xml (Basque)
2023-10-17 04:24:41 +02:00
Eugen Rochko
a3800592a2
New translations strings.xml (Greek)
2023-10-17 04:24:39 +02:00
Eugen Rochko
22a498dfc9
New translations strings.xml (German)
2023-10-17 04:24:38 +02:00
Eugen Rochko
9ea96e32bd
New translations strings.xml (Danish)
2023-10-17 04:24:37 +02:00
Eugen Rochko
68f51a123e
New translations strings.xml (Czech)
2023-10-17 04:24:36 +02:00
Eugen Rochko
43b1b63581
New translations strings.xml (Catalan)
2023-10-17 04:24:35 +02:00
Eugen Rochko
43b4a2c515
New translations strings.xml (Belarusian)
2023-10-17 04:24:34 +02:00
Eugen Rochko
5b9cfdb689
New translations strings.xml (Arabic)
2023-10-17 04:24:33 +02:00
Eugen Rochko
b43cd7103a
New translations strings.xml (Spanish)
2023-10-17 04:24:32 +02:00
Eugen Rochko
30e4f6e0f5
New translations strings.xml (French)
2023-10-17 04:24:30 +02:00
Eugen Rochko
1d0ebf889b
New translations strings.xml (Chinese Traditional)
2023-10-17 04:24:28 +02:00
Eugen Rochko
7c4f1da485
New translations strings.xml (Finnish)
2023-10-17 04:24:27 +02:00
Eugen Rochko
8163921014
New translations strings.xml (Russian)
2023-10-17 04:24:26 +02:00
Eugen Rochko
993393dd96
New translations strings.xml (Swedish)
2023-10-17 04:24:25 +02:00
Eugen Rochko
82aed43934
New translations strings.xml (Italian)
2023-10-17 04:24:24 +02:00
Eugen Rochko
fa65134c26
New translations strings.xml (Ukrainian)
2023-10-17 04:24:23 +02:00
Eugen Rochko
af4266c739
New translations strings.xml (Japanese)
2023-10-17 04:24:22 +02:00
Eugen Rochko
f72ea2e763
New translations strings.xml (Icelandic)
2023-10-17 04:24:21 +02:00
Eugen Rochko
c5540270a3
New translations strings.xml (Thai)
2023-10-17 04:24:20 +02:00
Grishka
201b72c9c8
Add "copy link" to post context menu
2023-10-17 04:41:18 +03:00
Grishka
26b99f5f68
New and improved™ "new posts" button (AND-102)
2023-10-17 04:31:07 +03:00
Grishka
d3dc774492
Empty states for home timeline popup submenus (AND-99)
2023-10-17 03:22:23 +03:00
Grishka
1f7155a932
Reorder notification tabs and remember selection (AND-82)
2023-10-17 03:00:05 +03:00
Grishka
02729fe02b
Always allow marking notifications as read
2023-10-17 02:47:50 +03:00
sk
5840c94395
isolate bi-directional text in display name
2023-10-17 01:03:06 +02:00
sk
92d7ae67ef
don't break custom emoji in pronouns
2023-10-17 00:38:27 +02:00
sk
fc09514a4d
the pronouns are stored in the balls (extra text)
...
also, improve max-width behavior
2023-10-17 00:28:00 +02:00
sk
300fa97781
remove comment
2023-10-16 19:36:30 +02:00
sk
e8f0891f3a
re-aligning buttons with avatar
2023-10-16 19:36:12 +02:00
sk
f25906a694
Merge remote-tracking branch 'upstream/l10n_master'
2023-10-16 19:28:27 +02:00
sk
e52699bb1c
Merge remote-tracking branch 'weblate/main'
2023-10-16 19:27:38 +02:00
SomeTr
712826451f
Translated using Weblate (Welsh)
...
Currently translated at 77.7% (14 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/cy/
2023-10-16 17:27:28 +00:00
ihor_ck
3b3065d8bd
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-16 17:27:28 +00:00
alextecplayz
e11fe7d8cf
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-10-16 17:27:28 +00:00
SomeTr
9a2f7475c9
Translated using Weblate (German)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-10-16 17:27:28 +00:00
sk
6dffb10906
make version go up
2023-10-16 19:27:12 +02:00
sk
71039d6901
the changes i made were wrong (what a surprise)
2023-10-16 19:26:29 +02:00
sk
db18c7a0d0
events for boosts, adapt removeStatus method
2023-10-16 19:14:16 +02:00
sk
7e80ed6af2
fix and refactor removing statuses
2023-10-16 18:28:47 +02:00
sk
bdd2b90581
allow entering full handles instead of domain
...
closes sk22#646
2023-10-16 01:03:19 +02:00
sk
50d017d8ba
fix account context menu
...
closes sk22#652
2023-10-16 00:44:47 +02:00
sk
98e003437c
fix confirm unfollow
2023-10-16 00:11:47 +02:00
sk
d5d06af614
fix keyboard gap in scheduled post list height
2023-10-15 23:59:26 +02:00
sk
1c930ca3bb
check for draft before checking alt texts
2023-10-15 23:42:53 +02:00
sk
0f0c1093d4
don't hide draft options when redrafting
2023-10-15 23:35:01 +02:00
sk
2ad5dc5a74
make unfinished attachment dialog make more sense
2023-10-15 23:20:40 +02:00
sk
e02e0865bd
fix softlock when re-saving draft
...
closes sk22#659
2023-10-15 23:05:29 +02:00
sk
59ee1af75d
fix border radius
...
closes sk22#861
2023-10-15 22:53:23 +02:00
sk
c04584dfa6
fix alignments
2023-10-15 21:17:38 +02:00
sk
190a3b5b08
use fluent dismiss button
2023-10-15 21:17:26 +02:00
sk
f5a67e65f0
fix missing content descriptions, button alignment
2023-10-15 21:16:42 +02:00
Eugen Rochko
498078b6e0
New translations strings.xml (Swedish)
2023-10-15 20:37:55 +02:00
sk
de8c289ca7
finally!! fix reblog/-ply line with extra emoji
...
closes sk22#468
2023-10-15 20:29:15 +02:00
sk
07b205a746
remove fullText emoji helper, fix content description
2023-10-15 20:18:40 +02:00
sk
a7941310bc
no more vertical reblog/reply line layout
...
closes sk22#834
2023-10-15 20:11:03 +02:00
sk
864b6dcdac
remove outdated comment
2023-10-15 20:04:39 +02:00
sk
d3744bb397
remove compact reblog line setting
2023-10-15 19:57:22 +02:00
sk
7d1853bc88
fix saving wrong item
...
closes sk22#863
2023-10-15 19:46:14 +02:00
sk
9f0db755d1
fix text/buttons alignment, margin
...
closes sk22#864
2023-10-15 19:44:37 +02:00
sk
06819806be
"fix" trends loading indefinitely
...
closes sk22#781
2023-10-15 19:23:57 +02:00
Eugen Rochko
526f5e319b
New translations strings.xml (Swedish)
2023-10-15 18:51:35 +02:00
sk
30a4d0efd9
rename vars, compare content status id for reply
2023-10-15 18:10:57 +02:00
Eugen Rochko
d419dba44a
New translations strings.xml (Swedish)
2023-10-15 14:26:36 +02:00
Choukajohn
87da6b9b81
Translated using Weblate (French)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-15 01:20:04 +00:00
LucasGGamerM
71970b2249
chora: make app compile again
2023-10-14 14:59:03 -03:00
LucasGGamerM
49dc34b256
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/res/layout/display_item_footer.xml
2023-10-14 14:54:46 -03:00
LucasGGamerM
1ca95be7e0
fix(compose): fix publish button being cut off on small screens
2023-10-14 10:34:36 -03:00
LucasGGamerM
8a5b881a57
fix: show media sensitive button even if a CW is present
2023-10-14 10:26:57 -03:00
Linerly
67cc1553da
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-14 05:22:21 +00:00
sk
9a985aad29
fix deleting boosted posts in profile
2023-10-14 01:47:13 +02:00
Eugen Rochko
fd98159fce
New translations strings.xml (Greek)
2023-10-14 00:27:35 +02:00
sk
42fac30e63
wrap into full-width view
2023-10-13 23:50:49 +02:00
sk
18e7f14c16
remove duplicate selectable background
2023-10-13 23:49:54 +02:00
sk
7b263800a6
reduce button margins, realign buttons
...
closes sk22#
2023-10-13 23:27:49 +02:00
sk
17387a32b2
don't scale buttons with text
...
re: sk22#787
2023-10-13 23:04:45 +02:00
sk
3fe642c2f2
remove unwanted margin
2023-10-13 22:36:15 +02:00
sk
9225447409
use action bar icons color for toolbar
...
closes sk22#860
2023-10-13 22:27:53 +02:00
SomeTr
e05dee64b7
Translated using Weblate (Ukrainian)
...
Currently translated at 99.4% (391 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-13 20:23:08 +00:00
Choukajohn
7f30973b39
Translated using Weblate (French)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-13 20:23:08 +00:00
gallegonovato
25da9bb2d0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-13 20:23:08 +00:00
poesty
e17b49e704
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (392 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-13 20:23:08 +00:00
sk
db661b56cb
fix inconsistent styles, fix non-sp font
...
closes sk22#862
2023-10-13 22:17:45 +02:00
sk
638e1bf8e9
do show labels per default
...
This reverts commit a1c81e89e8 .
2023-10-13 21:16:52 +02:00
LucasGGamerM
dafe233315
chore: make app compile again
2023-10-13 11:17:50 -03:00
LucasGGamerM
4107169c73
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/res/layout/fragment_compose.xml
2023-10-13 11:16:10 -03:00
sk
83786171a7
ellipsize tab bar labels
2023-10-13 13:49:54 +02:00
sk
f638a538c1
Merge remote-tracking branch 'upstream/l10n_master'
2023-10-13 13:45:36 +02:00
sk22
11e2316cbc
Translated using Weblate (German)
...
Currently translated at 100.0% (393 of 393 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-10-13 11:45:15 +00:00
ihor_ck
1b372c7dca
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-13 11:43:24 +00:00
ihor_ck
cf4e37fade
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-13 11:43:24 +00:00
SomeTr
f3fc60ac00
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-13 11:43:24 +00:00
butterflyoffire
1026d99025
Translated using Weblate (Arabic)
...
Currently translated at 81.2% (317 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-10-13 11:43:24 +00:00
ihor_ck
3fb947fbfe
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-13 11:43:24 +00:00
David Lapshin
f097506d49
Translated using Weblate (Russian)
...
Currently translated at 99.7% (389 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2023-10-13 11:43:24 +00:00
alextecplayz
3df7d74fbf
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-10-13 11:43:24 +00:00
Oliebol
3fc17eb9c9
Translated using Weblate (Dutch)
...
Currently translated at 81.0% (316 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/nl/
2023-10-13 11:43:24 +00:00
Linerly
67ee74c1a0
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-13 11:43:24 +00:00
Espasant3
bcebba8896
Translated using Weblate (Galician)
...
Currently translated at 97.9% (382 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-10-13 11:43:24 +00:00
Choukajohn
451b0c1ac5
Translated using Weblate (French)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-13 11:43:24 +00:00
butterflyoffire
5d08b4923b
Translated using Weblate (French)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-13 11:43:24 +00:00
kallekn
9ba948c721
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fi/
2023-10-13 11:43:24 +00:00
gallegonovato
23e7513133
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (390 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-13 11:43:24 +00:00
poesty
aaed8e53c8
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (389 of 390 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-13 11:43:24 +00:00
sk
f2754cc5c9
bump version
2023-10-13 13:43:08 +02:00
sk
6a65edd089
fix draft/schedule view for large display sizes
...
cc @LucasGGamerM
see 77e19b4d6f
2023-10-13 13:39:51 +02:00
LucasGGamerM
4d49b10585
fix(compose): make 'This post will be saved as a draft' view work better on smaller screens
...
cc: @sk22
2023-10-13 13:27:13 +02:00
LucasGGamerM
767312f71c
feat: only spin favorite button if its a star
2023-10-13 08:21:05 -03:00
LucasGGamerM
045668d67b
fix(nord): use nord colors for like (heart) and favorite (star)
2023-10-13 08:16:11 -03:00
Gregory K
f5b98009dd
Merge pull request #712 from mastodon/remove-funding
...
Delete .github/FUNDING.yml
2023-10-13 14:08:47 +03:00
Renaud Chaput
cf0b66d852
Delete .github/FUNDING.yml
...
We now have an organisation-wide funding configuration, this one is no longer needed
2023-10-13 10:45:53 +02:00
LucasGGamerM
8f80668e0f
fix: always show hashtag pin menu item as action
2023-10-12 22:10:23 -03:00
LucasGGamerM
b1754846f8
fix: this fixes an issue where the app wouldn't want to compile because of the StringRes at the title and CharSequence as the subtitle
...
This addresses that by resolving the StringRes and making the app compile again
cc: @sk22
2023-10-12 22:02:38 -03:00
LucasGGamerM
681ee1c211
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsDisplayFragment.java
2023-10-12 21:41:18 -03:00
LucasGGamerM
714ec9692c
fix: this fixes a compilation bug. I am not sure how, but yes
2023-10-12 21:35:47 -03:00
sk
86bfab81bd
lucas is right
...
closes sk22#857
2023-10-13 02:27:34 +02:00
LucasGGamerM
07d2ad749e
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsDisplayFragment.java
2023-10-12 21:25:16 -03:00
sk
50e313cff0
fix gap max_id when post before gap is filtered
...
hopefully fixes sk22#856
2023-10-13 02:22:03 +02:00
LucasGGamerM
1e7e4810f1
fix: make favorite button spin again
2023-10-12 21:16:21 -03:00
sk
5d07cde6dd
fix gap not filtering posts
2023-10-13 01:48:45 +02:00
sk
f84a923102
implement global default color
...
closes sk22#853
2023-10-13 01:28:59 +02:00
LucasGGamerM
9964236616
fix: make notification header timestamp ellipsizeable
...
cc: @sk22
2023-10-12 20:16:50 -03:00
sk
c9eac34ae6
fix gap item alpha not being reset
...
closes sk22#851
2023-10-13 00:27:35 +02:00
sk
181a0577c8
fix missing gap item when status removed
2023-10-13 00:24:32 +02:00
sk
0426084194
fix changes breaking off-screen bound holders
...
i hope i didn't break everything lol
2023-10-13 00:14:29 +02:00
LucasGGamerM
26579abe6a
fix: make notification header background work well when hovered upon
2023-10-12 19:10:36 -03:00
LucasGGamerM
d829c659bd
chore: make app compile again
2023-10-12 15:34:32 -03:00
LucasGGamerM
ce3ca42c7a
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountLocalPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HashtagTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsDisplayFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/CustomEmojiPopupKeyboard.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ExtendedFooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/NotificationHeaderStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/TextStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/WarningFilteredStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/ColorPalette.java
# mastodon/src/main/res/color/bookmark_icon.xml
# mastodon/src/main/res/color/boost_icon.xml
# mastodon/src/main/res/color/favorite_icon.xml
# mastodon/src/main/res/layout/display_item_footer.xml
# mastodon/src/main/res/layout/tab_bar.xml
# mastodon/src/main/res/values/palettes.xml
# mastodon/src/main/res/values/styles.xml
# metadata/uk/changelogs/51.txt
# metadata/uk/changelogs/56.txt
# metadata/uk/changelogs/61.txt
# metadata/uk/full_description.txt
2023-10-12 14:58:23 -03:00
Eugen Rochko
197d0caf44
New translations strings.xml (Japanese)
2023-10-11 18:34:49 +02:00
Eugen Rochko
a4a082f76a
New translations strings.xml (Japanese)
2023-10-11 17:14:57 +02:00
Grishka
84026afb92
A bunch of minor RTL fixes
2023-10-11 00:49:40 +03:00
Grishka
4dea7d2a52
Retain CWs but expand them when showCWs setting is off
...
#323 , closes #87
2023-10-11 00:27:26 +03:00
Grishka
2df1b7dd61
Remove repeating logging code from MastodonAPIController
2023-10-10 23:47:36 +03:00
Grishka
89042113a5
Fix default server loading timeout
2023-10-10 23:43:44 +03:00
Grishka
48665ebcce
Scroll search to top on query change
2023-10-10 23:28:09 +03:00
Eugen Rochko
2528d48010
New translations strings.xml (Icelandic)
2023-10-10 18:10:41 +02:00
Eugen Rochko
5456d71979
New translations strings.xml (Chinese Traditional)
2023-10-10 10:25:33 +02:00
Eugen Rochko
e36aae3cf3
New translations strings.xml (Thai)
2023-10-09 20:31:09 +02:00
Grishka
d6040c0895
Hide the FAB while editing profile
2023-10-09 19:42:54 +02:00
Eugen Rochko
6d12e2dd72
New translations strings.xml (Thai)
2023-10-09 19:20:32 +02:00
sk
ff47e6edba
remove unused method
2023-10-09 18:46:52 +02:00
sk
327ceb04d4
fix deleting notifications
...
closes sk22#677
closes sk22#633
2023-10-09 18:35:27 +02:00
sk
40a34b07de
add option to disable underlined links
...
closes sk22#847
2023-10-09 18:07:19 +02:00
Eugen Rochko
f117249bb5
New translations strings.xml (Thai)
2023-10-09 18:02:31 +02:00
sk
1c90164ece
fix broken hashtag links
...
closes sk22#848
2023-10-09 17:59:22 +02:00
sk
0d5fb250bc
migrate theme colors
...
closes sk22#849
2023-10-09 17:54:54 +02:00
sk
e9bd5a373a
remove unused icons and replace some wrong ones
2023-10-09 17:39:18 +02:00
sk
c494d283ba
remove duplicate section, replace icons
...
closes sk22#850
2023-10-09 17:38:55 +02:00
Eugen Rochko
cf1d537367
New translations strings.xml (Vietnamese)
2023-10-09 06:03:28 +02:00
Eugen Rochko
517d13b400
New translations strings.xml (Vietnamese)
2023-10-09 05:07:06 +02:00
Grishka
103aaafff1
Hide the FAB while editing profile
...
closes #709
2023-10-08 22:31:27 +03:00
Eugen Rochko
fae870c93a
New translations strings.xml (Urdu (India))
2023-10-08 21:13:23 +02:00
Eugen Rochko
f8e00dcc80
New translations strings.xml (Kabyle)
2023-10-08 21:13:22 +02:00
Eugen Rochko
5fdbb597bb
New translations strings.xml (Igbo)
2023-10-08 21:13:21 +02:00
Eugen Rochko
d74b286a9d
New translations strings.xml (Occitan)
2023-10-08 21:13:20 +02:00
Eugen Rochko
ecb3c521ff
New translations strings.xml (Scottish Gaelic)
2023-10-08 21:13:19 +02:00
Eugen Rochko
1d093ce928
New translations strings.xml (Sinhala)
2023-10-08 21:13:18 +02:00
Eugen Rochko
46b711af2e
New translations strings.xml (Bosnian)
2023-10-08 21:13:17 +02:00
Eugen Rochko
772e6ddb5d
New translations strings.xml (Filipino)
2023-10-08 21:13:16 +02:00
Eugen Rochko
f84e8443d2
New translations strings.xml (Burmese)
2023-10-08 21:13:15 +02:00
Eugen Rochko
250c18ebf1
New translations strings.xml (Hindi)
2023-10-08 21:13:14 +02:00
Eugen Rochko
e3d0f38b79
New translations strings.xml (Croatian)
2023-10-08 21:13:14 +02:00
Eugen Rochko
c512f97783
New translations strings.xml (Bengali)
2023-10-08 21:13:13 +02:00
Eugen Rochko
0594680775
New translations strings.xml (Persian)
2023-10-08 21:13:12 +02:00
Eugen Rochko
f999881f59
New translations strings.xml (Indonesian)
2023-10-08 21:13:11 +02:00
Eugen Rochko
4fe9192ac6
New translations strings.xml (Portuguese, Brazilian)
2023-10-08 21:13:10 +02:00
Eugen Rochko
d936702fa9
New translations strings.xml (Galician)
2023-10-08 21:13:08 +02:00
Eugen Rochko
74e284b0de
New translations strings.xml (Vietnamese)
2023-10-08 21:13:07 +02:00
Eugen Rochko
4c42b72ed8
New translations strings.xml (Chinese Simplified)
2023-10-08 21:13:06 +02:00
Eugen Rochko
0e0046df65
New translations strings.xml (Turkish)
2023-10-08 21:13:05 +02:00
Eugen Rochko
c80d1d10c2
New translations strings.xml (Slovenian)
2023-10-08 21:13:05 +02:00
Eugen Rochko
da97971011
New translations strings.xml (Portuguese)
2023-10-08 21:13:04 +02:00
Eugen Rochko
700447dbe7
New translations strings.xml (Polish)
2023-10-08 21:13:03 +02:00
Eugen Rochko
37e7b5ee93
New translations strings.xml (Norwegian)
2023-10-08 21:13:02 +02:00
Eugen Rochko
1265afa93f
New translations strings.xml (Dutch)
2023-10-08 21:13:01 +02:00
Eugen Rochko
1e09481b02
New translations strings.xml (Korean)
2023-10-08 21:13:00 +02:00
Eugen Rochko
9996a5a05e
New translations strings.xml (Armenian)
2023-10-08 21:12:59 +02:00
Eugen Rochko
f20aac7c81
New translations strings.xml (Hungarian)
2023-10-08 21:12:58 +02:00
Eugen Rochko
98f7b0bacd
New translations strings.xml (Hebrew)
2023-10-08 21:12:57 +02:00
Eugen Rochko
3f6d3fb3a2
New translations strings.xml (Irish)
2023-10-08 21:12:56 +02:00
Eugen Rochko
663b49c76b
New translations strings.xml (Basque)
2023-10-08 21:12:55 +02:00
Eugen Rochko
16e38f2541
New translations strings.xml (Greek)
2023-10-08 21:12:54 +02:00
Eugen Rochko
842cc55e47
New translations strings.xml (German)
2023-10-08 21:12:53 +02:00
Eugen Rochko
72db099e6f
New translations strings.xml (Danish)
2023-10-08 21:12:52 +02:00
Eugen Rochko
be130bc3a7
New translations strings.xml (Czech)
2023-10-08 21:12:51 +02:00
Eugen Rochko
42253336e1
New translations strings.xml (Catalan)
2023-10-08 21:12:50 +02:00
Eugen Rochko
572631e1d7
New translations strings.xml (Belarusian)
2023-10-08 21:12:49 +02:00
Eugen Rochko
723777a800
New translations strings.xml (Arabic)
2023-10-08 21:12:48 +02:00
Eugen Rochko
b825d534c1
New translations strings.xml (Spanish)
2023-10-08 21:12:47 +02:00
Eugen Rochko
b9749620a8
New translations strings.xml (French)
2023-10-08 21:12:46 +02:00
Eugen Rochko
70ea9989aa
New translations strings.xml (Romanian)
2023-10-08 21:12:45 +02:00
Eugen Rochko
b3ec9c981c
New translations strings.xml (Chinese Traditional)
2023-10-08 21:12:44 +02:00
Eugen Rochko
bf72085abb
New translations strings.xml (Finnish)
2023-10-08 21:12:43 +02:00
Eugen Rochko
64dd416b59
New translations strings.xml (Russian)
2023-10-08 21:12:42 +02:00
Eugen Rochko
ab2a920455
New translations strings.xml (Swedish)
2023-10-08 21:12:41 +02:00
Eugen Rochko
7580446d60
New translations strings.xml (Italian)
2023-10-08 21:12:40 +02:00
Eugen Rochko
ade18ac6fc
New translations strings.xml (Ukrainian)
2023-10-08 21:12:39 +02:00
Eugen Rochko
005c851d72
New translations strings.xml (Japanese)
2023-10-08 21:12:38 +02:00
Eugen Rochko
0f1d46c765
New translations strings.xml (Icelandic)
2023-10-08 21:12:36 +02:00
Eugen Rochko
21fbb07b1d
New translations strings.xml (Thai)
2023-10-08 21:12:36 +02:00
Grishka
dff2217e80
Lists
...
closes #89 , closes #279
2023-10-08 22:03:16 +03:00
sk
58e0ce3970
add tooltips
2023-10-08 16:36:56 +02:00
sk
139a7d7c98
change settings order
2023-10-08 16:36:48 +02:00
sk
a1c81e89e8
don't show labels per default
2023-10-08 16:36:41 +02:00
sk
a5c197b496
hearts everywhere
...
closes sk22#846
2023-10-08 13:04:26 +02:00
sk
df49ef9d58
redder red
2023-10-08 12:54:59 +02:00
sk
f747d4c979
toggle label font weight according to m3
2023-10-08 12:49:29 +02:00
sk
98677cd307
on page change listener may also load first page
2023-10-08 11:48:59 +02:00
sk
cd3de97d55
Merge remote-tracking branch 'upstream/l10n_master'
2023-10-07 23:47:36 +02:00
sk
4853a25710
bump version
2023-10-07 23:47:01 +02:00
SomeTr
eba9a1da7b
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (18 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2023-10-07 21:46:18 +00:00
SomeTr
068c62b060
Translated using Weblate (Ukrainian)
...
Currently translated at 98.9% (385 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-07 21:46:18 +00:00
David Lapshin
5d7f06eba0
Translated using Weblate (Russian)
...
Currently translated at 97.6% (380 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2023-10-07 21:46:18 +00:00
Linerly
fed9dec33a
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-07 21:46:18 +00:00
Choukajohn
7973914a5f
Translated using Weblate (French)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-07 21:46:18 +00:00
kallekn
35efb3f047
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fi/
2023-10-07 21:46:18 +00:00
sk
0a4ed50904
i think i fixed the offset issue
2023-10-07 23:45:33 +02:00
sk
002c66174a
fix type filter, wrong max id, refactor max id
2023-10-07 23:32:10 +02:00
Eugen Rochko
22aac3d943
New translations strings.xml (Finnish)
2023-10-07 22:49:20 +02:00
sk
872f47305a
Revert "temporary fix for pre-release users"
...
This reverts commit 2314871246 .
2023-10-07 22:38:42 +02:00
sk
75d5332411
don't add existing posts to timeline
2023-10-07 22:38:30 +02:00
sk
035da8a517
update blocks and languages
2023-10-07 22:17:36 +02:00
sk
4c2c877d41
bump version
2023-10-07 22:11:35 +02:00
sk
0cc8cddfc3
support recently used emoji
...
closes sk22#832
2023-10-07 22:10:52 +02:00
sk
4428ef7ac2
display recent languages
...
closes sk22#654
2023-10-07 19:47:49 +02:00
sk
44912b7982
display timestamp in notification header
...
closes sk22#668
2023-10-07 19:17:45 +02:00
sk
c930db6068
refactor filtering
...
hopefully also fixes sk22#816
2023-10-07 18:25:37 +02:00
sk
d96d4dd581
unselect add button on bind
...
closes sk22#830
2023-10-07 17:52:39 +02:00
sk
67e3a5bb47
fix warning not clickable if main status
2023-10-07 17:50:24 +02:00
sk22
b0a5aa93e1
Translated using Weblate (German)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/de/
2023-10-07 15:39:39 +00:00
sk22
0bc1459898
Translated using Weblate (English)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/en/
2023-10-07 15:39:38 +00:00
sk
fae25e93a5
Merge remote-tracking branch 'weblate/main'
2023-10-07 17:29:18 +02:00
kallekn
c0c121050c
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fi/
2023-10-07 15:29:11 +00:00
teknopata
afe572ca7f
Translated using Weblate (Basque)
...
Currently translated at 78.6% (305 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/eu/
2023-10-07 15:29:11 +00:00
sk
8cb4db5fcf
Merge remote-tracking branch 'weblate/main'
2023-10-07 17:28:51 +02:00
sk
de235ec7cc
use upstream filtering for warn item
2023-10-07 17:21:20 +02:00
sk
140c2a7b9d
remove status filter predicate from thread
2023-10-07 17:04:55 +02:00
sk
c833513344
use same filtering function everywhere
2023-10-07 17:02:03 +02:00
sk
1e95536208
fix issue with loading more
2023-10-07 17:00:16 +02:00
sk
b58fda9795
remove unused method
2023-10-07 16:12:35 +02:00
sk
3135aef398
fix wrong overflow button style
2023-10-07 16:03:30 +02:00
sk
c83dc51322
re-add ripple to filter warning
2023-10-07 15:43:16 +02:00
sk
9cfaed89e6
fix filter warning background color
...
closes sk22#823
2023-10-07 15:26:10 +02:00
sk
5374ac766c
prettier visibility toggle animation
...
maybe fix sk22#845
2023-10-07 15:21:06 +02:00
sk
98596e77f2
fix interaction button colors
...
closes sk22#841
2023-10-07 12:44:39 +02:00
sk
54aa89c7f8
OOPS
2023-10-07 12:44:33 +02:00
sk
f59157b160
fix text not selectable
...
closes sk22#824
2023-10-07 12:33:14 +02:00
sk
6b38db9607
add heart symbol to extended footer
2023-10-07 12:08:37 +02:00
Eugen Rochko
53afc120f3
New translations strings.xml (Chinese Traditional)
2023-10-07 03:46:12 +02:00
Xen4n
3c603d5dbc
Fix empty hashtag as search result for '@' query for Pleroma
2023-10-06 22:21:10 +02:00
sk
c10cdfd795
fix color inheritance issue
2023-10-06 18:44:15 +02:00
sk
c2184e7bd8
don't dismiss when restarting activity
2023-10-06 18:00:59 +02:00
sk
baf756e163
allow using heart as fav icon ❤️
...
closes sk22#81
2023-10-06 17:53:43 +02:00
sk
efc67fd7e8
remove inset poll styles
...
closes sk22#801
2023-10-06 17:26:59 +02:00
sk
43e737425a
fix null reference
2023-10-06 17:20:49 +02:00
sk
b5b3cb42a1
re-implement missing "translate opened only"
2023-10-06 17:09:57 +02:00
sk
f72f7cb831
hide username wrap in edit mode
...
closes sk22#828
2023-10-06 17:02:52 +02:00
sk
f86d60be23
fix color palette dialog title
2023-10-06 17:00:09 +02:00
sk
7c8624bd53
fix alpha animations
...
closes sk22#839
2023-10-06 16:55:02 +02:00
Eugen Rochko
a75ce70615
New translations strings.xml (Finnish)
2023-10-06 16:38:40 +02:00
sk
331548b38d
fix crash
2023-10-06 16:20:16 +02:00
sk
8b8f192dfa
fix posts/bubble banner not disappearing
...
closes sk22#833
2023-10-06 16:17:18 +02:00
sk
061b2ee3de
per-account color palette preference
2023-10-06 16:13:38 +02:00
sk
5ea2864bd5
Merge remote-tracking branch 'upstream/master'
2023-10-06 15:17:49 +02:00
LucasGGamerM
ee2b4b6a1f
fix(hashtag-fragment): fix crash when opening some hashtags ( #842 )
2023-10-06 15:04:02 +02:00
LucasGGamerM
697f801c1a
fix(hashtags): fix crash when hashtag is null ( #844 )
2023-10-06 15:03:25 +02:00
sk
ebb49c44fe
refactor code
2023-10-06 15:01:46 +02:00
LucasGGamerM
bc4619e6b1
fix(translations): fix crash when status language is null
2023-10-06 15:01:46 +02:00
Eugen Rochko
4a3b948760
New translations strings.xml (Finnish)
2023-10-05 22:23:12 +02:00
Eugen Rochko
f81283c892
New translations strings.xml (Italian)
2023-10-05 21:19:39 +02:00
Eugen Rochko
7eae879037
New translations strings.xml (Russian)
2023-10-05 16:06:00 +02:00
Eugen Rochko
1b0ce5d893
New translations strings.xml (Swedish)
2023-10-05 12:02:19 +02:00
butterflyoffire
5d26ea85e9
Translated using Weblate (Arabic)
...
Currently translated at 80.1% (311 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-10-05 07:53:14 +00:00
ihor_ck
6efe263dd8
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-10-05 07:53:14 +00:00
David Lapshin
0379347f2d
Translated using Weblate (Russian)
...
Currently translated at 87.1% (338 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2023-10-05 07:53:14 +00:00
alextecplayz
1299b2ad42
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-10-05 07:53:14 +00:00
Linerly
f3b3bcaa0a
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-10-05 07:53:14 +00:00
Choukajohn
b1bec870c5
Translated using Weblate (French)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-05 07:53:13 +00:00
butterflyoffire
36e05a6d14
Translated using Weblate (French)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-10-05 07:53:13 +00:00
gallegonovato
2e11f78e9d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-10-05 07:53:13 +00:00
poesty
9fcfbe5593
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (387 of 388 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-10-05 07:53:12 +00:00
Eugen Rochko
c17745368d
New translations strings.xml (Italian)
2023-10-04 22:24:20 +02:00
Eugen Rochko
e78b518654
New translations strings.xml (Ukrainian)
2023-10-04 18:44:26 +02:00
Eugen Rochko
55a8634be2
New translations strings.xml (Japanese)
2023-10-04 16:52:54 +02:00
Eugen Rochko
ac891eea53
New translations strings.xml (Icelandic)
2023-10-04 15:28:52 +02:00
LucasGGamerM
6096857613
docs: add 102 changelog
2023-10-04 10:08:30 -03:00
LucasGGamerM
20c2681872
fix(account-card-on-suggestions-fragment): fix account card progress bar
2023-10-04 08:51:08 -03:00
LucasGGamerM
6778e302b4
fix(account-card-on-discover-fragment): fix account card progress bar
2023-10-04 08:35:02 -03:00
LucasGGamerM
6f981a1c7d
fix(account-card): fix account card progress bar
2023-10-04 08:26:47 -03:00
LucasGGamerM
d07ec7f1af
build: enable gradle configuration cache
2023-10-04 07:37:19 -03:00
LucasGGamerM
391a44c0e5
fix(instance-info): use normalized Uri instead of parsing the uri
2023-10-04 07:37:00 -03:00
Eugen Rochko
74fa2a3081
New translations strings.xml (Thai)
2023-10-03 21:27:27 +02:00
LucasGGamerM
a849ced203
fix(notifications-banner): fix banner layout
2023-10-03 07:26:18 -03:00
Grishka
6c1c5b7759
Merge branch 'l10n_master'
2023-10-03 03:53:50 +03:00
LucasGGamerM
f2030a8c26
Update nightly-builds.yml
2023-10-02 21:20:22 -03:00
Grishka
1f4152b588
Fix #705 and improve handling of unknown attachment dimensions
2023-10-03 02:52:07 +03:00
Grishka
70386ea1b2
Update appkit to finally fix that ViewPager2 crash
2023-10-03 02:11:04 +03:00
LucasGGamerM
02f97cd142
fix(hashtags): hashtag filter name being wonky
2023-10-02 17:35:37 -03:00
LucasGGamerM
76e0c5bc4d
fix(hashtags): fix crash when hashtag is null
2023-10-02 17:27:44 -03:00
LucasGGamerM
084bbc18cf
fix(translations): fix crash when status language is null
2023-10-02 16:42:04 -03:00
Eugen Rochko
cbce90c461
New translations strings.xml (Sinhala)
2023-10-02 21:16:49 +02:00
LucasGGamerM
fb8a38e77b
fix(instance-info-fragment): readd three dot menu
2023-10-02 12:18:43 -03:00
LucasGGamerM
2e184589e6
fix(hashtag-fragment): fix crash when opening some hashtags
...
cc: @sk22
2023-10-02 11:20:53 -03:00
LucasGGamerM
f13b6bd4b4
fix: fix crash when opening some hashtags
2023-10-02 07:45:59 -03:00
Eugen Rochko
74ae3bf706
New translations strings.xml (Armenian)
2023-10-02 07:26:27 +02:00
Grishka
1feccdc26d
Fixes
2023-10-01 23:11:33 +03:00
LucasGGamerM
3f253c1211
fix(polls): fix poll options being wonky
2023-10-01 16:10:50 -03:00
LucasGGamerM
584e2c0daa
fix(emoji-popup-keyboard): increase emoji size
2023-10-01 16:05:00 -03:00
LucasGGamerM
6f180c0451
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/ui/CustomEmojiPopupKeyboard.java
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
# mastodon/src/main/res/values-ro-rRO/strings_sk.xml
2023-10-01 14:26:38 -03:00
LucasGGamerM
c7017c12d9
feat(notification-filters): treat reactions as favorites when filtering
2023-10-01 14:19:45 -03:00
LucasGGamerM
df2211fa15
feat(notification-filters): implement logic and save notification filters when they are cleared
2023-10-01 13:56:58 -03:00
Eugen Rochko
c38c2a425b
New translations strings.xml (Indonesian)
2023-10-01 17:30:46 +02:00
LucasGGamerM
8adb1d569e
feat(notification-filters): add new settings entry for notification filters. No logic implemented just yet
2023-10-01 12:21:40 -03:00
LucasGGamerM
9e27e21e78
fix(settings): remove duplicate filters item and use fluent icon for Privacy and reach settings
2023-10-01 12:01:48 -03:00
Eugen Rochko
f43352b790
New translations strings.xml (Indonesian)
2023-10-01 16:30:51 +02:00
Grishka
c5b52b2781
Fix default server not loading sometimes
2023-10-01 12:17:21 +03:00
Grishka
b91840fb95
Another attempt to fix ZoomPanView crash
2023-10-01 07:16:21 +03:00
LucasGGamerM
2f8b6acd58
fix(notifications-badge): use correct coloring for inner number
2023-09-30 19:23:01 -03:00
LucasGGamerM
ce9dda4e6e
Merge pull request #268 from Henry-Hiles/master
...
Change badge color and add manual workflow
2023-09-30 19:12:50 -03:00
LucasGGamerM
63338a139a
refactor(filter-predicate): move client filters to its own function. Also allows for Client filters to completely hide posts
2023-09-30 19:05:50 -03:00
LucasGGamerM
49c2365120
feat(notification-filter): only show on everything tab
2023-09-30 19:05:50 -03:00
Henry Hiles
df06cdb0bb
Update nightly-builds.yml
2023-09-30 15:37:42 -04:00
Henry Hiles
fda89a8d36
Change color
2023-09-30 15:35:21 -04:00
sk
1988849b26
Merge remote-tracking branch 'upstream/master'
2023-09-30 21:21:47 +02:00
Grishka
fc10fbffb0
Clear fragment stack instead of restarting activity
...
grishka/appkit#13
2023-09-30 21:53:02 +03:00
LucasGGamerM
3b74a183f8
Merge pull request #267 from Henry-Hiles/patch-1
...
Fix typo
2023-09-30 15:51:10 -03:00
Henry Hiles
41a639bb02
Fix typo
2023-09-30 14:33:21 -04:00
Eugen Rochko
e40841c128
New translations strings.xml (Portuguese, Brazilian)
2023-09-30 20:26:54 +02:00
sk
a21a74a8e7
bonk version
2023-09-30 19:26:15 +02:00
LucasGGamerM
8a6c9881e4
fix(translate-button): fix button opacity when loading translation
...
cc: @sk22
2023-09-30 14:25:41 -03:00
sk
20e5d2a545
Merge remote-tracking branch 'upstream/l10n_master'
2023-09-30 19:24:52 +02:00
butterflyoffire
7da363fb87
Translated using Weblate (Arabic)
...
Currently translated at 80.3% (310 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-09-30 17:23:53 +00:00
sk
c46f78272d
Merge remote-tracking branch 'weblate/main'
2023-09-30 19:23:42 +02:00
Tyler Baker
95685d4de8
Feature: Support filtering custom emoji in reaction view ( #836 )
...
* Support filtering custom emojis in reaction keyboard.
* Move creation of EditText to conditional block.
* Clear unused comment
* Update requests variable when publishing filter results so the images displayed will be correct.
* Combine text fields in emoji reaction keyboard, create new initializer for EmojiCategory so it can be copied properly.
* Performance optimization and fixed a typo in filter.
* improve layout
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-09-30 19:21:36 +02:00
LucasGGamerM
d0c5a2ed2e
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/res/layout/display_item_poll_option.xml
# mastodon/src/main/res/menu/profile_own.xml
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
# mastodon/src/main/res/values/strings_sk.xml
2023-09-30 14:11:39 -03:00
LucasGGamerM
3fceeec362
fix: make hashtag timeline header work properly
2023-09-30 14:10:12 -03:00
FineFindus
cbee0fe72e
fix: show individual chips ( #838 )
2023-09-30 19:04:04 +02:00
FineFindus
6d085ae6f0
fix: show multiline poll options ( #837 )
...
* fix: show multiline poll options
* fix resources not found exception
* don't force height on poll options
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-09-30 19:03:17 +02:00
LucasGGamerM
12cbb7518f
fix: make app not crash when opening a hashtag
2023-09-30 13:44:49 -03:00
LucasGGamerM
5220a98082
fix: make app compile again
2023-09-30 13:39:54 -03:00
LucasGGamerM
b9bf1e6601
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/statuses/TranslateStatus.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSession.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSessionManager.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/FeaturedHashtagsListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HashtagTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/SearchFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/TrendingHashtagsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsAboutAppFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsMainFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/model/TranslatedStatus.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/HeaderStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/TextStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/HtmlParser.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/LinkSpan.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/java/org/joinmastodon/android/ui/viewcontrollers/ComposePollViewController.java
# mastodon/src/main/res/layout/display_item_text.xml
# mastodon/src/main/res/menu/hashtag_timeline.xml
# mastodon/src/main/res/values/styles.xml
2023-09-30 13:32:50 -03:00
LucasGGamerM
4de7211523
Fix notifications replies visibility/language not being consistent with replied status ( #831 )
...
* fix(notifications): make reply visibility consistent with status being replied to
* fix(notifications): make reply language consistent with status being replied to
2023-09-30 18:30:53 +02:00
FineFindus
05f7a44bd5
fix(timeline/gap): use plurals for time ( #829 )
...
Co-authored-by: sk <sk22@mailbox.org >
2023-09-30 18:30:18 +02:00
Jacoco
1079f600bc
Revert "Fix media layout with unknown sizes" ( #827 )
...
This reverts commit a014fe9443 .
2023-09-30 18:25:52 +02:00
FineFindus
72580dadd0
feat: display blocks and mutes list ( #821 )
...
* feat: add mutes fragment
* feat: add blocks fragment
* refactor: add query params
* rename "mutes" and "blocks"
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-09-30 18:24:24 +02:00
LucasGGamerM
16e04a5a0e
feat(notification-filters): basically done with the UI
...
Its still missing the under the hood implementation though
2023-09-30 13:08:10 -03:00
Eugen Rochko
98a02e874b
New translations strings.xml (Vietnamese)
2023-09-30 15:05:49 +02:00
butterflyoffire
d219d7aa4b
Translated using Weblate (Arabic)
...
Currently translated at 78.2% (302 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-09-30 03:45:04 +00:00
alextecplayz
68a9fe8376
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ro/
2023-09-30 03:45:04 +00:00
LucasGGamerM
098b0885a2
feat(notification-filters): start implementing this
...
i am pushing to master because I am THUG LIFE. Jk, its because I wanna throw these strings on weblate
2023-09-29 21:47:34 -03:00
LucasGGamerM
e8631e432a
fix: fix toolbar oopsie
2023-09-29 19:15:53 -03:00
LucasGGamerM
03cb0b3c47
fix: fix missing app icon for stable builds
2023-09-29 17:14:39 -03:00
LucasGGamerM
53c454a59b
build: fix oopsie where I forgot to increase the version code as well
2023-09-29 16:57:43 -03:00
sk
f2f8620312
fix menu item icons and state
2023-09-29 21:45:41 +02:00
LucasGGamerM
d21ae9d94e
build: bump version
2023-09-29 16:35:23 -03:00
LucasGGamerM
453f082822
Merge remote-tracking branch 'megalodon_weblate/main'
...
# Conflicts:
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
# metadata/ar/short_description.txt
# metadata/id/changelogs/67.txt
2023-09-29 16:29:16 -03:00
LucasGGamerM
23843e9002
fix: use built-in appkit empty view styles entry and remove hack to apply colors to the empty view texts
2023-09-29 16:23:33 -03:00
LucasGGamerM
232d2e7e6d
build: upgrade to appkit 1.2.14
2023-09-29 16:23:33 -03:00
LucasGGamerM
e9d73cbe32
build(CI): use LucasGGamerM's appkit repo
2023-09-29 16:17:14 -03:00
sk
4ee229ea79
Merge remote-tracking branch 'upstream/master' into try-to-merge-upstream
2023-09-29 20:59:12 +02:00
sk
c261214e49
implement new translation
2023-09-29 18:46:26 +02:00
LucasGGamerM
4bb0597edf
Merge remote-tracking branch 'mastodon/master'
...
# Conflicts:
# mastodon/build.gradle
2023-09-29 07:56:14 -03:00
Eugen Rochko
b06df8c3d0
New translations strings.xml (Galician)
2023-09-29 07:53:31 +02:00
Grishka
a00afd5d7f
Same crash fix in 2 more places ugh
2023-09-29 03:20:58 +03:00
LucasGGamerM
796bdf2893
Merge pull request #264 from Xen4n/master
...
Posts divider brightness fix (now looks like in settings and profile)
2023-09-28 19:25:11 -03:00
Xen4n
5b7868b44e
Posts divider brightness fix (now looks like in settings and profile)
2023-09-28 23:52:35 +02:00
LucasGGamerM
66e67231c8
build: revert appkit to 1.2.9 and gson to 2.9.0 for app stability's sake
2023-09-28 15:31:31 -03:00
LucasGGamerM
58be2214a4
Merge remote-tracking branch 'mastodon/master'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
2023-09-28 15:19:32 -03:00
LucasGGamerM
72a370aa84
fix(nord-theme): fix nord theme pill color
2023-09-28 14:20:14 -03:00
Grishka
9a41a2d6fb
Merge branch 'l10n_master'
2023-09-28 20:14:21 +03:00
LucasGGamerM
2629e0039c
chore: remove untested privacy settings category
2023-09-28 14:11:43 -03:00
Grishka
2cd98a6620
More crash fixes
2023-09-28 20:11:43 +03:00
LucasGGamerM
24048a677f
fix: make app compile again (again)
2023-09-28 14:07:31 -03:00
Grishka
283b56be5b
Finally fix the mysterious RecyclerView crash
2023-09-28 19:56:25 +03:00
LucasGGamerM
debf8c52a1
Merge remote-tracking branch 'mastodon/master'
...
# Conflicts:
# fastlane/metadata/android/fi-FI/full_description.txt
# fastlane/metadata/android/th-TH/full_description.txt
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/statuses/TranslateStatus.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSession.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSessionManager.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/FeaturedHashtagsListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HashtagTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFeaturedFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/SearchFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/SearchQueryFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/TrendingHashtagsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/settings/SettingsMainFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/HeaderStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/TextStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/HtmlParser.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/LinkSpan.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/java/org/joinmastodon/android/ui/viewcontrollers/ComposePollViewController.java
# mastodon/src/main/res/layout/display_item_text.xml
# mastodon/src/main/res/menu/post.xml
# mastodon/src/main/res/values/styles.xml
2023-09-28 13:52:48 -03:00
LucasGGamerM
7fdea9710f
fix: make app compile again
2023-09-28 13:52:04 -03:00
Grishka
d2de62ee55
Probably fix #703
2023-09-28 13:33:59 -03:00
Grishka
d706768112
Fix #682
2023-09-28 13:29:16 -03:00
Grishka
1614213aae
Fix #683
2023-09-28 13:27:20 -03:00
Grishka
3045fe0357
Probably need to set this too
2023-09-28 13:27:20 -03:00
Grishka
5a35be0ebd
Specify LED color for notifications
...
closes #695
2023-09-28 13:27:20 -03:00
Grishka
22b1cd0d0b
Crash fixes
2023-09-28 13:26:06 -03:00
Eugen Rochko
49f10bacb3
New translations strings.xml (Turkish)
2023-09-28 13:24:59 -03:00
Eugen Rochko
2926e5096e
New translations strings.xml (Chinese Traditional)
2023-09-28 13:24:59 -03:00
Eugen Rochko
361f27d5df
New translations strings.xml (Filipino)
2023-09-28 13:24:59 -03:00
Grishka
d068093c5a
Add a tool to detect invalid formatting in localized strings
2023-09-28 13:24:27 -03:00
Eugen Rochko
3bea1b7f3e
New translations strings.xml (Filipino)
2023-09-28 13:24:26 -03:00
Eugen Rochko
5a34d9ffce
New translations strings.xml (Greek)
2023-09-28 13:23:35 -03:00
Eugen Rochko
240754b70a
New translations strings.xml (Turkish)
2023-09-28 13:23:34 -03:00
Eugen Rochko
7973ad7042
New translations strings.xml (Chinese Simplified)
2023-09-28 13:23:34 -03:00
Eugen Rochko
8446dbe05d
New translations strings.xml (Japanese)
2023-09-28 13:23:34 -03:00
Eugen Rochko
7b0313cc69
New translations strings.xml (Japanese)
2023-09-28 13:23:23 -03:00
Grishka
994ae0242c
Fix indexable setting
2023-09-28 13:23:22 -03:00
Eugen Rochko
fd34be3c66
New translations strings.xml (Russian)
2023-09-28 13:23:22 -03:00
Grishka
20785d53fe
Fix custom emojis in names setting
2023-09-28 13:23:05 -03:00
Eugen Rochko
3cc1748231
New translations strings.xml (Slovenian)
2023-09-28 13:22:54 -03:00
Eugen Rochko
079112b905
New translations strings.xml (Japanese)
2023-09-28 13:22:54 -03:00
Eugen Rochko
38aa55b371
New translations strings.xml (Japanese)
2023-09-28 13:22:53 -03:00
Eugen Rochko
e07c01018b
New translations strings.xml (Russian)
2023-09-28 13:22:53 -03:00
Eugen Rochko
08de4525eb
New translations strings.xml (Italian)
2023-09-28 13:22:53 -03:00
Eugen Rochko
062dca6a77
New translations strings.xml (Thai)
2023-09-28 13:22:53 -03:00
Eugen Rochko
d9abb8dfa1
New translations strings.xml (Icelandic)
2023-09-28 13:22:53 -03:00
Eugen Rochko
5bcbe19435
New translations strings.xml (Persian)
2023-09-28 13:22:52 -03:00
Eugen Rochko
955b985d1a
New translations strings.xml (Swedish)
2023-09-28 13:22:31 -03:00
Grishka
6d6ab789a3
Privacy settings
2023-09-28 13:22:30 -03:00
Grishka
ad8be2f7a3
Scroll profile tab views to top when tab is reselected
2023-09-28 13:13:33 -03:00
Eugen Rochko
64be55e406
New translations strings.xml (French)
2023-09-28 13:09:44 -03:00
Eugen Rochko
6230f32135
New translations strings.xml (Persian)
2023-09-28 13:09:43 -03:00
Eugen Rochko
30db82fc98
New translations strings.xml (Persian)
2023-09-28 13:09:43 -03:00
Eugen Rochko
921589b9bb
New translations strings.xml (Vietnamese)
2023-09-28 13:09:43 -03:00
Eugen Rochko
0b0de7a4e3
New translations strings.xml (Italian)
2023-09-28 13:09:42 -03:00
Eugen Rochko
c790eaf9c0
New translations strings.xml (Finnish)
2023-09-28 13:09:42 -03:00
Grishka
2c7cef488b
Paginate search results
2023-09-28 13:09:41 -03:00
Grishka
c26603e0ca
Crash fixes
2023-09-28 13:08:40 -03:00
Grishka
e1e5c9b0bd
Crash fix
2023-09-28 13:08:40 -03:00
Grishka
96f0817c20
Fix #690
2023-09-28 13:07:01 -03:00
Eugen Rochko
e0165a25f4
New translations strings.xml (Arabic)
2023-09-28 13:02:35 -03:00
Eugen Rochko
e465fb944a
New translations strings.xml (Arabic)
2023-09-28 13:02:35 -03:00
Eugen Rochko
fb159b5a52
New translations strings.xml (Vietnamese)
2023-09-28 13:02:35 -03:00
Eugen Rochko
1a349f0bb8
New translations strings.xml (Chinese Traditional)
2023-09-28 13:02:31 -03:00
Eugen Rochko
034dfe551c
New translations strings.xml (Chinese Traditional)
2023-09-28 13:02:30 -03:00
Eugen Rochko
1f713dc50e
New translations strings.xml (Finnish)
2023-09-28 13:02:21 -03:00
Eugen Rochko
258df9546b
New translations strings.xml (Thai)
2023-09-28 13:02:21 -03:00
Eugen Rochko
2daabd6a7e
New translations strings.xml (Finnish)
2023-09-28 13:02:21 -03:00
Eugen Rochko
1e96b76b33
New translations strings.xml (Dutch)
2023-09-28 13:02:21 -03:00
Eugen Rochko
6dd944341e
New translations strings.xml (Dutch)
2023-09-28 13:02:20 -03:00
Eugen Rochko
5dca70c657
New translations strings.xml (Urdu (India))
2023-09-28 13:02:20 -03:00
Eugen Rochko
c6f2e8151f
New translations strings.xml (Kabyle)
2023-09-28 13:02:20 -03:00
Eugen Rochko
99135ebdd6
New translations strings.xml (Igbo)
2023-09-28 13:02:20 -03:00
Eugen Rochko
53348be732
New translations strings.xml (Occitan)
2023-09-28 13:02:20 -03:00
Eugen Rochko
023c1d1598
New translations strings.xml (Scottish Gaelic)
2023-09-28 13:02:20 -03:00
Eugen Rochko
1d0c591cdb
New translations strings.xml (Sinhala)
2023-09-28 13:02:20 -03:00
Eugen Rochko
a03482fa53
New translations strings.xml (Bosnian)
2023-09-28 13:02:19 -03:00
Eugen Rochko
bc5fd2530a
New translations strings.xml (Filipino)
2023-09-28 13:02:19 -03:00
Eugen Rochko
0ca57c3d72
New translations strings.xml (Burmese)
2023-09-28 13:02:19 -03:00
Eugen Rochko
5d20697e07
New translations strings.xml (Hindi)
2023-09-28 13:02:19 -03:00
Eugen Rochko
2847a1fae0
New translations strings.xml (Croatian)
2023-09-28 13:02:19 -03:00
Eugen Rochko
4bd78f31f2
New translations strings.xml (Thai)
2023-09-28 13:02:19 -03:00
Eugen Rochko
e6281f9bb5
New translations strings.xml (Bengali)
2023-09-28 13:02:18 -03:00
Eugen Rochko
2c83b5aa02
New translations strings.xml (Persian)
2023-09-28 13:02:18 -03:00
Eugen Rochko
586d48c80e
New translations strings.xml (Indonesian)
2023-09-28 13:02:18 -03:00
Eugen Rochko
fff2c5a3f5
New translations strings.xml (Portuguese, Brazilian)
2023-09-28 13:02:18 -03:00
Eugen Rochko
3411cf4e56
New translations strings.xml (Icelandic)
2023-09-28 13:02:17 -03:00
Eugen Rochko
e126858e7a
New translations strings.xml (Galician)
2023-09-28 13:02:17 -03:00
Eugen Rochko
9e0b40d409
New translations strings.xml (Vietnamese)
2023-09-28 13:02:17 -03:00
Eugen Rochko
e362efb453
New translations strings.xml (Chinese Traditional)
2023-09-28 13:02:17 -03:00
Eugen Rochko
8095d3004a
New translations strings.xml (Chinese Simplified)
2023-09-28 13:02:16 -03:00
Eugen Rochko
27f023863b
New translations strings.xml (Ukrainian)
2023-09-28 13:02:16 -03:00
Eugen Rochko
af6fae4d86
New translations strings.xml (Turkish)
2023-09-28 13:02:15 -03:00
Eugen Rochko
8119049df1
New translations strings.xml (Swedish)
2023-09-28 13:02:13 -03:00
Eugen Rochko
b5c09a4398
New translations strings.xml (Slovenian)
2023-09-28 13:02:13 -03:00
Eugen Rochko
14df6c4e05
New translations strings.xml (Russian)
2023-09-28 13:02:11 -03:00
Eugen Rochko
5c34d38783
New translations strings.xml (Portuguese)
2023-09-28 13:02:11 -03:00
Eugen Rochko
cfce3595f6
New translations strings.xml (Polish)
2023-09-28 13:02:07 -03:00
Eugen Rochko
411b561a3a
New translations strings.xml (Norwegian)
2023-09-28 13:02:04 -03:00
Eugen Rochko
ff9c211f3c
New translations strings.xml (Dutch)
2023-09-28 13:02:03 -03:00
Eugen Rochko
c8a650acd4
New translations strings.xml (Korean)
2023-09-28 13:02:01 -03:00
Eugen Rochko
a8cca76392
New translations strings.xml (Japanese)
2023-09-28 13:02:00 -03:00
Eugen Rochko
5e2f653d30
New translations strings.xml (Italian)
2023-09-28 13:01:54 -03:00
Eugen Rochko
418f87999c
New translations strings.xml (Armenian)
2023-09-28 13:01:52 -03:00
Eugen Rochko
c330428c07
New translations strings.xml (Hungarian)
2023-09-28 13:01:50 -03:00
Eugen Rochko
119537f45f
New translations strings.xml (Hebrew)
2023-09-28 13:01:48 -03:00
Eugen Rochko
9f09b437ab
New translations strings.xml (Irish)
2023-09-28 13:01:46 -03:00
Eugen Rochko
1141dd5875
New translations strings.xml (Finnish)
2023-09-28 13:01:45 -03:00
Eugen Rochko
a008a0ac9a
New translations strings.xml (Basque)
2023-09-28 13:01:44 -03:00
Eugen Rochko
5cf5267e49
New translations strings.xml (Greek)
2023-09-28 13:01:42 -03:00
Eugen Rochko
df2246b71a
New translations strings.xml (German)
2023-09-28 13:01:42 -03:00
Eugen Rochko
7862fefe94
New translations strings.xml (Danish)
2023-09-28 13:01:40 -03:00
Eugen Rochko
b59957bd90
New translations strings.xml (Czech)
2023-09-28 13:01:39 -03:00
Eugen Rochko
e307f1cca2
New translations strings.xml (Catalan)
2023-09-28 13:01:37 -03:00
Eugen Rochko
de185e5a27
New translations strings.xml (Belarusian)
2023-09-28 13:01:36 -03:00
Eugen Rochko
e1fbe2c96e
New translations strings.xml (Arabic)
2023-09-28 13:01:36 -03:00
Eugen Rochko
d7babf1e4d
New translations strings.xml (Spanish)
2023-09-28 13:01:36 -03:00
Eugen Rochko
1203de0015
New translations strings.xml (French)
2023-09-28 13:01:35 -03:00
Eugen Rochko
e7148acefb
New translations strings.xml (Romanian)
2023-09-28 13:01:35 -03:00
Eugen Rochko
88741b0db4
New translations strings.xml (Portuguese, Brazilian)
2023-09-28 13:00:55 -03:00
Eugen Rochko
12f9a11f03
New translations strings.xml (Finnish)
2023-09-28 13:00:55 -03:00
Eugen Rochko
234972352d
New translations strings.xml (Finnish)
2023-09-28 13:00:55 -03:00
Eugen Rochko
67448f9de5
New translations strings.xml (Indonesian)
2023-09-28 13:00:54 -03:00
Eugen Rochko
9681256a06
New translations strings.xml (Finnish)
2023-09-28 13:00:53 -03:00
Eugen Rochko
7f44c2ca49
New translations strings.xml (Finnish)
2023-09-28 13:00:53 -03:00
Eugen Rochko
f355919660
New translations strings.xml (Ukrainian)
2023-09-28 13:00:52 -03:00
Eugen Rochko
928f24b460
New translations strings.xml (Finnish)
2023-09-28 13:00:52 -03:00
Eugen Rochko
40e54b165b
New translations strings.xml (Finnish)
2023-09-28 13:00:51 -03:00
Eugen Rochko
57d6b33b58
New translations strings.xml (Finnish)
2023-09-28 13:00:51 -03:00
Grishka
6b02a2df68
Fix #658 , fix #620
2023-09-28 13:00:51 -03:00
Eugen Rochko
6d56771aba
New translations strings.xml (Galician)
2023-09-28 16:51:59 +02:00
LucasGGamerM
56a83e66cd
feat(notifications): readd account card for follow notifications
2023-09-28 08:31:21 -03:00
LucasGGamerM
9f17f1600a
feat(profile): update unmute icon
...
This is to be consistent with the mute hashtag icon thingy
2023-09-28 07:43:22 -03:00
Grishka
1724d8a532
Probably fix #703
2023-09-27 19:50:59 +03:00
LucasGGamerM
7b4be83781
refactor(notification-headers): make only avatar and icon be clickable. Also fixes the ripple not being drawn correctly
2023-09-27 12:16:39 -03:00
butterflyoffire
52030b3b2d
Translated using Weblate (Arabic)
...
Currently translated at 76.1% (294 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-09-27 07:53:09 +00:00
CDN18
3b36434dff
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/zh_Hans/
2023-09-26 17:16:44 +00:00
CDN18
f73be653ce
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (97 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/zh_Hans/
2023-09-26 17:16:44 +00:00
Oliebol
808c922637
Translated using Weblate (Dutch)
...
Currently translated at 86.5% (84 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/nl/
2023-09-26 17:16:44 +00:00
Andrewblasco
ceef155e03
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (97 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-09-26 17:16:43 +00:00
dontobi
eb5a38d514
Translated using Weblate (German)
...
Currently translated at 100.0% (97 of 97 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2023-09-26 17:16:43 +00:00
LucasGGamerM
33d4e05e96
refactor(translations): remove blocks/mutes strings in favor of blocked accounts/muted accounts strings
2023-09-26 11:08:54 -03:00
LucasGGamerM
968668e38c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (99 of 99 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-09-26 14:02:01 +00:00
butterflyoffire
097a18fa92
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 90.5% (86 of 95 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2023-09-26 13:56:53 +00:00
butterflyoffire
5a85420866
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 63.7% (58 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2023-09-26 13:56:53 +00:00
Parsa Ranjbar
50cee02191
Translated using Weblate (Persian)
...
Currently translated at 93.4% (85 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fa/
2023-09-26 13:56:53 +00:00
butterflyoffire
e7dbb9fdf7
Translated using Weblate (French)
...
Currently translated at 93.4% (85 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fr/
2023-09-26 13:56:52 +00:00
Parsa Ranjbar
e2b2361ad2
Translated using Weblate (Persian)
...
Currently translated at 92.3% (84 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fa/
2023-09-26 13:56:52 +00:00
Andrewblasco
89fe1dc783
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (91 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-09-26 13:56:52 +00:00
LucasGGamerM
eaadd80eeb
refactor(translations): move blocks/mutes strings to strings_mo.xml while we wait for megalodon to merge sk22#821
2023-09-26 10:53:22 -03:00
LucasGGamerM
c8063e961e
fix(mute-hashtag): clear the filter optional when successfully deleting the hashtag filter on the server
2023-09-26 07:56:20 -03:00
LucasGGamerM
3057546c55
fix(mute-hashtag): make the mute button follow the mute state of the hashtag
2023-09-26 07:54:18 -03:00
LucasGGamerM
f90e799caa
Revert "fix(hashtag-timeline): (un)show mute button as action"
...
This reverts commit 72ca3d0204 .
2023-09-26 07:37:35 -03:00
Eugen Rochko
b4cdf35d36
New translations strings.xml (Russian)
2023-09-25 23:39:42 +02:00
Eugen Rochko
cad0ad7a59
New translations strings.xml (Ukrainian)
2023-09-25 22:25:17 +02:00
Grishka
ca60003c39
Fix #682
2023-09-25 23:11:10 +03:00
Grishka
0f030e0bac
Fix #683
2023-09-25 23:07:34 +03:00
Grishka
6d4f212a18
Probably need to set this too
2023-09-25 23:00:15 +03:00
Grishka
183b39bc24
Specify LED color for notifications
...
closes #695
2023-09-25 22:58:08 +03:00
Grishka
27ad0c6fcf
Crash fixes
2023-09-25 22:52:51 +03:00
LucasGGamerM
9944185424
Merge pull request #263 from FineFindus/feat/mute-hashtag
...
fix(hashtag/mute): update state on unmute
2023-09-25 16:39:33 -03:00
LucasGGamerM
72ca3d0204
fix(hashtag-timeline): (un)show mute button as action
...
Lets wait until I have enough life force to actually update the icon of this thing
2023-09-25 16:26:03 -03:00
FineFindus
53204a9998
fix(hashtag/mute): update state on unmute
2023-09-25 21:15:45 +02:00
LucasGGamerM
c3624eddb3
feat(hashtag-timeline): show mute button as action
2023-09-25 16:09:37 -03:00
LucasGGamerM
e144d0ac6f
Merge pull request #261 from FineFindus/feat/mute-hashtag
...
feat: add option to mute hashtag
2023-09-25 15:43:22 -03:00
FineFindus
ac8562aaa2
fix(hashtag/mute): mute hashtag with prefixed #-symbol
2023-09-25 20:31:29 +02:00
FineFindus
4f8c4c67d2
feat(hashtag): allow unmuting hashtag
2023-09-25 20:22:06 +02:00
Grishka
b5f661f1af
I forgot to increment the version code
2023-09-25 19:25:59 +03:00
Grishka
0015f3f0bf
Merge branch 'l10n_master'
2023-09-25 19:22:38 +03:00
Eugen Rochko
c5d0fdd645
New translations strings.xml (Turkish)
2023-09-25 18:20:56 +02:00
Grishka
2d09ad44fb
Merge branch 'l10n_master'
2023-09-25 19:18:24 +03:00
Eugen Rochko
667fffd124
New translations strings.xml (Chinese Traditional)
2023-09-25 18:18:22 +02:00
Eugen Rochko
699233d8c7
New translations strings.xml (Filipino)
2023-09-25 18:18:05 +02:00
Grishka
56aabdc4a6
Fix empty view text style
...
closes #701
2023-09-25 19:12:04 +03:00
Grishka
443e2c7a6f
Add a tool to detect invalid formatting in localized strings
2023-09-25 18:51:49 +03:00
Eugen Rochko
985b0f6e63
New translations strings.xml (Filipino)
2023-09-25 17:49:57 +02:00
Grishka
cc86edf276
Fix #700
2023-09-25 17:18:42 +03:00
Grishka
4071b9342d
Update appkit
2023-09-25 17:13:59 +03:00
LucasGGamerM
c92ab11dcd
fix(recycler-empty-view): make the textViews in the empty views follow the color themes
2023-09-25 11:10:37 -03:00
LucasGGamerM
f3a1e7cf58
fix(poll-options): fix poll options layout when screen is too small and there are multiple lines in a poll option
...
cc: @FineFindus
2023-09-25 08:41:14 -03:00
LucasGGamerM
ebcafbf90d
Merge branch 'fix/long-poll-options'
2023-09-25 08:21:11 -03:00
LucasGGamerM
b5f7135e38
Merge branch 'fix/chipify'
2023-09-25 08:13:03 -03:00
LucasGGamerM
8a3df3657b
fix(ProfileFragment): max out number of profile roles to 4
2023-09-25 07:18:46 -03:00
Eugen Rochko
f71d1bc5d3
New translations strings.xml (Greek)
2023-09-24 23:27:13 +02:00
FineFindus
f293619189
feat: add mute hashtag option
...
Fixes https://github.com/LucasGGamerM/moshidon/issues/260 , by opening the create filter page
2023-09-24 12:33:17 +02:00
FineFindus
68ec3499ea
fix: show individual chips
2023-09-24 12:18:55 +02:00
FineFindus
4b79d35854
feat(settings/filter): allow passing words
2023-09-24 11:47:42 +02:00
FineFindus
54ec1d781a
fix: show multiline poll options
2023-09-24 10:57:23 +02:00
Andrewblasco
2b926ffa46
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-09-24 08:53:08 +00:00
Eugen Rochko
6bcdbaba34
New translations strings.xml (Turkish)
2023-09-24 08:49:38 +02:00
Eugen Rochko
a2beead3a5
New translations strings.xml (Chinese Simplified)
2023-09-23 18:34:38 +02:00
Eugen Rochko
e7a25e353d
New translations strings.xml (Japanese)
2023-09-23 14:15:37 +02:00
Eugen Rochko
af04a01130
New translations strings.xml (Japanese)
2023-09-23 13:16:04 +02:00
Grishka
fe1cfa1d7b
Fix indexable setting
2023-09-22 21:33:21 +03:00
Eugen Rochko
b248797bb0
New translations strings.xml (Russian)
2023-09-22 20:28:14 +02:00
Grishka
f24eba08d3
Fix custom emojis in names setting
2023-09-22 21:27:30 +03:00
Eugen Rochko
0e89559a47
New translations strings.xml (Slovenian)
2023-09-22 19:30:53 +02:00
LucasGGamerM
d7ab019107
fix(ProfileFragment): hide lock/bot icons on enter edit mode
2023-09-22 10:13:36 -03:00
Espasant3
858657799f
Translated using Weblate (Galician)
...
Currently translated at 98.1% (379 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-09-22 12:53:08 +00:00
Eugen Rochko
d02a72e079
New translations strings.xml (Japanese)
2023-09-22 13:01:51 +02:00
Eugen Rochko
3be57d1b0b
New translations strings.xml (Japanese)
2023-09-22 11:08:13 +02:00
Eugen Rochko
bed550e97c
New translations strings.xml (Russian)
2023-09-22 09:19:11 +02:00
Eugen Rochko
7e2619ea75
New translations strings.xml (Italian)
2023-09-22 01:48:10 +02:00
Eugen Rochko
4b22f1d3a7
New translations strings.xml (Thai)
2023-09-21 21:39:59 +02:00
LucasGGamerM
885b3e3c60
refactor(ScheduledStatusListFragment): refactor the apply window insets method
...
This allows for a smoother experience in my views
2023-09-21 11:45:27 -03:00
Eugen Rochko
9dcc7e293f
New translations strings.xml (Icelandic)
2023-09-21 15:39:27 +02:00
Eugen Rochko
6a68cf5e41
New translations strings.xml (Persian)
2023-09-21 13:13:31 +02:00
LucasGGamerM
1edcf847b5
fix(mute-conversation): don't show mute conversation toggle on scheduled posts
2023-09-21 07:48:24 -03:00
LucasGGamerM
f5aff4d262
fix(drafts): fix crash when editing a draft with a poll
...
Fixes #243
2023-09-21 07:32:24 -03:00
Grishka
29297be4a3
Merge branch 'l10n_master'
2023-09-20 22:43:16 +03:00
Eugen Rochko
90b87529e0
New translations strings.xml (Swedish)
2023-09-20 21:16:11 +02:00
Grishka
39af05524d
Privacy settings
2023-09-20 21:44:28 +03:00
LucasGGamerM
2c8246341a
fix(search): stop empty search queries from happening
2023-09-20 14:21:52 -03:00
LucasGGamerM
77e19b4d6f
fix(compose): make 'This post will be saved as a draft' view work better on smaller screens
...
cc: @sk22
2023-09-20 10:31:59 -03:00
LucasGGamerM
18857e6233
refactor(compose): remove unnecessary drawables
2023-09-20 10:26:08 -03:00
LucasGGamerM
4aee67382b
refactor(compose): move publish button icon coloring to compose_button.xml
2023-09-20 10:12:37 -03:00
LucasGGamerM
3656402277
fix(compose): fix bottom bar icons tint
...
This uses the action_bar_icons.xml color scheme to dictate the colors of the compose bottom bar items
2023-09-20 10:06:03 -03:00
Grishka
e3fb2cd03c
Scroll profile tab views to top when tab is reselected
2023-09-20 14:47:25 +03:00
LucasGGamerM
56e752c0b3
feat(mute-conversations): also show mute conversation when your acct matches the mention acct
...
We all gotta love some edge cases
2023-09-20 08:42:52 -03:00
LucasGGamerM
de7bc49f85
feat(mute-conversations): also show mute conversation when your fully qualified name matches the username of the mention
2023-09-20 08:31:50 -03:00
LucasGGamerM
beeffdff91
fix(mute-conversations): fix NPE when the mention id is null
...
This fixes an issue causing the app to crash when there is a mention on a post from a remote timeline and you tap on the three dot menu on the post header
2023-09-20 08:20:54 -03:00
Gregory K
90f84d628a
Merge pull request #694 from LucasGGamerM/mastodon-android
...
fix(compose): fix photoPicker not popping up when there is less than 2 spaces available for media
2023-09-20 14:10:26 +03:00
LucasGGamerM
b89e0b5c5a
fix(compose): fix photoPicker not popping up when there is less than 2 spaces available for media
2023-09-20 07:55:23 -03:00
LucasGGamerM
2dd983c803
fix(compose): fix photoPicker not popping up when there is less than 2 spaces available for media
2023-09-20 07:46:39 -03:00
LucasGGamerM
bb895c88b2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (91 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-09-20 10:21:48 +00:00
LucasGGamerM
e33d0e692c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (91 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-09-20 10:20:58 +00:00
Andrewblasco
133c941dc8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (91 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-09-20 10:20:58 +00:00
LucasGGamerM
62222cd1d9
feat(mute-conversations-toggle): Update mute/unmute confirmation dialog strings (again)
2023-09-20 07:20:41 -03:00
LucasGGamerM
5d358d79ff
feat(mute-conversations-toggle): Update mute/unmute confirmation dialog strings
2023-09-20 07:12:17 -03:00
Espasant3
f724644d84
Translated using Weblate (Galician)
...
Currently translated at 89.6% (346 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-09-19 21:53:09 +00:00
LucasGGamerM
f71c4b1374
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (91 of 91 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-09-19 18:05:28 +00:00
Parsa Ranjbar
a921a925b0
Translated using Weblate (Persian)
...
Currently translated at 72.2% (60 of 83 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fa/
2023-09-19 18:00:04 +00:00
butterflyoffire
0f08af8c03
Translated using Weblate (Arabic (Algeria))
...
Currently translated at 62.6% (52 of 83 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/ar_DZ/
2023-09-19 18:00:04 +00:00
butterflyoffire
d54a59dbee
Translated using Weblate (French)
...
Currently translated at 98.7% (82 of 83 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/fr/
2023-09-19 18:00:04 +00:00
dontobi
c6cd3995b0
Translated using Weblate (German)
...
Currently translated at 100.0% (83 of 83 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/de/
2023-09-19 18:00:04 +00:00
edxkl
54d06b7a23
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 26.4% (9 of 34 strings)
Translation: Moshidon/metadata
Translate-URL: https://translate.codeberg.org/projects/moshidon/metadata/pt_BR/
2023-09-19 18:00:04 +00:00
Andrewblasco
1ec0505d52
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (83 of 83 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-09-19 18:00:04 +00:00
LucasGGamerM
be225f8bb4
feat(mute-conversations-toggle): add success confirmation toast
2023-09-19 14:56:16 -03:00
LucasGGamerM
f5732fd2ae
fix(mute-conversations-toggle): fix oversight where only the answers would get muted/unmuted on the conversion. This make the whole thread either muted or unmuted
2023-09-19 14:35:40 -03:00
LucasGGamerM
17fc14de97
refactor(mute-conversations-toggle): implement event for StatusMuteChanged
2023-09-19 14:26:46 -03:00
LucasGGamerM
7c9d11fab0
fix(thread-fragment): fixes crash when status.inReplyTo is null on getDirectDescendants
2023-09-19 14:25:03 -03:00
LucasGGamerM
24abf9d317
refactor(mute-conversations-toggle): remove unused method
2023-09-19 13:20:38 -03:00
LucasGGamerM
22bf8840d5
fix(mute-conversations-toggle): make unmute option work
2023-09-19 12:21:12 -03:00
LucasGGamerM
a1fbb733ce
refactor(mute-conversations-toggle): move mute and unmute options to own menu group
2023-09-19 12:19:56 -03:00
LucasGGamerM
851fa70563
feat: add mute conversations menu item
2023-09-19 12:13:03 -03:00
LucasGGamerM
6cab15b4c6
fix(file-display-tem): fix title text padding
2023-09-19 11:44:08 -03:00
Eugen Rochko
aac89c354c
New translations full_description.txt (Thai)
2023-09-18 20:35:41 +02:00
Eugen Rochko
a032f9af10
New translations strings.xml (French)
2023-09-18 20:34:32 +02:00
LucasGGamerM
ec3670d562
fix(reply-icon): fix reply icon side text coloring
2023-09-18 11:35:16 -03:00
LucasGGamerM
96c3bd890a
fix(boost-icon): fixes coloring on boost icon (again)
...
why
2023-09-18 11:32:12 -03:00
LucasGGamerM
8a0852d1a4
fix(video-player): fixes coloring on video player items
2023-09-18 11:18:42 -03:00
LucasGGamerM
77e2c6c09f
fix(video-player): fixes looping video Seekbar and timestamp going on indefinitely as video restarts
2023-09-18 10:36:32 -03:00
LucasGGamerM
af60c8ba4a
fix(insets): fix window insets on video player
2023-09-18 07:37:47 -03:00
LucasGGamerM
70a2f1fc0b
fix(themes): fix pink dark theme bottom bar pill color
2023-09-17 13:30:50 -03:00
LucasGGamerM
b7d06a47db
fix(compose): fixes compose language button being too thin when
...
You can see its too thin by tapping on it and seeing the button shadow, which indicates its too thin
2023-09-17 13:03:18 -03:00
LucasGGamerM
f0a5799eea
fix: fix warning status display item background being too bright
2023-09-17 12:50:10 -03:00
LucasGGamerM
f0b2a25dce
fix(themes): fix purple light theme bottom bar pills being slightly off
2023-09-17 12:38:40 -03:00
LucasGGamerM
de1a3fb939
fix(strings): use correct "sk_settings_see_new_posts_button" instead of "sk_settings_show_new_posts_button"
2023-09-17 10:11:33 -03:00
LucasGGamerM
823344dfc0
Merge branch 'feat/mutes-list'
...
# Conflicts:
# mastodon/src/main/res/menu/profile_own.xml
# mastodon/src/main/res/values/strings_sk.xml
2023-09-17 10:09:02 -03:00
LucasGGamerM
a6e6143157
Merge branch 'fix/akkoma_media_issue_fix'
2023-09-17 10:02:14 -03:00
LucasGGamerM
b5feab89b4
Merge branch 'fix/gap-singular'
2023-09-17 09:59:15 -03:00
LucasGGamerM
c2c31de433
fix(notifications): make reply language equal to language of the status being replied to
2023-09-17 09:45:11 -03:00
LucasGGamerM
775f799968
fix(notifications): fix reply visibility being PUBLIC no matter the status being replied to
2023-09-17 09:41:58 -03:00
LucasGGamerM
5cda112129
refactor(PreviewlessMedia): move margin value to layout file
2023-09-17 09:26:33 -03:00
Eugen Rochko
642aaec6da
New translations strings.xml (Persian)
2023-09-17 14:08:04 +02:00
Eugen Rochko
ff667d6aed
New translations strings.xml (Persian)
2023-09-17 12:27:57 +02:00
Eugen Rochko
5e98496ea6
New translations strings.xml (Vietnamese)
2023-09-17 10:39:46 +02:00
Eugen Rochko
972fe1d15b
New translations strings.xml (Italian)
2023-09-17 10:39:45 +02:00
Eugen Rochko
26eaa36faa
New translations strings.xml (Finnish)
2023-09-17 10:39:44 +02:00
Grishka
c517f41595
Paginate search results
2023-09-17 11:20:12 +03:00
Grishka
56a6d7243f
Crash fixes
2023-09-17 10:49:13 +03:00
Grishka
18e43dfc22
Crash fix
2023-09-17 10:32:59 +03:00
Grishka
816f6370ef
Fix #690
2023-09-17 10:26:27 +03:00
butterflyoffire
30866a5292
Translated using Weblate (Arabic)
...
Currently translated at 71.5% (276 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-09-16 08:53:08 +00:00
Espasant3
3e1403d18a
Translated using Weblate (Galician)
...
Currently translated at 85.2% (329 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-09-16 08:53:08 +00:00
Eugen Rochko
ebc2b2e59d
New translations strings.xml (Arabic)
2023-09-15 11:51:46 +02:00
FineFindus
10c2ee9597
fix(timeline/gap): use plurals for time
2023-09-15 10:19:43 +02:00
Eugen Rochko
c9a796dbfe
New translations strings.xml (Arabic)
2023-09-15 10:16:56 +02:00
Eugen Rochko
1ba185ea9c
New translations strings.xml (Vietnamese)
2023-09-15 03:45:44 +02:00
EndermanCo
1a50c3ff5f
Translated using Weblate (Persian)
...
Currently translated at 66.6% (12 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/fa/
2023-09-14 17:53:07 +00:00
EndermanCo
35a85c3247
Translated using Weblate (Persian)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fa/
2023-09-14 17:53:07 +00:00
GunChleoc
6a729fa97f
Translated using Weblate (Gaelic)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gd/
2023-09-14 17:53:07 +00:00
kallekn
923639a329
Translated using Weblate (Finnish)
...
Currently translated at 94.5% (365 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fi/
2023-09-14 17:53:07 +00:00
Jacocococo
fd99879ffc
Revert "Fix media layout with unknown sizes"
...
This reverts commit a014fe9443 .
2023-09-14 17:16:03 +02:00
Eugen Rochko
a78be8bc1d
New translations strings.xml (Chinese Traditional)
2023-09-14 12:55:27 +02:00
Eugen Rochko
abfb497577
New translations strings.xml (Chinese Traditional)
2023-09-14 11:17:24 +02:00
Eugen Rochko
a10b184508
New translations full_description.txt (Finnish)
2023-09-13 21:32:19 +02:00
Eugen Rochko
f0ea6660e6
New translations strings.xml (Finnish)
2023-09-13 21:32:18 +02:00
Eugen Rochko
a829f25d56
New translations strings.xml (Thai)
2023-09-13 20:36:48 +02:00
Eugen Rochko
deff3dd8e0
New translations strings.xml (Finnish)
2023-09-13 20:36:47 +02:00
EndermanCo
dab596f527
Translated using Weblate (Persian)
...
Currently translated at 55.5% (10 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/fa/
2023-09-13 09:53:07 +00:00
EndermanCo
0c18ab2319
Translated using Weblate (Persian)
...
Currently translated at 95.5% (369 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fa/
2023-09-13 09:53:07 +00:00
Eugen Rochko
6c5fb5ea09
New translations strings.xml (Dutch)
2023-09-12 12:25:35 +02:00
Eugen Rochko
afe0c9e0db
New translations strings.xml (Dutch)
2023-09-12 10:19:31 +02:00
Eugen Rochko
1f2213042f
New translations strings.xml (Urdu (India))
2023-09-12 06:51:43 +02:00
Eugen Rochko
5edd2466f9
New translations strings.xml (Kabyle)
2023-09-12 06:51:42 +02:00
Eugen Rochko
f3b3a1a577
New translations strings.xml (Igbo)
2023-09-12 06:51:41 +02:00
Eugen Rochko
068619b815
New translations strings.xml (Occitan)
2023-09-12 06:51:40 +02:00
Eugen Rochko
f121e94979
New translations strings.xml (Scottish Gaelic)
2023-09-12 06:51:39 +02:00
Eugen Rochko
b5b52529d4
New translations strings.xml (Sinhala)
2023-09-12 06:51:38 +02:00
Eugen Rochko
876bf73454
New translations strings.xml (Bosnian)
2023-09-12 06:51:37 +02:00
Eugen Rochko
522dbf6e4a
New translations strings.xml (Filipino)
2023-09-12 06:51:36 +02:00
Eugen Rochko
ae685095ba
New translations strings.xml (Burmese)
2023-09-12 06:51:35 +02:00
Eugen Rochko
30d5fe2f12
New translations strings.xml (Hindi)
2023-09-12 06:51:34 +02:00
Eugen Rochko
2bf27c561c
New translations strings.xml (Croatian)
2023-09-12 06:51:33 +02:00
Eugen Rochko
bbdc72323d
New translations strings.xml (Thai)
2023-09-12 06:51:31 +02:00
Eugen Rochko
6e335930f3
New translations strings.xml (Bengali)
2023-09-12 06:51:31 +02:00
Eugen Rochko
9b309939da
New translations strings.xml (Persian)
2023-09-12 06:51:30 +02:00
Eugen Rochko
faf2e5115d
New translations strings.xml (Indonesian)
2023-09-12 06:51:28 +02:00
Eugen Rochko
dc5d9412c8
New translations strings.xml (Portuguese, Brazilian)
2023-09-12 06:51:27 +02:00
Eugen Rochko
fc0680d66f
New translations strings.xml (Icelandic)
2023-09-12 06:51:26 +02:00
Eugen Rochko
56c9a5433f
New translations strings.xml (Galician)
2023-09-12 06:51:25 +02:00
Eugen Rochko
60e473ee55
New translations strings.xml (Vietnamese)
2023-09-12 06:51:24 +02:00
Eugen Rochko
ae34ecd5c3
New translations strings.xml (Chinese Traditional)
2023-09-12 06:51:23 +02:00
Eugen Rochko
fd1caa8729
New translations strings.xml (Chinese Simplified)
2023-09-12 06:51:22 +02:00
Eugen Rochko
1182e5c60c
New translations strings.xml (Ukrainian)
2023-09-12 06:51:21 +02:00
Eugen Rochko
d99d515dfa
New translations strings.xml (Turkish)
2023-09-12 06:51:20 +02:00
Eugen Rochko
70a15e7d9c
New translations strings.xml (Swedish)
2023-09-12 06:51:19 +02:00
Eugen Rochko
1691382369
New translations strings.xml (Slovenian)
2023-09-12 06:51:18 +02:00
Eugen Rochko
b7da9c6d51
New translations strings.xml (Russian)
2023-09-12 06:51:17 +02:00
Eugen Rochko
3426538dca
New translations strings.xml (Portuguese)
2023-09-12 06:51:16 +02:00
Eugen Rochko
63de2b200b
New translations strings.xml (Polish)
2023-09-12 06:51:15 +02:00
Eugen Rochko
ff1ee766dc
New translations strings.xml (Norwegian)
2023-09-12 06:51:14 +02:00
Eugen Rochko
f033411adf
New translations strings.xml (Dutch)
2023-09-12 06:51:13 +02:00
Eugen Rochko
a738eaf8c0
New translations strings.xml (Korean)
2023-09-12 06:51:12 +02:00
Eugen Rochko
5074aadd6e
New translations strings.xml (Japanese)
2023-09-12 06:51:11 +02:00
Eugen Rochko
0854961470
New translations strings.xml (Italian)
2023-09-12 06:51:10 +02:00
Eugen Rochko
227b077935
New translations strings.xml (Armenian)
2023-09-12 06:51:09 +02:00
Eugen Rochko
1e4358290a
New translations strings.xml (Hungarian)
2023-09-12 06:51:08 +02:00
Eugen Rochko
925169eb31
New translations strings.xml (Hebrew)
2023-09-12 06:51:07 +02:00
Eugen Rochko
e1abeb9252
New translations strings.xml (Irish)
2023-09-12 06:51:07 +02:00
Eugen Rochko
cbe0add211
New translations strings.xml (Finnish)
2023-09-12 06:51:06 +02:00
Eugen Rochko
299b524d62
New translations strings.xml (Basque)
2023-09-12 06:51:05 +02:00
Eugen Rochko
31c094e696
New translations strings.xml (Greek)
2023-09-12 06:51:04 +02:00
Eugen Rochko
a8038a2863
New translations strings.xml (German)
2023-09-12 06:51:02 +02:00
Eugen Rochko
29933bb916
New translations strings.xml (Danish)
2023-09-12 06:51:01 +02:00
Eugen Rochko
5ec0c078d8
New translations strings.xml (Czech)
2023-09-12 06:51:00 +02:00
Eugen Rochko
e6287f1ff2
New translations strings.xml (Catalan)
2023-09-12 06:50:59 +02:00
Eugen Rochko
be9caf8905
New translations strings.xml (Belarusian)
2023-09-12 06:50:58 +02:00
Eugen Rochko
f375142084
New translations strings.xml (Arabic)
2023-09-12 06:50:57 +02:00
Eugen Rochko
fd3668d520
New translations strings.xml (Spanish)
2023-09-12 06:50:56 +02:00
Eugen Rochko
d5e03e9d9e
New translations strings.xml (French)
2023-09-12 06:50:55 +02:00
Eugen Rochko
d62f094919
New translations strings.xml (Romanian)
2023-09-12 06:50:54 +02:00
Grishka
6d84f28600
Hashtag following
...
closes #684 , closes #233
2023-09-12 07:49:14 +03:00
Grishka
209e603f2c
oops
2023-09-12 06:05:45 +03:00
Grishka
1b4dc01c74
Post translation
...
closes #267 , closes #671 , closes #502
2023-09-12 06:00:40 +03:00
Andrewblasco
6aab8f6578
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-09-12 02:43:45 +00:00
Grishka
645af12c3f
Merge branch 'l10n_master'
2023-09-12 02:32:38 +03:00
Grishka
fadc42d72b
New version
2023-09-12 02:32:23 +03:00
Eugen Rochko
fc831e7d42
New translations strings.xml (Portuguese, Brazilian)
2023-09-11 22:36:20 +02:00
Eugen Rochko
2998ee9145
New translations strings.xml (Finnish)
2023-09-11 20:09:41 +02:00
Eugen Rochko
971c4e5879
New translations strings.xml (Finnish)
2023-09-11 19:00:28 +02:00
Linerly
48c53ee88b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (18 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/id/
2023-09-11 14:53:07 +00:00
Linerly
acf1fa15da
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-09-11 14:53:07 +00:00
poesty
1c3b28f9d7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (385 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/zh_Hans/
2023-09-11 14:53:07 +00:00
FineFindus
e274cf89c0
refactor: add query params
2023-09-10 21:31:06 +02:00
FineFindus
8929482466
feat: add blocks fragment
2023-09-10 21:29:40 +02:00
FineFindus
b570c8d946
feat: add mutes fragment
2023-09-10 21:19:50 +02:00
Eugen Rochko
b396ee7987
New translations strings.xml (Indonesian)
2023-09-10 15:07:27 +02:00
butterflyoffire
90856a414a
Translated using Weblate (Arabic)
...
Currently translated at 16.6% (3 of 18 strings)
Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/ar/
2023-09-09 20:53:07 +00:00
butterflyoffire
ea19925be6
Translated using Weblate (Arabic)
...
Currently translated at 69.1% (267 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ar/
2023-09-09 20:53:07 +00:00
ihor_ck
03b3775843
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-09-09 20:53:07 +00:00
edxkl
38b39751ae
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 97.1% (375 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2023-09-09 20:53:07 +00:00
Oliebol
54a4b0fe41
Translated using Weblate (Dutch)
...
Currently translated at 81.8% (316 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/nl/
2023-09-09 20:53:07 +00:00
Choukajohn
3bf591c944
Translated using Weblate (French)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-09-09 20:53:06 +00:00
gallegonovato
584a6bbfa3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-09-09 20:53:06 +00:00
Eugen Rochko
0f803cd4fa
New translations strings.xml (Finnish)
2023-09-09 20:30:25 +02:00
Eugen Rochko
167a14b8db
New translations strings.xml (Finnish)
2023-09-09 19:29:29 +02:00
Eugen Rochko
81cbc2d10c
New translations strings.xml (Ukrainian)
2023-09-09 15:40:28 +02:00
Eugen Rochko
9bd8aff99b
New translations strings.xml (Finnish)
2023-09-09 12:08:15 +02:00
Eugen Rochko
a770828165
New translations strings.xml (Finnish)
2023-09-09 11:09:40 +02:00
Eugen Rochko
ab457035ff
New translations strings.xml (Finnish)
2023-09-09 08:34:27 +02:00
Grishka
f886e4c1d2
Fix #658 , fix #620
2023-09-09 03:39:27 +03:00
edxkl
464dc93d99
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 95.8% (368 of 384 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_BR/
2023-09-08 20:22:51 +00:00
gallegonovato
dcdfd3e5d3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (384 of 384 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-09-08 20:22:51 +00:00