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
LucasGGamerM
74b06a4997
fix: crash when account.note field is null
...
This sometimes happens on calckey. And this fixes the crash
2023-05-19 11:04:39 -03:00
LucasGGamerM
346610dd04
fix: make note not a RequiredField in account
...
This was making some profiles with no description not load under CalcKey
2023-05-18 20:43:00 -03:00
LucasGGamerM
37cdc7116d
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon
2023-05-16 18:33:05 -03:00
LucasGGamerM
d403f4ef01
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/MediaGridStatusDisplayItem.java
2023-05-16 18:26:23 -03:00
Eugen Rochko
cd1be782fa
New translations strings.xml (Armenian)
2023-05-16 18:44:56 +02:00
FineFindus
7f7eed1dec
fix: add missing string
2023-05-16 18:26:24 +02:00
FineFindus
4843d574ca
feat: show confirmation dialog on unfollow
2023-05-16 18:21:10 +02:00
Eugen Rochko
67059f3d71
New translations strings.xml (Armenian)
2023-05-16 17:30:41 +02:00
FineFindus
0f0291074e
refactor: remove seding duplicated follow request
2023-05-16 16:52:52 +02:00
LucasGGamerM
4e143abfb9
fix: fix compilation problem caused by typo
...
I did the latest commits from my chromebook, which I accidentally typed the wrong variable name.
2023-05-16 11:29:38 -03:00
LucasGGamerM
558c5fba56
fix: fix crash on profile when saving a note fails
...
This fixes a crash on calckey, where notes dont exist
2023-05-16 11:24:37 -03:00
FineFindus
e50df3ea6d
feat: hide bossts on non-boostable status
2023-05-16 16:18:56 +02:00
FineFindus
4383b11947
refactor: move bosst check to status
2023-05-16 16:18:02 +02:00
LucasGGamerM
22209efc37
docs(faq): add Moshidon for iOS question
...
Many people have asked me about the possibility of Moshidon for iOS. This F.A.Q. entry addresses that
2023-05-16 08:46:48 -03:00
LucasGGamerM
c3b5bb409b
fix: fix crash on calckey on profile reload
...
Adds null check in account avatar/header load function
2023-05-15 19:54:13 -03: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
LucasGGamerM
ac2e7cde41
chore: remove unused files
...
Idk how it got there, but its now gone :D
2023-05-14 14:39:39 -03:00
LucasGGamerM
3b7e11ba96
feat: fix wrong order in ownProfile menu
2023-05-14 11:23:39 -03:00
LucasGGamerM
889fff5103
fix: fix crash on TrendingHashtagsFragment when Hashtah history is null
...
This is the same fix applied for akkoma instances in 42ae74f1a7
It also applies for calckey instances
2023-05-14 09:24:49 -03:00
LucasGGamerM
84ae1aad56
feat: remove requiredField for header account attribute
...
Sometimes null on calckey, which would make the search not work
2023-05-14 08:55:50 -03:00
LucasGGamerM
e9a2fae600
feat: increase padding between FileStatusDisplayItems
...
This is for better consistency on the notifications tab, and it also looks better overall
Don't worry @sk22, I shall make a PR for it all sometime in the near future
2023-05-13 21:45:52 -03:00
LucasGGamerM
d32f03a067
fix: fixes crash on calckey where markers are null
2023-05-13 21:29:59 -03:00
LucasGGamerM
7020018bb7
fix: fixes remote attachments pointing to unexistent file in local server
...
This fixes broken links to file attachments from calckey accounts on mastodon instances
2023-05-13 21:29:59 -03:00
LucasGGamerM
0cd0b9d580
fix: fix crashes when previewUrl is null on calckey
2023-05-13 21:29:55 -03:00
LucasGGamerM
3fda9e9eab
feat: add file attachments view
...
This also fixes crashes on Calckey due to now being able to handle any type of attachment.
@sk22 this is also great for you
2023-05-13 21:29:16 -03:00
Eugen Rochko
e65404a466
New translations strings.xml (Dutch)
2023-05-13 20:26:36 +02:00
Eugen Rochko
3d47d1b4db
New translations full_description.txt (Dutch)
2023-05-13 19:05:00 +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
v1.2.3
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
LucasGGamerM
697262bb47
fix(custom-local-timelines): fix crash when lookup returns null
...
This happens when the custom local timeline is from an instance which is defederated from your home instance, which makes looking up the status impossible.
2023-05-08 17:22:31 -03:00
Eugen Rochko
797cf893da
New translations strings.xml (Italian)
2023-05-08 15:58:22 +02:00