LucasGGamerM
ed301cafe0
fix(custom-local-timelines): Profile lookup now is more robust and doesn't call the the user's instance unless a click happens
2023-02-25 14:27:21 -03:00
LucasGGamerM
5e97adcd3b
fix(custom-local-timelines): Removing the get account by handle function for each status, and interactions now are fully working.
2023-02-25 14:18:27 -03:00
LucasGGamerM
5d11bee59d
refactor(perf): initial optimizations for concurrent requests. Profile now loads faster
2023-02-24 15:55:49 -03:00
LucasGGamerM
1d55354be2
fix(custom-local-timelines): interactions now work!
2023-02-23 20:14:52 -03:00
LucasGGamerM
8111ea04b9
fix: Profile lookups on custom local timelines now work
2023-02-22 17:21:33 -03:00
FineFindus
5e6b56a738
feat(custom-timelines): use URI InputType
2023-02-20 22:11:39 +01:00
LucasGGamerM
fcf5887359
Changing the icon of the add timelines button
2023-02-20 17:01:01 -03:00
LucasGGamerM
aade898681
Merge pull request #95 from FineFindus/fix/typos
...
Fix/typos
2023-02-20 16:42:58 -03:00
FineFindus
89514dbf14
style(basestatuslist): THRESHHOLD -> THRESHOLD
2023-02-20 20:36:18 +01:00
LucasGGamerM
456fbb6fc9
Maybe fixing the broken custom timelines when there is a poll
2023-02-20 16:32:01 -03:00
FineFindus
ea7c366981
fix(custom-timelines): remove default text
2023-02-20 18:30:31 +01:00
LucasGGamerM
d8cd151c7e
Adding the local timelines feature and some polishes
2023-02-20 14:00:55 -03:00
LucasGGamerM
1ada4c9f46
Still in the need to Frankenstein the add menu
2023-02-20 13:33:04 -03:00
LucasGGamerM
b5844a5f8c
Rewriting the custom local timelines
2023-02-20 11:49:48 -03:00
LucasGGamerM
6f37eb9625
Revert "Initial try to integrate the custom local timelines into the custom tabs system"
...
This reverts commit 68f88c29d3 .
2023-02-20 11:20:01 -03:00
LucasGGamerM
6404d9cf9a
Revert "Hardcoding fosstodon and having a half working thing"
...
This reverts commit 08a3ec99ce .
2023-02-20 11:20:01 -03:00
LucasGGamerM
1837e5204b
Revert "Its half working"
...
This reverts commit a445baf3f0 .
2023-02-20 11:20:01 -03:00
LucasGGamerM
9ae0f49bff
Revert "Changing hardcoded fosstodon to domain"
...
This reverts commit 269794bfc3 .
2023-02-20 11:20:01 -03:00
LucasGGamerM
269794bfc3
Changing hardcoded fosstodon to domain
2023-02-20 11:14:33 -03:00
LucasGGamerM
a445baf3f0
Its half working
2023-02-18 19:40:49 -03:00
LucasGGamerM
08a3ec99ce
Hardcoding fosstodon and having a half working thing
2023-02-18 19:27:43 -03:00
LucasGGamerM
68f88c29d3
Initial try to integrate the custom local timelines into the custom tabs system
2023-02-18 17:49:04 -03:00
LucasGGamerM
9e9ff07eaf
Fixing indentation because why not
2023-02-17 19:46:55 -03:00
LucasGGamerM
f377dca63c
Merge pull request #92
...
fix(star-animation): re-enable star animation
2023-02-17 19:40:57 -03:00
FineFindus
3074100432
fix(favourite): re-enable star animation
2023-02-17 22:36:34 +01:00
LucasGGamerM
da5f3a9094
Fixing merge conflicts
2023-02-17 18:35:29 -03:00
FineFindus
f6a35e92c7
fix(fab): completly hide in profile page
2023-02-17 22:28:18 +01:00
LucasGGamerM
1e2dd3dec6
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
2023-02-17 17:40:06 -03:00
sk22
d20f8669e8
Auto-hide FAB on scroll ( #435 )
...
* feat(composeButton): hide fab on scroll
* feat(composeButton): hide when scrolling in profile fragment
* refactor(compose-fab): show fab after small scroll distance
* refactor(compose-fab): code cleanup
* feat(composeButton): hide when scrolling in profile
* fix: duplicate fab var
* feat(fab): show when scrolled to top
* add option to turn it off
---------
Co-authored-by: FineFindus <63370021+FineFindus@users.noreply.github.com >
2023-02-17 13:20:22 +01:00
sk
6b9b6710cf
enable remote-following accounts
...
closes sk22#431
2023-02-16 19:44:39 +01:00
LucasGGamerM
d07d714641
Rolling back to the megalodon push notification style
2023-02-16 13:33:53 -03:00
sk
b07858a66d
don't crash when language array empty
2023-02-16 17:04:56 +01:00
sk
c05d0b600e
default role color if not provided
...
fixes sk22#430
2023-02-16 16:42:47 +01:00
LucasGGamerM
2b7f325332
removing rotating star animation until I manage to fix it
2023-02-16 11:53:10 -03:00
Torge Rosendahl
0a8d73dc0b
cleanup, resolved some warnings
2023-02-15 20:19:10 -05:00
Torge Rosendahl
fd99f3caa1
changed url longclick implementation to GestureListener
2023-02-15 20:16:20 -05:00
Torge Rosendahl
794c4e5227
removed longClickHandler and moved to view itself
2023-02-15 19:54:08 -05:00
Torge Rosendahl
f5df8225d1
whitespace corrections
2023-02-15 18:20:02 -05:00
Torge Rosendahl
42c6446125
refactoring: moved runnable and made it private, added copy toast localization.
2023-02-15 18:04:52 -05:00
Torge Rosendahl
e3486ebf7c
added clickable link type switch for copy, to not copy hashtags and user IDs
2023-02-15 18:00:45 -05:00
Torge Rosendahl
c0115f068c
implemented copy service
2023-02-15 17:40:43 -05:00
Torge Rosendahl
41682d1147
added press-and-hold listener to ClickableLinks
2023-02-15 17:30:31 -05:00
LucasGGamerM
3edb8f7a23
Moving the setting for the reminder to add alt text setting around
2023-02-14 18:38:12 -03:00
LucasGGamerM
32ae1d095d
The process of making the fab appear when at the top is much more robust now. It should work wonderfully
2023-02-14 18:34:41 -03:00
LucasGGamerM
70c10b3df3
Fixing another minor fab issue
2023-02-14 13:40:33 -03:00
LucasGGamerM
33b62cf9aa
Merge remote-tracking branch 'megalodon_weblate/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/res/values-ca-rES/strings_sk.xml
# mastodon/src/main/res/values-de-rDE/strings.xml
# mastodon/src/main/res/values-es-rES/strings_sk.xml
# mastodon/src/main/res/values-fr-rFR/strings_sk.xml
# mastodon/src/main/res/values-gl-rES/strings_sk.xml
# mastodon/src/main/res/values-ko-rKR/strings_sk.xml
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
# mastodon/src/main/res/values-sl-rSI/strings_sk.xml
# mastodon/src/main/res/values-uk-rUA/strings_sk.xml
# mastodon/src/main/res/values-zh-rCN/strings_sk.xml
# metadata/ca/full_description.txt
# metadata/cy/full_description.txt
# metadata/es/changelogs/65.txt
# metadata/es/changelogs/67.txt
# metadata/es/full_description.txt
# metadata/id/full_description.txt
# metadata/ko/full_description.txt
# metadata/pl/full_description.txt
# metadata/sl/changelogs/65.txt
# metadata/sl/changelogs/67.txt
# metadata/sv/full_description.txt
# metadata/uk/full_description.txt
# metadata/zh-Hans/full_description.txt
2023-02-13 15:38:28 -03:00
LucasGGamerM
04952a0bee
Adding setting to disable the reminder to add alt text
2023-02-13 15:28:26 -03:00
LucasGGamerM
002edc8890
Fixing the fab still being active after scrolling
2023-02-13 15:17:32 -03:00
sk
0c1fd22253
Merge remote-tracking branch 'upstream'
2023-02-13 17:26:26 +01:00
sk
466c489b4d
get edit image drawable with theme
...
closes sk22#401
2023-02-13 17:07:27 +01:00