sk
24977ec613
bump version
2023-05-29 13:03:18 +02:00
sk
786bbab0d5
Merge remote-tracking branch 'weblate/main'
2023-05-29 13:01:36 +02:00
sk
1facb07c28
Merge remote-tracking branch 'upstream/l10n_master'
2023-05-29 13:01:24 +02:00
sk
bba5aba22d
settings icons not important for accessibility
2023-05-29 12:56:36 +02:00
sk
d7b85d6eba
move invalid strings
2023-05-29 12:47:38 +02:00
sk
6832bfb95c
don't display blocked_by relationship
...
closes sk22#526
2023-05-29 12:34:53 +02:00
sk
4c379b67a3
only auto-open search on pleroma instances
2023-05-29 03:33:31 +02:00
sk
3a2ae1ce71
clean up preferences when removing account
2023-05-29 02:40:15 +02:00
sk
c80afaf9c0
avoid sessions without instance info
2023-05-29 02:40:02 +02:00
sk
31d22bac47
remove unused method
2023-05-29 02:38:52 +02:00
Jacoco
b5f6687925
More Akkoma improvements ( #524 )
...
* Only open account if domain matches
Akkoma will seemingly show results that don't match well. This checks if the domain matches before continuing
* Add "RE:" for quotes where it's missing
* Fix no hashtag history in search
* Skip not implemented discovery and select search on Pleroma
* Set proper max account fields for Pleroma
* Use Pleroma's non-standard poll limits
* Mark notifications as read properly on Pleroma
* Akkoma bubble timeline
* Respect Reply Visibility preference on all timelines
* vertically center if hashtag has no history
* only open account search result if uri equals
* add getInstance and isPleroma methods
* change timelines api, support compatibility checks
---------
Co-authored-by: sk <sk22@mailbox.org>
2023-05-29 02:37:46 +02:00
taniamarquessilva
b3f25af923
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_PT/
2023-05-28 20:19:30 +00:00
taniamarquessilva
78c141e946
Translated using Weblate (Portuguese)
...
Currently translated at 14.6% (42 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt/
2023-05-28 20:19:30 +00:00
taniamarquessilva
b928357ff1
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pt_PT/
2023-05-28 20:19:30 +00:00
ihor_ck
c074bc57bc
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-05-28 20:19:30 +00:00
Linerly
0e80c88b7d
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-05-28 20:19:30 +00:00
Choukajohn
5ffa5b01fc
Translated using Weblate (French)
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-05-28 20:19:30 +00:00
gallegonovato
61d9929485
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (286 of 286 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-05-28 20:19:30 +00:00
sk
231f19d113
ugly workaround for sk22#520
...
it's really, really ugly :(
2023-05-28 22:14:03 +02:00
sk
9939d99c4b
Merge branch 'fix/hashtags-crash-akkoma'
2023-05-28 19:54:39 +02:00
sk
8053e8bb05
fix hashtag search crash on akkoma servers
...
closes mastodon#468
closes sk22#523
2023-05-28 19:51:29 +02:00
sk
b7e9380bc4
enable unspecified as default formatting option
...
closes sk22#521
2023-05-28 14:55:53 +02:00
Jacoco
83600087e1
Fix images being stretched on Pleroma ( #522 )
...
Closes sk22#488
* Update image bounds after load when metadata is null
* Fix broken image layout in some scenarios
* Transition when image dimensions update
* Replace blurhash with accent color on Pleroma
* fall back to solid color regardless of server
* use fragment's context instead of passing it down
---------
Co-authored-by: sk <sk22@mailbox.org>
2023-05-28 14:44:23 +02:00
Eugen Rochko
fe84dc4823
New translations strings.xml (Chinese Simplified)
2023-05-27 16:39:55 +02:00
sk
c38eb545b1
use matched filter for determining warning title
...
fixes a bug where, when multiple filters apply, the
WarningFilteredStatusDisplayItem would not check if the warning applies to the
current context. now, matched filter is determined through the predicate
(though not exactly what a predicate is supposed to do, i guess) and passed
down to the WarningFilteredStatusDisplayItem. cc @LucasGGamerM
2023-05-27 13:09:36 +02:00
sk
1fc2f81dab
fix creating posts on other people's account timelines
...
closes sk22#508
2023-05-27 01:50:10 +02:00
LucasGGamerM
69ddc95c2c
fix crash when notification markers are null
...
This would happen when an account had 0 notifications and received one.
After which, the user would tap on the notification icon on the tab bar
and the app would crash.
2023-05-27 01:40:05 +02:00
sk
a6ac68499c
use url as fallback for remote url
2023-05-27 01:37:10 +02:00
sk
c10d7cfee4
use remote url; file name as fallback for alt text
2023-05-27 01:32:49 +02:00
sk
f933bdbc53
button with ripple for files and instance picker
2023-05-27 01:13:32 +02:00
LucasGGamerM
274bca84d9
Add display item for unknown/file attachments
...
Co-authored-by: LucasGGamerM <lucassggabriel@gmail.com>
2023-05-27 01:11:26 +02:00
sk
6abfe6ddd7
add unit tests for status filter predicate
2023-05-26 17:02:39 +02:00
sk
ab7489a049
bump version
2023-05-26 02:37:32 +02:00
sk
a6fd6ae135
add javadoc
2023-05-26 02:37:25 +02:00
Espasant3
b30d4a025f
Translated using Weblate (Galician)
...
Currently translated at 99.6% (274 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/gl/
2023-05-26 00:16:40 +00:00
Daudix_UFO
5b747bfc74
Translated using Weblate (Russian)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/ru/
2023-05-26 00:16:40 +00:00
gallegonovato
a410d19114
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/es/
2023-05-26 00:16:39 +00:00
ihor_ck
96e4a4933c
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/uk/
2023-05-26 00:16:39 +00:00
Eryk Michalak
630064500d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/pl/
2023-05-26 00:16:39 +00:00
Giacomo R.
9543294996
Translated using Weblate (Italian)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/it/
2023-05-26 00:16:39 +00:00
Linerly
56e9cc3406
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/id/
2023-05-26 00:16:39 +00:00
Choukajohn
be569cbe72
Translated using Weblate (French)
...
Currently translated at 100.0% (275 of 275 strings)
Translation: Megalodon/values
Translate-URL: https://translate.codeberg.org/projects/megalodon/values/fr/
2023-05-26 00:16:39 +00:00
sk
99f0817bdb
generalize filtering logic
2023-05-26 02:07:50 +02:00
sk
220cd35d82
fix context not checked for warnings
...
closes sk22#518
2023-05-25 21:25:09 +02:00
sk
07f4ef1697
remove unused imports
2023-05-25 21:22:27 +02:00
sk
b1e0dc5843
show compose button when switching tab
...
closes sk22#506
2023-05-25 20:26:59 +02:00
sk
ec556511e6
Merge branch 'fix-restored-tab-selection'
2023-05-25 19:57:34 +02:00
sk
85c3d9f65f
fix wrong tab being selected on restore
2023-05-25 19:51:45 +02:00
sk
a7ebadf269
increase read timeout
...
re: sk22#392
2023-05-25 15:11:40 +02:00
sk
94c09d46c2
fix contentType being a required field
...
re: sk22#516
2023-05-25 14:53:26 +02:00
sk
f6f08d176c
change user-agent string
2023-05-23 10:26:48 +02:00
sk
66cdd63496
use fedinuke block list
...
closes sk22#511
2023-05-22 18:04:37 +02:00
Jacoco
8b502b605c
Alternative content types ( #516 )
...
* Akkoma content types
* Default content type preference
* per-account content types, compatible with glitch
* disable content types by default, change icon
* persist content type to state
* update string
* fall back to plain text if formatting enabled
---------
Co-authored-by: sk <sk22@mailbox.org>
2023-05-22 17:56:50 +02:00
FineFindus
2c0ec28803
Panic responder ( #512 )
...
* feat: add panic responder
* refactor: logOut before removing session
* fix(panic): close app after logOut to avoid crash
* build: reset gradle.properties
2023-05-20 13:20:25 +02:00
Eugen Rochko
2e1795dc6f
New translations strings.xml (Russian)
2023-05-20 13:04:15 +02:00
Eugen Rochko
cd1be782fa
New translations strings.xml (Armenian)
2023-05-16 18:44:56 +02:00
Eugen Rochko
67059f3d71
New translations strings.xml (Armenian)
2023-05-16 17:30:41 +02:00
Eugen Rochko
15f4d3326b
New translations strings.xml (Russian)
2023-05-15 08:47:41 +02:00
Jacoco
a9ab9cb249
Fix crashes on Calckey and GoToSocial ( #515 )
...
* Fix crashes on calckey and gts
* Use url if previewUrl is null
2023-05-14 23:26:03 +02:00
Eugen Rochko
e65404a466
New translations strings.xml (Dutch)
2023-05-13 20:26:36 +02:00
Eugen Rochko
d1749ab610
New translations strings.xml (Dutch)
2023-05-13 19:04:59 +02:00
Eugen Rochko
806c264686
New translations strings.xml (Vietnamese)
2023-05-13 17:46:17 +02:00
Eugen Rochko
34a9cb5a74
New translations strings.xml (Dutch)
2023-05-13 17:46:16 +02:00
Eugen Rochko
64fad2e871
New translations strings.xml (Vietnamese)
2023-05-13 16:36:00 +02:00
sk
961c69b525
Merge remote-tracking branch 'upstream/master'
2023-05-13 15:15:00 +02:00
sk
c70f393559
account card layout adjustments
2023-05-13 15:13:43 +02:00
sk
9abdc174f4
guarantee space for display name in header
...
closes sk22#513
2023-05-13 14:07:44 +02:00
LucasGGamerM
2e5bfa1d9c
fix: NPE when instance is null and attempts to get new notifications
...
For some weird reason, someone saw a pixelfed instance return null as the instance, causing a crash on the updateNotificationsBadge method. This reminds me of why java is such a shit language
2023-05-13 13:37:19 +02:00
Eugen Rochko
9c89c26097
New translations strings.xml (Dutch)
2023-05-13 01:52:41 +02:00
Eugen Rochko
e3b6a5d389
New translations strings.xml (Dutch)
2023-05-13 00:57:05 +02:00
Eugen Rochko
0fb54efde5
New translations strings.xml (Dutch)
2023-05-12 23:58:21 +02:00
Eugen Rochko
a4a3f32dba
New translations strings.xml (Dutch)
2023-05-12 22:45:52 +02:00
Eugen Rochko
03a1e29e0c
New translations strings.xml (Dutch)
2023-05-12 19:43:17 +02:00
Eugen Rochko
eda9ff272b
New translations strings.xml (Dutch)
2023-05-12 18:35:16 +02:00
Eugen Rochko
b3728e06ac
New translations strings.xml (Swedish)
2023-05-11 12:28:06 +02:00
Grishka
33cbd85e19
Bump version
2023-05-11 05:42:40 +03:00
Grishka
8cb1f3f387
Merge branch 'l10n_master'
2023-05-11 05:40:54 +03:00
Eugen Rochko
3f0c6fcec5
New translations strings.xml (Icelandic)
2023-05-10 13:59:12 +02:00
Eugen Rochko
797cf893da
New translations strings.xml (Italian)
2023-05-08 15:58:22 +02:00
Eugen Rochko
a3564b70e1
New translations strings.xml (Ukrainian)
2023-05-08 07:52:51 +02:00
Eugen Rochko
43004307b8
New translations strings.xml (Ukrainian)
2023-05-08 06:34:46 +02:00
Eugen Rochko
6717070f93
New translations strings.xml (Scottish Gaelic)
2023-05-06 07:17:17 +02:00
Eugen Rochko
387499ae49
New translations strings.xml (Vietnamese)
2023-05-05 08:49:53 +02:00
Eugen Rochko
8ab140c55d
New translations strings.xml (Japanese)
2023-05-04 22:50:38 +02:00
Eugen Rochko
914abb95dd
New translations strings.xml (Japanese)
2023-05-04 21:34:45 +02:00
Eugen Rochko
5360c0f0f7
New translations strings.xml (Greek)
2023-05-04 01:44:50 +02:00
Eugen Rochko
243d803b51
New translations strings.xml (Turkish)
2023-05-03 23:31:14 +02:00
Eugen Rochko
b343fe3835
New translations strings.xml (Turkish)
2023-05-03 22:27:36 +02:00
Eugen Rochko
3c42c1120f
New translations strings.xml (Japanese)
2023-05-03 17:42:48 +02:00
Eugen Rochko
ad840dcef6
New translations strings.xml (Japanese)
2023-05-03 16:47:22 +02:00
Eugen Rochko
f73072d95e
New translations strings.xml (Spanish)
2023-05-03 01:08:32 +02:00
Eugen Rochko
95cb9b5079
New translations strings.xml (Thai)
2023-05-02 21:12:14 +02:00
Eugen Rochko
c6684d3c9b
New translations strings.xml (Thai)
2023-05-02 19:41:48 +02:00
Eugen Rochko
5c5989d8c0
New translations strings.xml (Chinese Traditional)
2023-05-02 18:13:38 +02:00
Eugen Rochko
60e92d30b0
New translations strings.xml (Italian)
2023-05-02 14:58:27 +02:00
Eugen Rochko
8bf8e3f86b
New translations strings.xml (Slovenian)
2023-05-02 00:17:51 +02:00
Eugen Rochko
891ee2d06b
New translations strings.xml (Indonesian)
2023-05-01 21:04:03 +02:00
Eugen Rochko
b450bc7ae8
New translations strings.xml (Icelandic)
2023-05-01 21:04:02 +02:00
Eugen Rochko
4ca1e0d5db
New translations strings.xml (Vietnamese)
2023-05-01 21:04:01 +02:00
Eugen Rochko
859213dd9e
New translations strings.xml (Chinese Simplified)
2023-05-01 21:04:01 +02:00