Fjuro
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
Balazs Toldi
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
Balazs Toldi
07fbb103e7
Fix loading block page
...
Closes #228
2024-01-06 21:52:13 +01:00
Balazs Toldi
3195f05e56
Only check token for logged in users
2024-01-06 21:42:57 +01:00
SomeTr
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
tinsukE
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
0que
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
Balazs Toldi
e7f84b8aed
Better realization of a Lemmy upgrade
2024-01-06 11:40:00 +01:00
Balazs Toldi
ba5b533cb9
Added "Most comments" and "new comments" sort type
2024-01-06 11:39:33 +01:00
Balazs Toldi
133dc4a69c
Fix "Old" sort type for multi communities
2024-01-06 11:20:30 +01:00
Balazs Toldi
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
SomeTr
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
Bazsalanszky
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
Fjuro
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
Balazs Toldi
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
Balazs Toldi
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
Balazs Toldi
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
Balazs Toldi
2ea47cf7fd
Changed intent filter from www.hexbear.net to hexbear.net
...
Fixes #237
2024-01-04 11:06:55 +01:00
Balazs Toldi
6d23f4e13d
Merge remote-tracking branch 'origin/master'
2024-01-04 11:04:26 +01:00
Balazs Toldi
8a9102bc8a
Check the user token when opening the app
2024-01-04 11:03:29 +01:00
Bazsalanszky
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
Bazsalanszky
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
Balazs Toldi
40a9091b7d
Scaled and Controversial sort types
2024-01-03 14:28:28 +01:00
tinsukE
103ab039b3
Remove Gfycat support (the service is dead), simplifying the code
2024-01-03 09:39:53 +01:00
Balazs Toldi
ff0bacff1d
Fix "share on local instance" option for post pages
2024-01-02 18:37:24 +01:00
Sergio Varela
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
Sergio Varela
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
tinsukE
1c75710424
Add previews to video (MP4, WEBM) posts
2023-11-22 08:02:21 +00:00
alextecplayz
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
0que
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
SomeTr
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
0que
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
Balazs Toldi
083bde8149
Merge remote-tracking branch 'origin/master'
2023-11-10 22:16:14 +01:00
Balazs Toldi
ff3ccca3eb
Minor fix to comment filters
2023-11-10 11:01:35 +01:00
Fjuro
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
Balazs Toldi
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
Balazs Toldi
48776d28bb
Show a bin icon on deleted posts
2023-11-10 10:19:48 +01:00
SomeTr
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
SomeTr
8bb8bf3b31
Translated using Weblate (Ukrainian)
...
Currently translated at 99.5% (1304 of 1310 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-10 06:50:09 +00:00
Fjuro
23a40f27c7
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1310 of 1310 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2023-11-10 06:50:09 +00:00
SomeTr
0a30fdfb27
Translated using Weblate (Ukrainian)
...
Currently translated at 99.5% (1302 of 1308 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-10 06:50:09 +00:00
SomeTr
f6c95b27b4
Translated using Weblate (Ukrainian)
...
Currently translated at 99.1% (1297 of 1308 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-10 06:50:08 +00:00
Bazsalanszky
384543824d
Translated using Weblate (English)
...
Currently translated at 100.0% (1308 of 1308 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/en/
2023-11-10 06:50:08 +00:00
Codeberg Translate
de2a6351c7
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/
2023-11-10 06:50:08 +00:00
Balazs Toldi
e5ffaf3d97
Fix cross posting
...
Closes #222
2023-11-10 07:49:52 +01:00
Balazs Toldi
55f4689984
Auto-complete feature for the login page
...
This commit adds an auto-complete feature to select the users instance. It fetches all the instances from lemmyverse.net so everyone can find their instance :)
Closes #38
2023-11-09 20:17:55 +01:00
Balazs Toldi
9f02969dd2
Add u/HostileEnemy to credits page
...
Seriously? Why wasn't this there in the first release?!
2023-11-09 19:19:31 +01:00
Balazs Toldi
fd833a65c5
Fix text issues on post detail activity post without preview page
2023-11-09 19:10:12 +01:00
Balazs Toldi
16dfc65c64
Fixing issues with reading info for kbin magazines
...
This commit fixes the issue where the information for Kbin/Mbin magazines weren't displayed properly on community pages. The problem was related to magazines having a different actor id (/m/ instead of /c/)
Closes #182
2023-11-08 13:19:28 +01:00
Balazs Toldi
67115e0dd6
Fixing weblate
2023-11-07 16:48:37 +01:00
Balazs Toldi
5f6b966160
Merge remote-tracking branch 'weblate/master'
...
# Conflicts:
# app/src/main/res/values-de/strings.xml
# app/src/main/res/values-tr-rTR/strings.xml
2023-11-07 16:41:44 +01:00
Sergio Varela
4a200d7343
Translated using Weblate (Spanish)
...
Currently translated at 89.7% (1128 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-11-07 13:20:17 +00:00
Balazs Toldi
aa75fb5592
Fix crash when opening a comment from a user tab
...
This seems more of a workaround than a fix.
2023-11-07 14:20:09 +01:00
Embark9962
5618e2e88b
Translated using Weblate (German)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-11-06 15:13:38 +00:00
Balazs Toldi
03ee3899d7
Do not load inline images in data-saving mode
2023-11-05 16:49:11 +01:00
Balazs Toldi
6b09f0379c
Fix crash related to the "swipe between posts" options
...
There was a null pointer execution because it did not check for a null value.
2023-11-05 16:19:51 +01:00
Balazs Toldi
14e568e642
Fix translation related compilation errors
2023-11-05 15:09:09 +01:00
Balazs Toldi
ec3b89a056
Fix crashes originating form merging updates from upstream
2023-11-05 14:38:05 +01:00
Balazs Toldi
343484aff2
Eternity (placeholder?) "branding" on splash screen
2023-11-05 12:22:54 +01:00
artnay
ec7ef689c9
Translated using Weblate (Finnish)
...
Currently translated at 50.7% (638 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fi/
2023-11-02 17:13:38 +00:00
SomeTr
312a768351
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-11-02 17:13:38 +00:00
SomeTr
c4992aac74
Translated using Weblate (Portuguese)
...
Currently translated at 98.8% (1242 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt/
2023-11-02 17:13:38 +00:00
SomeTr
df37db5fed
Translated using Weblate (Hindi)
...
Currently translated at 70.1% (882 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hi/
2023-11-02 17:13:37 +00:00
SomeTr
d699e3a434
Translated using Weblate (Romanian)
...
Currently translated at 99.7% (1254 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ro/
2023-10-31 18:10:35 +00:00
Bazsalanszky
c111ee35b4
Translated using Weblate (Hungarian)
...
Currently translated at 85.4% (1074 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2023-10-31 18:10:35 +00:00
SomeTr
766c2dc2c5
Translated using Weblate (Spanish)
...
Currently translated at 89.6% (1127 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-10-31 18:10:35 +00:00
SomeTr
ec484cd51d
Translated using Weblate (Vietnamese)
...
Currently translated at 88.0% (1107 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/vi/
2023-10-31 18:10:35 +00:00
0que
494545500f
Translated using Weblate (Russian)
...
Currently translated at 99.5% (1251 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2023-10-31 18:10:35 +00:00
SomeTr
db9c7a77e5
Translated using Weblate (Italian)
...
Currently translated at 91.2% (1147 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/it/
2023-10-31 18:10:35 +00:00
SomeTr
5a2954b432
Translated using Weblate (Hungarian)
...
Currently translated at 81.3% (1023 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2023-10-31 18:10:34 +00:00
SomeTr
751c2bd421
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 88.7% (1115 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/zh_Hans/
2023-10-31 18:10:34 +00:00
SomeTr
3940f9b402
Translated using Weblate (Vietnamese)
...
Currently translated at 88.0% (1107 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/vi/
2023-10-31 18:10:34 +00:00
SomeTr
dd72afc115
Translated using Weblate (Turkish)
...
Currently translated at 89.8% (1130 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/tr/
2023-10-31 18:10:34 +00:00
SomeTr
7c87bf19d2
Translated using Weblate (Romanian)
...
Currently translated at 99.7% (1254 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ro/
2023-10-31 18:10:34 +00:00
SomeTr
3d5d26f6ec
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.1% (1234 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt_BR/
2023-10-31 18:10:34 +00:00
SomeTr
12eec8cc6b
Translated using Weblate (Polish)
...
Currently translated at 88.3% (1110 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pl/
2023-10-31 18:10:34 +00:00
SomeTr
1d17b4be9e
Translated using Weblate (Dutch)
...
Currently translated at 81.6% (1026 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/nl/
2023-10-31 18:10:34 +00:00
SomeTr
4896aad901
Translated using Weblate (Japanese)
...
Currently translated at 78.3% (985 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ja/
2023-10-31 18:10:34 +00:00
SomeTr
46b6ab82d5
Translated using Weblate (Italian)
...
Currently translated at 91.3% (1148 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/it/
2023-10-31 18:10:34 +00:00
SomeTr
523db3c659
Translated using Weblate (Hungarian)
...
Currently translated at 81.4% (1024 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hu/
2023-10-31 18:10:34 +00:00
SomeTr
4614ee0ae2
Translated using Weblate (Croatian)
...
Currently translated at 71.7% (902 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hr/
2023-10-31 18:10:34 +00:00
SomeTr
a874b9b455
Translated using Weblate (Hindi)
...
Currently translated at 70.0% (880 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hi/
2023-10-31 18:10:34 +00:00
SomeTr
998e4dd802
Translated using Weblate (Spanish)
...
Currently translated at 89.5% (1126 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-10-31 18:10:34 +00:00
SomeTr
cca17e0e81
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-10-31 18:10:34 +00:00
artnay
f9deaccb5a
Translated using Weblate (Finnish)
...
Currently translated at 50.6% (637 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fi/
2023-10-31 18:10:34 +00:00
Fjuro
04a9679429
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2023-10-31 18:10:34 +00:00
SomeTr
caffec6b2a
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1257 of 1257 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-10-31 18:10:34 +00:00
SomeTr
17c98e85ac
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1255 of 1255 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-10-31 18:10:34 +00:00
SomeTr
2c46ac079c
Translated using Weblate (Croatian)
...
Currently translated at 71.9% (903 of 1255 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hr/
2023-10-31 18:10:34 +00:00
SomeTr
95b4325f3e
Translated using Weblate (Hindi)
...
Currently translated at 70.1% (881 of 1255 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/hi/
2023-10-31 18:10:34 +00:00
SomeTr
673d717ef1
Translated using Weblate (Spanish)
...
Currently translated at 89.8% (1127 of 1255 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-10-31 18:10:34 +00:00
Fjuro
8c9460c6c0
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1255 of 1255 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2023-10-31 18:10:34 +00:00
scharnkn
b1d1f7ec72
Translated using Weblate (German)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
dieserniko
7d394d5a13
Translated using Weblate (German)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
SomeTr
e07ffc69ed
Translated using Weblate (Turkish)
...
Currently translated at 90.2% (1132 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/tr/
2023-10-31 18:10:34 +00:00
SomeTr
80f7d1e331
Translated using Weblate (Polish)
...
Currently translated at 88.5% (1110 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pl/
2023-10-31 18:10:34 +00:00
SomeTr
f06775de4b
Translated using Weblate (Japanese)
...
Currently translated at 78.7% (987 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ja/
2023-10-31 18:10:34 +00:00
SomeTr
2184d73e3e
Translated using Weblate (Spanish)
...
Currently translated at 89.8% (1127 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/es/
2023-10-31 18:10:34 +00:00
SomeTr
0ff2e70867
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-10-31 18:10:34 +00:00
alextecplayz
e7e83946eb
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ro/
2023-10-31 18:10:34 +00:00
Frederik Zorn
2de2614d6f
Translated using Weblate (German)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
Eryk Michalak
67349a134d
Translated using Weblate (Polish)
...
Currently translated at 88.5% (1111 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pl/
2023-10-31 18:10:34 +00:00
artnay
25caea0b72
Translated using Weblate (Finnish)
...
Currently translated at 50.3% (632 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fi/
2023-10-31 18:10:34 +00:00
scharnkn
5522884bb2
Translated using Weblate (German)
...
Currently translated at 99.8% (1252 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
functional-tim
9de9ba19e7
Translated using Weblate (German)
...
Currently translated at 99.8% (1252 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
Hartmut Goebel
05f1f929e1
Translated using Weblate (German)
...
Currently translated at 99.8% (1252 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:34 +00:00
scharnkn
ab6573b3cf
Translated using Weblate (German)
...
Currently translated at 99.3% (1246 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
Hartmut Goebel
7ba12262ca
Translated using Weblate (German)
...
Currently translated at 99.3% (1246 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
artnay
82f5be2568
Translated using Weblate (Finnish)
...
Currently translated at 48.5% (609 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fi/
2023-10-31 18:10:33 +00:00
artnay
e33b4a3ec6
Added translation using Weblate (Finnish)
2023-10-31 18:10:33 +00:00
edxkl
40f28071d6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.4% (1234 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt_BR/
2023-10-31 18:10:33 +00:00
tubbadu
2783bcd1e4
Translated using Weblate (Italian)
...
Currently translated at 91.5% (1148 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/it/
2023-10-31 18:10:33 +00:00
evmexa-prog
3e9db084b0
Translated using Weblate (Russian)
...
Currently translated at 99.5% (1248 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2023-10-31 18:10:33 +00:00
alextecplayz
a648993f78
Translated using Weblate (Romanian)
...
Currently translated at 91.8% (1152 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ro/
2023-10-31 18:10:33 +00:00
edxkl
75416b8b1b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.3% (1233 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt_BR/
2023-10-31 18:10:33 +00:00
JnkLtt
6f273d5e58
Translated using Weblate (German)
...
Currently translated at 98.6% (1237 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
functional-tim
8654512584
Translated using Weblate (German)
...
Currently translated at 98.6% (1237 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
scharnkn
46b2e0b816
Translated using Weblate (German)
...
Currently translated at 98.6% (1237 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
genoxidedev1
d708ef5300
Translated using Weblate (German)
...
Currently translated at 98.6% (1237 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/de/
2023-10-31 18:10:33 +00:00
botorfj
9c8c667c41
Translated using Weblate (Turkish)
...
Currently translated at 90.3% (1133 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/tr/
2023-10-31 18:10:33 +00:00
SomeTr
ff270e6895
Translated using Weblate (Ukrainian)
...
Currently translated at 99.9% (1253 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/uk/
2023-10-31 18:10:33 +00:00
0que
7869bd3b2b
Translated using Weblate (Russian)
...
Currently translated at 99.4% (1247 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/ru/
2023-10-31 18:10:33 +00:00
American_Jesus
36d932e9fe
Translated using Weblate (Portuguese)
...
Currently translated at 99.0% (1242 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt/
2023-10-31 18:10:33 +00:00
edxkl
5b2f3eb9b4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.1% (1231 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/pt_BR/
2023-10-31 18:10:33 +00:00
julroy67
ddb1d6746b
Translated using Weblate (French)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/fr/
2023-10-31 18:10:33 +00:00
Fjuro
f2440e0e2e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1254 of 1254 strings)
Translation: Eternity/App
Translate-URL: https://translate.codeberg.org/projects/infinity-for-lemmy/app/cs/
2023-10-31 18:10:33 +00:00
Balazs Toldi
4397e09016
Merge changes from Infinity
...
This commit merges the changes that were made in the upstream infinity repo
2023-10-27 15:10:00 +02:00
Balazs Toldi
3bee0deb11
Reproducible build fix
2023-10-26 08:05:23 +02:00
Balazs Toldi
6d6a79bcb6
Fix python script in the build process
2023-10-24 21:23:23 +02:00
Balazs Toldi
6ff46f928a
Bump version
2023-10-24 20:37:17 +02:00
Balazs Toldi
81e1c73c65
Fix the updating part of the community saving
...
In a previous commit, I've added a code snippet that made an update query for each fetched summary that is already in the internal database. However, it did not take in to account that the same community can be related to different accounts. This commit fixes this issue by adding an additional filter to the update db query.
2023-10-24 18:58:41 +02:00
Balazs Toldi
554dfff4ad
Always add the access token to the retrofit holder
...
This hopefully eliminates any login related issues on Lemmy 0.19
2023-10-24 18:51:32 +02:00
Balazs Toldi
741ec08386
Minor fix to updating subscribed communities
...
Previously, the app did not update any changes to a community after subscribing to it. Now the internal db is updated each time the list of subscribers is refreshed.
2023-10-22 18:40:01 +02:00
Balazs Toldi
f8a21fa3ba
Add credits to the new icon
2023-10-22 18:26:46 +02:00
Balazs Toldi
fd6bc82214
Make icon toggleable
...
This commit adds an option to choose between the original and the new icon
2023-10-22 09:51:30 +02:00
Balazs Toldi
0ae8826732
Add the new icon
2023-10-22 09:03:44 +02:00
Balazs Toldi
c43ced8b00
Merge Reproducible Builds
...
This commit makes release builds reproducible. This will help folks update the app from F-Droid when it's released there.
2023-10-20 09:31:53 +02:00
Balazs Toldi
908f294130
Fix issue with marking as read when swiping
...
This commit fixes the issue where the 'swiping between posts' and 'mark post as read' options are enable. Previously, it only marked the first post as read, and not the ones that were swiped to. Now, all posts are marked read in these scenarios.
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
2023-10-19 08:18:14 +02:00
Balazs Toldi
6d5ba059f8
Fixing issue with swiping to see new posts.
...
This commit fixes the issue with Fetching new posts when swiping on the post detail page.
2023-10-13 18:21:37 +02:00
Balazs Toldi
ecdd9da9c8
Fix issue where display name makes impossible to load saved things
...
This commit fixes an issue where the display name of a user makes it
impossible to load saved things. The problem is that the display name
was used in the url to load the saved things instead of the username.
Closes #179
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
2023-10-12 09:16:56 +02:00
Balazs Toldi
1c17e6b7d2
Fix some issues with the "goto User" and "goto Community" options
...
This commit allows the user to input the communities with their "!" prefix. Similarly, it also allows the "@" prefix for users when trying to navigate to them with their corresponding "go to" options.
Also fixes issues with these options in the Community and User pages.
2023-10-12 08:26:50 +02:00
Balazs Toldi
9f60eca225
Fix crash when trying to open the community lists in some cases.
...
In some cases the app crashed when trying to select a community. This commit attempts to fix this issue
2023-10-12 08:08:02 +02:00
Balazs Toldi
9deba8b10e
Fixing some sort type issues
...
This commit fixes issues where the sort type/time isn't loaded properly and the app resets back to NEW on the frontpage and Hot on Community pages.
Heads up: You might need to change the sort type in your settings if you see any issues.
2023-10-12 08:06:06 +02:00
Balazs Toldi
05948d74f4
Fix authentication when opening the app
2023-10-11 14:00:07 +02:00
Balazs Toldi
1007be50f8
Fix autherntiction on first logging in to Lemmy 0.19
2023-10-11 13:56:14 +02:00
Balazs Toldi
28617cf9a8
Compatibility for Lemmy 0.19
...
Closes #197
2023-10-06 12:56:33 +02:00
Bazsalanszky
5d2d43eebc
Merge pull request 'Add preview to RedGIFs posts' ( #187 ) from tinsukE/Eternity:regifs-preview into master
...
Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/187
Reviewed-by: Bazsalanszky <bazsalanszky@noreply.codeberg.org>
2023-10-06 06:15:34 +00:00
Bazsalanszky
f2b2525823
Merge pull request 'Fix parsing posts and userdata: admin flag removed in recent versions of Lemmy' ( #190 ) from otaconix/Eternity:fix-for-missing-admin-flag into master
...
Reviewed-on: https://codeberg.org/Bazsalanszky/Eternity/pulls/190
Reviewed-by: Bazsalanszky <bazsalanszky@noreply.codeberg.org>
2023-10-06 06:01:11 +00:00
Balazs Toldi
29547f4750
Show instance for user listings
...
Closes #166
2023-09-12 09:02:27 +02:00
Balazs Toldi
af63bba54a
Show instance for community listings
2023-09-12 08:43:56 +02:00