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
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
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
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
LucasGGamerM
5102fa2699
feat: hide changelog header when update changelog is empty
2023-05-07 15:40:18 -03:00
LucasGGamerM
65907742a6
fix: fix nightly auto-updater
2023-05-05 16:43:43 -03:00
LucasGGamerM
4883f24fc7
fix(noteEdit): fix fab remaining clickable after hiding in noteEdit
2023-05-05 09:05:54 -03:00
LucasGGamerM
4ad895ab71
Revert "fix(custom-local-timelines): fix inconsistent actions"
...
Reverting this due to realization I did it the other way due to it being better
2023-05-03 08:57:22 -03:00
LucasGGamerM
0fccd0ab37
fix(custom-local-timelines): fix inconsistent actions
...
This fixes a "bug" where you would favorite a post, then reload the page, and favorite the post again, your favorite would not "count". As in, you would click to favorite, and the favorite would just stay as is
2023-05-03 08:36:16 -03:00
FineFindus
397d768f3a
fix(translation): use lookUp status id for request
2023-05-01 17:50:48 +02:00
LucasGGamerM
f76eba894a
feat(search): show hashtag subtitles even if item.history is null
2023-04-29 17:12:35 -03:00
LucasGGamerM
42ae74f1a7
fix(search): crash on akkoma where hashtag histories arent present
2023-04-29 16:53:58 -03:00
LucasGGamerM
9d09a904ab
build: fixing debug build with wrong resources
2023-04-29 16:38:14 -03:00
LucasGGamerM
5366c92b4d
build: fixing wrong drawables for github release
2023-04-28 16:26:17 -03:00
LucasGGamerM
c047c53aac
build: bumping version name from 1.2.0 to 1.3.0
...
I forgot to do it
2023-04-28 16:05:12 -03:00
LucasGGamerM
489a49ca40
build: bump version number
2023-04-28 15:53:46 -03:00
LucasGGamerM
ed44a4dac4
Merge remote-tracking branch 'weblate/master'
2023-04-28 15:53:11 -03:00
nitrogenez47ab3e44720c4675
dc5c2dd907
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (274 of 274 strings)
Translation: Moshidon/values_sk
Translate-URL: https://translate.codeberg.org/projects/moshidon/values_sk/uk/
2023-04-28 18:51:54 +00:00
Eryk Michalak
cd86d04c9f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (274 of 274 strings)
Translation: Moshidon/values_sk
Translate-URL: https://translate.codeberg.org/projects/moshidon/values_sk/pl/
2023-04-28 18:51:54 +00:00
Andrewblasco
d0c64fcdf5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (274 of 274 strings)
Translation: Moshidon/values_sk
Translate-URL: https://translate.codeberg.org/projects/moshidon/values_sk/es/
2023-04-28 18:51:54 +00:00
nitrogenez47ab3e44720c4675
dfff3b8bcf
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (46 of 46 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/uk/
2023-04-28 18:51:54 +00:00
LucasGGamerM
4e13f868fd
fix(notificationsListFragment): fix crash when notification markers are null
...
This would happen when an account had 0 notifications and received one. After which, the user would tap on the notification icon on the tab bar and the app would crash.
Merge this @sk22, as this is a thing that might also happen on megalodon
2023-04-28 15:10:14 -03:00
LucasGGamerM
251ffbba8d
feat: add follow back notification action
2023-04-28 15:00:34 -03:00
LucasGGamerM
01ae9ba7f5
fix: re-add missing drawable
...
This is the second commit for that, now I added it to git
2023-04-27 15:40:58 -03:00
LucasGGamerM
df1df28e23
fix: use enableAutoFabHide instead of autoFabHide
2023-04-27 15:35:53 -03:00
LucasGGamerM
23b2603a5f
refactor: change withComposeButton to wantsComposeButton
2023-04-27 15:33:46 -03:00
LucasGGamerM
1e6dadd7ab
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/fragments/HomeTabFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2023-04-27 15:30:58 -03:00
LucasGGamerM
26ab5a7f55
build: re-add missing drawable
2023-04-27 15:14:02 -03:00
Luna!
d7b76ed70a
Fixed a typo in a comment in blocks.tsv ( #509 )
2023-04-27 17:49:15 +02:00
gallegonovato
bc7946dc23
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (46 of 46 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/es/
2023-04-26 00:11:15 +00:00
LucasGGamerM
3a34599c82
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (46 of 46 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-04-26 00:11:15 +00:00
Eryk Michalak
0a6dd8a754
Translated using Weblate (Polish)
...
Currently translated at 100.0% (46 of 46 strings)
Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pl/
2023-04-26 00:11:15 +00:00
MKCOOL142
a61ece13af
Translated using Weblate (German)
...
Currently translated at 100.0% (273 of 273 strings)
Translation: Moshidon/values_sk
Translate-URL: https://translate.codeberg.org/projects/moshidon/values_sk/de/
2023-04-26 00:11:14 +00:00
LucasGGamerM
82005bf3bd
feat: swap correct icon for mention reblogger automatically setting
2023-04-25 20:56:53 -03:00
sk
2e84faa505
update languages
2023-04-23 17:08:51 +02:00
sk
e7e8d13d9e
fix auto hide fab in profile fragment
2023-04-22 22:33:20 +02:00
sk
a683c2cb11
hide fab in notifications
2023-04-22 22:20:40 +02:00
LucasGGamerM
22febe019b
build: update proguard rules for better clarity
2023-04-22 16:29:31 -03:00
sk
addf7de316
single fab for home tabs
...
closes sk22#415
2023-04-22 21:25:02 +02:00
LucasGGamerM
e0f4f87086
build: fix missing proguard rules
2023-04-22 16:19:49 -03:00