Balazs Toldi
6457a4db2f
Proper Admin/Moderator indication
...
This commit adds proper indicators if a post or comment is made by a moderator or an admin. If a user is both an admin and a moderator, both indicators will be shown.
Closes #267
2024-07-30 09:32:16 +02:00
Balazs Toldi
4ccb1a38bf
Fix crash when opening links
...
This commit fixes the issue where opening links while browsing would trigger an account switch with a null name.
2024-07-29 21:47:54 +02:00
SomeTr
de92e0edd3
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1325 of 1325 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-29 09:18:23 +00:00
Anonymous
e87426d591
Translated using Weblate (French)
...
Currently translated at 93.5% (1240 of 1325 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fr/
2024-07-28 08:27:52 +00:00
Bazsalanszky
3a9638e236
Fix typos
2024-07-28 10:00:46 +02:00
Bazsalanszky
f5b8206959
Fix token checking (again)
...
Failure to call the API (e.g. network error) with the token caused incorrect relogin requests.
2024-07-28 10:00:45 +02:00
Lefteris T
ae74eeba0f
Translated using Weblate (Greek)
...
Currently translated at 99.5% (1318 of 1324 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/el/
2024-07-27 13:18:23 +00:00
artnay
f6e5942e86
Translated using Weblate (Finnish)
...
Currently translated at 56.0% (742 of 1324 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fi/
2024-07-24 17:22:40 +00:00
SomeTr
b67b62f952
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1324 of 1324 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-23 10:18:23 +00:00
Fjuro
f01e53953b
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1324 of 1324 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-07-23 10:18:23 +00:00
Bazsalanszky
241f082806
Translated using Weblate (Hungarian)
...
Currently translated at 82.7% (1094 of 1322 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2024-07-22 10:07:25 +00:00
Bazsalanszky
56e05a2e84
Add indication for removed/deleted comments
...
It is now visible, if a comment is deleted by the creator or if it was removed by a moderator or admin.
Closes #249
2024-07-22 12:07:13 +02:00
Bazsalanszky
2c16a05a95
Bump version code
2024-07-21 20:46:15 +02:00
Bazsalanszky
23c5ac9127
Fix issues with notifications
...
This commit fixes the issue where the app incorrectly switches accounts when opening a notification (see changes in the InboxActivity). It also fixes the issue where the posts/comments would not show up after clicking on a notification that would require an account switch (see changes in the LinkResolverActivity).
2024-07-21 20:44:39 +02:00
Bazsalanszky
1303106a7b
Mark message as read fix
...
This commit fixes the issue where messages aren't marked as read when you click on them from the InboxActivity.
2024-07-21 13:47:07 +02:00
Bazsalanszky
f9a0e0e70d
Fix CRASH on starting a foreground service
...
Starting from android target 34, we need to set a foreground service type. In my opinion, the dataSync one fits best for us.
2024-07-21 11:49:17 +02:00
Bazsalanszky
3d3285d1ee
Fix CRASH on CommentActivity
2024-07-21 11:49:17 +02:00
Lefteris T
c2017dd17c
Translated using Weblate (Greek)
...
Currently translated at 99.5% (1316 of 1322 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/el/
2024-07-20 20:18:24 +00:00
SomeTr
fb6d9ed0bc
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1322 of 1322 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-20 20:18:24 +00:00
Fjuro
257dc4d0a7
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1322 of 1322 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-07-20 20:18:24 +00:00
Balazs Toldi
5fdf1208a7
Better image loading in Markdown
...
This commit potentially solves issues with slow scrolling on posts and some crashes due to too large files
2024-07-19 20:55:08 +02:00
Balazs Toldi
6708b72fd8
Removed commit log file
2024-07-19 19:15:05 +02:00
Balazs Toldi
327b874fd6
Update strings
...
Removed anonymous_homepage_not_implemented string from every language file
2024-07-19 19:12:46 +02:00
Balazs Toldi
cafd3c6025
Add option to disable automatic post hide
...
This commit adds two new options:
- Do not hide saved posts automatically: When enabled, read posts will also be visible on the saved posts page
- Do not hide your own posts: When enabled, your own posts will be visible, even if it's read
Closes #219
Closes #125
2024-07-19 17:02:58 +02:00
Balazs Toldi
9ecbaba3d4
Minor change to distinguish moderators/admins
2024-07-19 17:02:58 +02:00
Balazs Toldi
4741198c78
Show new icon as error image as well
...
Closes #223
2024-07-19 17:02:58 +02:00
Balazs Toldi
577d5b8e6f
Removed Anonymous page not implemented error
...
No longer needed as it's there now.
2024-07-19 17:02:58 +02:00
SomeTr
307036bca0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1321 of 1321 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-19 13:18:24 +00:00
Fjuro
ec4c79eb69
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1321 of 1321 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-07-19 13:18:24 +00:00
Balazs Toldi
0affa4a90d
Update build.gradle
...
Bump version, version code and target sdk
2024-07-19 13:11:49 +02:00
Balazs Toldi
8ef3867610
Transparent branding images
...
This works better on light themes
2024-07-19 13:10:58 +02:00
Balazs Toldi
b9e61518a4
Improve video preview loading time
...
This commit improves the loading time of posts with videos on the feed.
Closes #242
2024-07-18 21:32:53 +02:00
SomeTr
706f51c4f5
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1316 of 1316 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-18 12:07:58 +00:00
Bazsalanszky
30a2c1a9b9
Instance Blocking
...
This commit adds the ability to block/unblock instances from the instance view page.
Closes #231
2024-07-18 14:07:34 +02:00
Bazsalanszky
06315c55ad
Add option to view instance of users/communities
...
This Commit adds an option to view the details of a users/communities instance, just like the instance info accessible from the navigation bar. #204
2024-07-18 11:09:22 +02:00
Bazsalanszky
42af7ee315
Fix user icons for the instance info page
...
The avatars were parsed incorrectly.
2024-07-18 10:46:36 +02:00
Bazsalanszky
f0d6abee5d
Search to open link
...
This commit adds the ability to open posts from a URL by inserting it to the search menu.
2024-07-12 08:28:10 +02:00
Bazsalanszky
21861a5884
Added Comments to search results
...
This commit adds the ability to search for comments. It adds a new tab to the SearchResultActivity with a CommentsListingFragment. #241
This commit also fixes an issue where you can't upvote comments on when in a listing (e.g. on a profile, or now search)
2024-07-12 08:22:29 +02:00
Bazsalanszky
0fb834fb38
Minor pipeline change
2024-07-09 16:22:25 +02:00
Bazsalanszky
60155c4c6b
Fix search sorting
...
Added all sorting options to the SearchResultActivity
2024-07-09 16:20:33 +02:00
Bazsalanszky
1ab8f31cbd
Do not show display name when disabled
...
There was an issue where the display name of the user was
2024-07-09 15:54:51 +02:00
Bazsalanszky
ae5b3836e7
Fix unread message highlight in inbox
...
Previously, the mentions where incorrectly highlighted as unread in the Inbox activity (the read/unread messages were inverted). This commit fixes this issue.
2024-07-09 12:13:27 +02:00
Bazsalanszky
1cdd490789
Fix crash when adding a community to multi-communties
...
This commit fixes the issue where the app previously crashed when adding a community to a multi-community from search.
2024-07-09 12:13:27 +02:00
30p87
e96a89d430
Translated using Weblate (German)
...
Currently translated at 100.0% (1315 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2024-07-07 14:18:24 +00:00
Bazsalanszky
c606a29e79
Added Lemmy badge to README
2024-07-04 18:18:06 +00:00
trlef19
afd8223eb4
Translated using Weblate (Greek)
...
Currently translated at 99.5% (1309 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/el/
2024-07-03 10:18:29 +00:00
SomeTr
a39ee994ff
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1315 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-03 10:18:26 +00:00
SomeTr
e25e258d48
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1315 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-07-01 10:18:26 +00:00
0ko
1e8a60aeb9
Translated using Weblate (Russian)
...
Currently translated at 98.4% (1295 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-07-01 10:18:25 +00:00
Fjuro
27f3807a69
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1315 of 1315 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-07-01 10:18:25 +00:00