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 |
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 |
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
|
b9b08c5ea7
|
New translations strings.xml (Hindi)
|
2024-02-03 07:47:33 +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 |
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
|
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
|
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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 |
Eugen Rochko
|
fa70c55084
|
New translations strings.xml (French)
|
2023-12-30 16:27:55 +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 |
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 |
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 |
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
|
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
|
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 |
Weblate
|
28bbf7c7be
|
Added translation using Weblate (Esperanto)
|
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
|
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 |
Weblate
|
011a49b180
|
Added translation using Weblate (Bengali)
|
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
|
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 |
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 |
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 |
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
|
9c5d29a860
|
New translations strings.xml (Lithuanian)
|
2023-12-06 17:20:29 +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
|
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 |
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 |
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 |
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 |