LucasGGamerM
|
d04b09f75f
|
Making thy necessary adjustments for the thing to compile
|
2023-02-07 18:25:46 -03:00 |
|
LucasGGamerM
|
ec0f6edc41
|
Merge branch 'main'
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.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/fragments/StatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/LocalTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/onboarding/SignupFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/HeaderStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/PhotoStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/TextStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/WarningFilteredStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/res/layout/display_item_footer.xml
# mastodon/src/main/res/layout/fragment_profile.xml
# mastodon/src/main/res/layout/recycler_fragment_with_fab.xml
# mastodon/src/main/res/values/strings.xml
|
2023-02-07 18:09:13 -03:00 |
|
sk
|
f88b65f479
|
add spectator mode
closes sk22#264
|
2023-02-06 18:16:41 +01:00 |
|
sk
|
ec9d41fbbd
|
collapse long posts
|
2023-02-03 23:40:20 +01:00 |
|
LucasGGamerM
|
0fcaa08ed0
|
Readding the pre-releases toggle, not in the self updater yet though
|
2023-02-02 15:11:25 -03:00 |
|
LucasGGamerM
|
2ce3167db0
|
Revert "implement pre-release toggle"
This reverts commit 430dd616
|
2023-02-02 15:05:18 -03:00 |
|
aetsucore
|
c6cd424f30
|
Prefix replies with "re:" (#385)
* Prefix replies with "re:"
* Use correct quotation marks
* Avoid repeating "re: " prefix when replying to a post that already has it
|
2023-01-31 10:30:36 +01:00 |
|
sk
|
29ad08f2ea
|
fix crashes
closes sk22#393
closes sk22#394
|
2023-01-30 23:46:32 +01:00 |
|
sk
|
1af82fde61
|
implement local-only posting
|
2023-01-27 15:20:47 -03:00 |
|
sk
|
a726bf6101
|
add option to disable show new posts button
|
2023-01-27 15:18:52 -03:00 |
|
sk
|
430dd6164c
|
implement pre-release toggle
|
2023-01-27 15:13:38 -03:00 |
|
sk
|
0604326f3f
|
add indicator for missing alt texts
closes sk22#355
|
2023-01-27 15:06:52 -03:00 |
|
LucasGGamerM
|
c565f6779d
|
Changing stuff from the alt text reminder
|
2023-01-27 14:59:32 -03:00 |
|
sk22
|
b63c0010a9
|
Pinnable timelines (#338)
* implement draggable list
* implement pinning timelines
* fix TimelineDefinition equals not working
* implement removing timelines
* implement pinned lists/hashtags
* per-account pinned timelines
* implement pin button
* fix issues with pinning
* improve pin button
* improve pinning timelines
* implement custom icons
* fix home switcher menu
* make hashtags pinnable
* edit timelines in options menu
|
2023-01-27 14:32:04 -03:00 |
|
LucasGGamerM
|
45832355a3
|
Refactoring the enableHideFab option, and increasing the threshold for the fab popping up from 400 to 800
|
2023-01-26 20:15:50 -03:00 |
|
sk
|
f1b0f828ac
|
Fixing up name of the setting, and making it disabled by default
|
2023-01-26 14:42:10 -03:00 |
|
sk
|
2358d3c602
|
implement local-only posting
|
2023-01-24 16:04:17 +01:00 |
|
sk
|
35a1de7888
|
add option to disable show new posts button
|
2023-01-24 10:53:11 +01:00 |
|
sk
|
7291b2da5a
|
implement pre-release toggle
|
2023-01-24 01:27:17 +01:00 |
|
LucasGGamerM
|
6a84462b79
|
Adding an option for enabling/disabling the fab. Still missing an icon and text
|
2023-01-23 17:39:59 -03:00 |
|
sk
|
c0c276f03e
|
add indicator for missing alt texts
closes sk22#355
|
2023-01-23 19:21:21 +01:00 |
|
sk22
|
88851a085e
|
Pinnable timelines (#338)
* implement draggable list
* implement pinning timelines
* fix TimelineDefinition equals not working
* implement removing timelines
* implement pinned lists/hashtags
* per-account pinned timelines
* implement pin button
* fix issues with pinning
* improve pin button
* improve pinning timelines
* implement custom icons
* fix home switcher menu
* make hashtags pinnable
* edit timelines in options menu
|
2023-01-21 02:17:47 +01:00 |
|
sk
|
b038f81718
|
add alt text reminder
closes sk22#103
|
2023-01-18 12:08:40 +01:00 |
|
sk
|
2614118d7d
|
don't overwrite notifications
re: sk22#219
|
2023-01-10 09:38:28 +01:00 |
|
LucasGGamerM
|
23e49c52e5
|
Its working, but it still needs a better icon
|
2023-01-06 12:26:52 -03:00 |
|
LucasGGamerM
|
101e7efd74
|
Fixing #34
|
2023-01-06 11:18:51 -03:00 |
|
FineFindus
|
1b02af382c
|
fix(emoji/recent): remove unused imports
|
2023-01-02 19:43:30 +01:00 |
|
FineFindus
|
0b6128bcdd
|
feat(compose/emojis): add category of recent emojis
|
2023-01-02 16:44:14 +01:00 |
|
LucasGGamerM
|
45577fc423
|
The settings page is unfucked again
|
2022-12-31 20:24:14 -03:00 |
|
sk
|
c97e8fffc4
|
add option to reduce motion
|
2022-12-31 20:04:53 -03:00 |
|
LucasGGamerM
|
3a962c7c05
|
Refactoring the uniform notification icon setting
|
2022-12-31 13:47:55 -03:00 |
|
sk
|
5f0986d03b
|
add option to reduce motion
|
2022-12-31 02:00:40 +01:00 |
|
LucasGGamerM
|
16c0866f7f
|
It fucking compiles. Still a whole lot of stuff to be done
|
2022-12-30 14:12:10 -03:00 |
|
LucasGGamerM
|
50d4130b3f
|
Making the relocated button default
|
2022-12-28 20:14:45 -03:00 |
|
LucasGGamerM
|
c1d98cad00
|
Its now optional!
|
2022-12-28 19:49:38 -03:00 |
|
sk
|
bbaa70e396
|
add option to use uniform notif icon
|
2022-12-27 21:39:41 +01:00 |
|
LucasGGamerM
|
1309bfe1ee
|
Its in the global user preferences now, still not in the settings page
|
2022-12-26 10:33:04 -03:00 |
|
LucasGGamerM
|
b53ada7ea2
|
Fixing color preference not saved loaded on android 11 and below devices
|
2022-12-23 12:39:14 -03:00 |
|
LucasGGamerM
|
009016a835
|
Adding a toggle for custom notification icons
|
2022-12-23 11:33:08 -03:00 |
|
LucasGGamerM
|
f0e7fc5e3b
|
Its almost working
|
2022-12-22 18:58:20 -03:00 |
|
LucasGGamerM
|
87460a2fb6
|
Making it work again just in case idk
|
2022-12-22 11:52:43 -03:00 |
|
LucasGGamerM
|
6774a642d9
|
Setting purple as default and making it work idk
|
2022-12-22 11:49:07 -03:00 |
|
sk
|
3658fc423b
|
simplify themes
|
2022-12-22 11:08:26 -03:00 |
|
LucasGGamerM
|
d9f6ef69fe
|
Revert "Whatever the fuck this is. Hopefully it compiles on the first try"
This reverts commit bdac1d5bb4.
|
2022-12-22 09:01:30 -03:00 |
|
sk
|
bdac1d5bb4
|
Whatever the fuck this is. Hopefully it compiles on the first try
|
2022-12-22 09:00:51 -03:00 |
|
sk
|
d0d1d15de5
|
add option to disable swiping
closes sk22#165
|
2022-12-22 08:50:25 -03:00 |
|
sk
|
e41386082c
|
add toggle for hiding translate button
|
2022-12-21 16:35:47 +01:00 |
|
sk
|
ab5648a5d6
|
make toot button customizable
|
2022-12-21 16:07:47 +01:00 |
|
sk
|
b0f9ce081f
|
implement deleting notifications
|
2022-12-21 14:25:19 +01:00 |
|
sk
|
8d17ac6f28
|
simplify themes
|
2022-12-20 10:26:03 +01:00 |
|