Commit Graph

2689 Commits

Author SHA1 Message Date
1f8f44af57 Translated using Weblate (Russian)
Currently translated at 98.4% (1292 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-02-03 17:56:34 +00:00
f3db563550 Translated using Weblate (Spanish)
Currently translated at 87.9% (1155 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2024-01-31 17:56:33 +00:00
0aeaa8fb93 Translated using Weblate (Russian)
Currently translated at 98.3% (1291 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-01-29 00:56:32 +00:00
213856a1eb Translated using Weblate (Spanish)
Currently translated at 87.8% (1154 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2024-01-29 00:56:32 +00:00
bc1cd27dd4 Translated using Weblate (Russian)
Currently translated at 98.6% (1295 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-01-26 20:56:33 +00:00
2f9d45bed3 Translated using Weblate (German)
Currently translated at 95.0% (1248 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2024-01-24 20:56:34 +00:00
bf5937da63 Translated using Weblate (Russian)
Currently translated at 98.6% (1295 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-01-22 08:01:41 +00:00
d04f0c296c Translated using Weblate (Russian)
Currently translated at 98.5% (1294 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-01-20 16:56:33 +00:00
ad2a1f5bf5 Translated using Weblate (German)
Currently translated at 94.8% (1245 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2024-01-17 16:56:33 +00:00
72a8f88738 Translated using Weblate (Ukrainian)
Currently translated at 99.8% (1311 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-01-07 12:49:12 +00:00
3668466ee6 Translated using Weblate (Hungarian)
Currently translated at 82.7% (1087 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2024-01-07 12:49:12 +00:00
cecb218278 Translated using Weblate (Czech)
Currently translated at 100.0% (1313 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-01-07 12:49:12 +00:00
8cf911685a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/java/eu/toldi/infinityforlemmy/activities/MainActivity.java
2024-01-06 21:53:14 +01:00
07fbb103e7 Fix loading block page
Closes #228
2024-01-06 21:52:13 +01:00
3195f05e56 Only check token for logged in users 2024-01-06 21:42:57 +01:00
67da6b1c53 Translated using Weblate (Ukrainian)
Currently translated at 99.8% (1311 of 1313 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-01-06 20:18:37 +00:00
0662173045 Allow login with email (#239)
While the call to obtain a JWT (`api/v3/user/login`) works for username or email, the app was then following that with a call to ` api/v3/user`, which only works with username (https://lemmy.readme.io/reference/get_user). This would cause the login attempt to fail with the error reported on #235.

These changes skip the call to `api/v3/user`, and instead retrieves the user information from the call to `api/v3/site`, that was already being performed.

Fixes #235.

Question: should the label of the username field be updated to "Username / Email" or "Username or Email"? (screenshot)

Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/239
Reviewed-by: Bazsalanszky <bazsalanszky@noreply.codeberg.org>
Co-authored-by: tinsukE <tinsuke@noreply.codeberg.org>
Co-committed-by: tinsukE <tinsuke@noreply.codeberg.org>
2024-01-06 20:18:32 +00:00
3d5c936fa3 Translated using Weblate (Russian)
Currently translated at 98.5% (1292 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2024-01-06 10:40:09 +00:00
e7f84b8aed Better realization of a Lemmy upgrade 2024-01-06 11:40:00 +01:00
ba5b533cb9 Added "Most comments" and "new comments" sort type 2024-01-06 11:39:33 +01:00
133dc4a69c Fix "Old" sort type for multi communities 2024-01-06 11:20:30 +01:00
0fd7203fa3 Multi communities (#209)
Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/209
Co-authored-by: Balazs Toldi <balazs@toldi.eu>
Co-committed-by: Balazs Toldi <balazs@toldi.eu>
2024-01-06 10:18:16 +00:00
1a1b92bb72 Translated using Weblate (Ukrainian)
Currently translated at 99.9% (1310 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2024-01-05 10:43:51 +00:00
715f371440 Translated using Weblate (Hungarian)
Currently translated at 82.9% (1087 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2024-01-05 10:43:51 +00:00
b1164921a0 Translated using Weblate (Czech)
Currently translated at 100.0% (1311 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2024-01-05 10:43:51 +00:00
b69245aedc Fix shortcut login issues
Fix issues with home screen shortcuts not logging the user in properly
2024-01-04 19:12:18 +01:00
3dc94a05c7 Remove report option from User pages
This was a reddit feature that is unavailable on Lemmy. Closes #211
2024-01-04 15:02:27 +01:00
d0849e9f27 Fix pull down refresh on Post detail pages
The refresh function was incorrectly called, making the loading progress not stopping at all (actually it didn't even start properly)
2024-01-04 14:51:54 +01:00
2ea47cf7fd Changed intent filter from www.hexbear.net to hexbear.net
Fixes #237
2024-01-04 11:06:55 +01:00
6d23f4e13d Merge remote-tracking branch 'origin/master' 2024-01-04 11:04:26 +01:00
8a9102bc8a Check the user token when opening the app 2024-01-04 11:03:29 +01:00
02bed2eb3b Merge pull request 'Remove Gfycat support (the service is dead), simplifying the code' (#226) from tinsukE/Eternity:remove_gfycat into master
Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/226
Reviewed-by: Bazsalanszky <bazsalanszky@noreply.codeberg.org>
2024-01-03 13:39:39 +00:00
84653d7677 Merge pull request 'Add previews to video (MP4, WEBM) posts' (#225) from tinsukE/Eternity:video-preview into master
Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/225
Reviewed-by: Bazsalanszky <bazsalanszky@noreply.codeberg.org>
2024-01-03 13:39:25 +00:00
40a9091b7d Scaled and Controversial sort types 2024-01-03 14:28:28 +01:00
103ab039b3 Remove Gfycat support (the service is dead), simplifying the code 2024-01-03 09:39:53 +01:00
af7148ce58 Removed IzzyOnDroid badge 2024-01-02 18:38:26 +01:00
ff0bacff1d Fix "share on local instance" option for post pages 2024-01-02 18:37:24 +01:00
b684542e42 Translated using Weblate (Spanish)
Currently translated at 87.9% (1153 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-11-28 16:38:27 +00:00
a1d78271fa Translated using Weblate (Spanish)
Currently translated at 85.9% (1127 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-11-23 16:13:37 +00:00
1c75710424 Add previews to video (MP4, WEBM) posts 2023-11-22 08:02:21 +00:00
89583cfe29 Translated using Weblate (Romanian)
Currently translated at 100.0% (1311 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ro/
2023-11-20 11:13:38 +00:00
8e0b599b09 Translated using Weblate (Russian)
Currently translated at 98.6% (1293 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2023-11-17 16:13:37 +00:00
b8eda72d7b Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1311 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-13 17:13:38 +00:00
c0f483e570 Translated using Weblate (Russian)
Currently translated at 97.2% (1275 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2023-11-13 17:13:37 +00:00
083bde8149 Merge remote-tracking branch 'origin/master' 2023-11-10 22:16:14 +01:00
ff3ccca3eb Minor fix to comment filters 2023-11-10 11:01:35 +01:00
b4569d56e6 Translated using Weblate (Czech)
Currently translated at 100.0% (1311 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2023-11-10 09:42:39 +00:00
0b1171c5b2 Fix reddit link handling
This Eternity should not attempt to open Reddit links as it's for Lemmy, not Reddit. Instead, they should be handled as regular links. If a reddit app is installed (e.g. Infinity) it should use that app instead.

Closes #213
2023-11-10 10:31:48 +01:00
48776d28bb Show a bin icon on deleted posts 2023-11-10 10:19:48 +01:00
88f932ad5a Translated using Weblate (Ukrainian)
Currently translated at 99.5% (1305 of 1311 strings)

Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-10 06:50:09 +00:00