Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Proper implementation of the color picker #124

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ff21541
Adding mastodon original colors toggle. Partially fixing #90
LucasGGamerM Nov 28, 2022
bc2ac4e
Fixed a few bugs from the earlier commit.
LucasGGamerM Nov 28, 2022
f2c47a1
Fixing another bug I found.
LucasGGamerM Nov 29, 2022
d096bef
Fixing the fix of the bug I found.
LucasGGamerM Nov 29, 2022
9179d21
Fully fixed now, it should be ready to release.
LucasGGamerM Nov 29, 2022
dad3b8c
Proper implementation on the color picker.
LucasGGamerM Dec 1, 2022
6a674d7
Polishes
LucasGGamerM Dec 1, 2022
8fa5824
Disabling the icons for the color picker menu
LucasGGamerM Dec 2, 2022
1747ff9
Adding a green theme
LucasGGamerM Dec 2, 2022
19238c3
Making the green theme more readable
LucasGGamerM Dec 3, 2022
77669ce
More polishes over the green theme
LucasGGamerM Dec 3, 2022
bad44b1
Adding blue theme and refactoring styles.xml
LucasGGamerM Dec 3, 2022
b1fda17
Make badged settings icon follow accent colors
LucasGGamerM Dec 3, 2022
e63b9d0
Adding an icon to the color picker setting
LucasGGamerM Dec 4, 2022
8d63be5
Fix readability issue on the light blue theme
LucasGGamerM Dec 4, 2022
29abf70
Adding orange theme, tweaking the blue and green theme
LucasGGamerM Dec 4, 2022
b617868
Adding yellow theme
LucasGGamerM Dec 4, 2022
4e39bb3
Making it so that the fab follows the theme
LucasGGamerM Dec 4, 2022
3ebc972
Fixing the TrueBlack themes for everything
LucasGGamerM Dec 4, 2022
606cd74
Make it so that the publish button also follows the theme
LucasGGamerM Dec 4, 2022
de5a911
Fixing weird bug with the buttons
LucasGGamerM Dec 5, 2022
c8e38b1
Fixing weird bug with the buttons for the second time
LucasGGamerM Dec 5, 2022
004c414
Editing some drawable files to make them also follow the theme
LucasGGamerM Dec 5, 2022
27afba1
Making it so that the boost icon is also following the theme when cli…
LucasGGamerM Dec 5, 2022
1077971
Make follow requests icon badge follow the color scheme and also make…
LucasGGamerM Dec 5, 2022
48e7536
Merge branch 'main' into color-themes
sk22 Dec 7, 2022
4d5cbd1
use fluent icon
sk22 Dec 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing weird bug with the buttons for the second time
  • Loading branch information
LucasGGamerM committed Dec 5, 2022
commit c8e38b134cc05837bc00102aa7f73052b3d4d11c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?colorPollVoted" android:state_enabled="true"/>
<item android:color="@color/gray_300"/>
<item android:color="?colorSearchHint"/>
</selector>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/gray_800" android:state_enabled="true"/>
<item android:color="@color/gray_400"/>
<item android:color="?android:colorPrimary" android:state_enabled="true"/>
<item android:color="?colorTabInactive"/>
</selector>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/gray_50"/>
<item android:color="?colorSecondary"/>
</selector>