Skip to content

Commit

Permalink
Remove bubble flag from color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 12, 2023
1 parent 09d3c81 commit 785958d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import androidx.core.widget.doOnTextChanged
import androidx.fragment.app.DialogFragment
import com.blacksquircle.ui.uikit.databinding.DialogColorPickerBinding
import com.blacksquircle.ui.uikit.extensions.toHexString
import com.skydoves.colorpickerview.flag.BubbleFlag
import com.skydoves.colorpickerview.flag.FlagMode
import com.skydoves.colorpickerview.listeners.ColorListener

abstract class ColorPickerDialog : DialogFragment() {
Expand All @@ -50,9 +48,6 @@ abstract class ColorPickerDialog : DialogFragment() {
updatingText = false
}
}
binding.colorPicker.flagView = BubbleFlag(requireContext()).apply {
flagMode = FlagMode.FADE
}
binding.colorInput.doOnTextChanged { text, _, _, _ ->
if (!updatingText) {
try {
Expand Down
4 changes: 2 additions & 2 deletions feature-changelog/impl/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
-->

<!DOCTYPE html>
<b>v2023.2.0, 0 Nov. 2023</b><br>
<b>Added:</b> Support for Ini language<br>
<b>v2023.2.0, 12 Nov. 2023</b><br>
<b>Added:</b> Support for INI language (<a href="https://github.com/massivemadness/Squircle-CE/commit/09d3c819ff1a612c671a5e88c805b66c7fe5fa3f">09d3c81</a>)<br>
<b>Fixed:</b> Recent files will appear higher in list when sorted by date (<a href="https://github.com/massivemadness/Squircle-CE/commit/366f31deeec92602d029fc75a62512f7ed0cdbda">366f31d</a>)<br>
• Improved performance for HTML and XML languages (<a href="https://github.com/massivemadness/EditorKit/commit/6e1824e19fe8cb650258b7f09b763ba2147743be">6e1824e</a>, <a href="https://github.com/massivemadness/EditorKit/commit/b4c1b495a6fb565dd74148178d077211123c2779">b4c1b49</a>)<br>
• Bugfixes and minor improvements<br>
Expand Down

0 comments on commit 785958d

Please sign in to comment.