Commit Graph

6768 Commits

Author SHA1 Message Date
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
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
sk d51e06b61f save latest crash log
closes sk22#932
closes sk22#419
2023-11-15 12:06:54 +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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
sk 289db09770 fix timeline breaking when max_id is null 2023-10-25 14:42:35 +02:00
sk 89d7dfd694 don't globally remove status on refresh
closes sk22#896
2023-10-23 23:55:04 +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
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
Eugen Rochko e97203a6e3 New translations strings.xml (Thai) 2023-10-21 09:36:50 +02:00