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
LucasGGamerM
6a84462b79
Adding an option for enabling/disabling the fab. Still missing an icon and text
2023-01-23 17:39:59 -03: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
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
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
LucasGGamerM
0cafbe9f91
Logic side done for the red theme.
2022-12-18 12:54:17 -03:00
LucasGGamerM
bce2367cfc
Making material you default for devices that support it. For devices that dont, still setting purple as the main theme.
2022-12-16 12:07:29 -03:00
LucasGGamerM
10ad35a285
Deleting the entries for the default language, as I will instead get them from the server
2022-12-15 15:05:22 -03:00
LucasGGamerM
4cbb59850b
Superduper buggy. But the preferences side is done, so make sure to merge this commit as well @sk22
2022-12-14 19:59:53 -03:00
LucasGGamerM
94ac5b9bb7
Merge branch 'feature/language-selector' into fork
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/res/values/strings.xml
2022-12-14 19:03:15 -03:00
sk
600be455a3
save languages per account
2022-12-10 22:17:51 +01:00
LucasGGamerM
9d0ce33f5e
Making material you setting work fine. Its ready for release
2022-12-10 12:59:24 -03:00
LucasGGamerM
2ccbffa165
Merge branch 'main' into fork
...
# Conflicts:
# README.md
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/res/color/button_text_primary_light_on_dark.xml
# mastodon/src/main/res/drawable/logo.xml
# mastodon/src/main/res/layout/item_settings_color_picker.xml
# mastodon/src/main/res/menu/color_picker.xml
# mastodon/src/main/res/values-night/styles.xml
# mastodon/src/main/res/values-v27/colors.xml
# mastodon/src/main/res/values/colors.xml
# mastodon/src/main/res/values/strings.xml
# mastodon/src/main/res/values/styles.xml
2022-12-09 19:08:35 -03:00
sk
9667a32e44
save recently used languages
2022-12-09 20:48:51 +01:00
LucasGGamerM
e274b7e6d5
Implement a color picker ( #124 )
...
* Proper implementation on the color picker.
* Disabling the icons for the color picker menu
* Adding a green theme
* Making the green theme more readable
* More polishes over the green theme
* Adding blue theme and refactoring styles.xml
* Make badged settings icon follow accent colors
* Adding an icon to the color picker setting
* Fix readability issue on the light blue theme
* Adding orange theme, tweaking the blue and green theme
* Adding yellow theme
* Making it so that the fab follows the theme
* Fixing the TrueBlack themes for everything
* Make it so that the publish button also follows the theme
* Editing some drawable files to make them also follow the theme
* Making it so that the boost icon is also following the theme when clicked
* Make follow requests icon badge follow the color scheme and also make it that the profile top bar menu also follows the theme. This should be it
Co-authored-by: sk <sk22@mailbox.org >
2022-12-07 18:13:13 +01:00
LucasGGamerM
8c1f76d7fa
Initial Moshidon "release"
2022-12-06 19:17:07 -03:00
sk
68863f28eb
Merge branch 'better-poll-voting'
2022-12-05 17:57:46 +01:00
sk
e14dfda2fd
show poll vote button for single choice polls
2022-12-05 17:48:28 +01:00
LucasGGamerM
b6178681b0
Adding yellow theme
2022-12-04 11:42:41 -03:00
LucasGGamerM
29abf70cec
Adding orange theme, tweaking the blue and green theme
2022-12-04 11:16:58 -03:00
LucasGGamerM
bad44b145c
Adding blue theme and refactoring styles.xml
2022-12-03 16:25:28 -03:00
LucasGGamerM
1747ff98b5
Adding a green theme
2022-12-02 14:00:58 -03:00
LucasGGamerM
dad3b8cd6b
Proper implementation on the color picker.
2022-12-01 19:42:21 -03:00
sk
5af96597d5
add option to hide/show federated timeline
2022-11-29 19:24:02 +01:00
LucasGGamerM
ff215412c8
Adding mastodon original colors toggle. Partially fixing #90
2022-11-28 15:40:29 -03:00
sk
cd4d83e139
Merge branch 'settings/disable-marquee' into fork
2022-11-19 16:11:41 +01:00
sk
f1f7c1341c
add option to disable scrolling title bars
...
closes #50
as mentioned in mastodon#305
2022-11-19 16:09:45 +01:00
sk
7bcfd8939e
Merge branch 'feature/cw-above-text' into fork
2022-11-17 00:56:08 +01:00
sk
753624a185
add option to always reveal content warnings
2022-11-17 00:53:41 +01:00
sk
d711ed986c
set hiding interactions counts as default
2022-11-11 14:58:39 +01:00
sk
ff0a77d6b5
Merge branch 'settings/hide-interaction-numbers' into fork
2022-11-11 13:25:35 +01:00