This repository was archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
app: ProgressBar & SeekBar rework #98
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
please notice that expand paint fix is not there anymore+vertical seekbars are buggy Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com>
Yanndroid
added a commit
that referenced
this pull request
Feb 4, 2022
* Update README.md * app/ToolbarLayout: fix selectMode subtitle visiblity in landscape (#74) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: minor fixes (#75) * app/ToolbarLayout: remove resetAppBarHeight this one is useless since SamsungAppBarLayout already does that for us Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: add setDragCallback Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: fix expanded attr Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/strings: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OneUI 4 Dialogs (#76) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: custom dialog button color/progressbar (#77) * app/oneuiexample: custom dialog button color Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: add dialog progressbar in sample app Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/Dialogs: replace SpenColorPicker with androidx.picker3.SeslColorPicker, fix dim amount in night mode (#78) * app/Dialog: fix dim amount in night mode Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: unify classic and detailed picker Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * dialogbutton color & progressbar * app: update RecyclerView, ViewPager, NestedScrollView; fix OUI4 Progress anim, spinner item text style (#79) TODO: fix RecyclerView nested scroll behavior Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update AppBarLayout, rework folder hierarchy (#80) this fixes RecyclerView nested scroll, scroll behavior maybe needs some tuning Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: Immersive scroll for pre-api30 (#81) * app/SamsungAppBarLayout: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslImmersiveScrollBehavior: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - IndexScrollView - ToolbarLayout SearchModeListener: interface > class - more translations * - minor changes * - toolbarlayout improvments * app/ToolbarLayout: rework (#83) * Revert "- toolbarlayout improvments" This reverts commit c970375. * app/AppBarLayout: minor adjustment Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: better xml naming Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/AboutPage: add expandable appbar Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: rework Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - fixes, cleanup, toolbar improvments * - app:layout_location="root" params fix * - app:layout_location="root" params fix * app: SamsungCollapsingToolbarLayout update (#84) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix bugs, refine ui (#85) * app/DetailedColorPicker: fix bugs, refine ui Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungCollapsingToolbarLayout: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor changes * Revert "app/SamsungCollapsingToolbarLayout: burp" (#86) This reverts commit 9614386. * app: SamsungCoordinatingLayout update (#88) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix crashes (#89) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: SamsungTabLayout update (#90) * app: SamsungTabLayout update -unified TabLayout & BNV -added SESL_AUTO modes for managing tab width/scroll -add badges in tabs Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: tablayout badge demo Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - sample app rtl fixes * app: add ViewPager2, TabLayoutMediator, TipPopup (#91) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor improvements - readme cleanup * - readme update * app: minor fixes (#92) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - readme update * app/ViewPager2: add seslGetListView (#93) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update Preferences (#94) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - preference fixes * - minor changes * app/oneuiexample: OUI4 themed app icon (#95) * app/oneuiexample: OUI4 themed app icon Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/themes: disable A12 SplashScreen Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: add blur effect support for OUI 4 devices (#96) * app/PopupMenu: add blur effect support for OUI 4 devices Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: enable blur effect by default only with OUI4 theme set Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OUI4 SeekBar, EditText (#97) * app: OUI4 SeekBar style Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: fix seekbars Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ColorPickerPreference: fix multiple clicks Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/EditText: OUI4 drawables Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: ProgressBar & SeekBar rework (#98) please notice that expand paint fix is not there anymore+vertical seekbars are buggy Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * seekbar fix: - thumb color - thumb, track, progress position - padding - dpi - horizontal indeterminate oui4 color - horizontal oui4 warning * - v2.3.0 - minor app changes * - removed sesl4_seekbar_overlap_color_default * - apk Co-authored-by: BlackMesa123 <giangrecosalvo9@gmail.com>
Yanndroid
added a commit
that referenced
this pull request
Apr 6, 2022
* Update README.md * app/ToolbarLayout: fix selectMode subtitle visiblity in landscape (#74) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: minor fixes (#75) * app/ToolbarLayout: remove resetAppBarHeight this one is useless since SamsungAppBarLayout already does that for us Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: add setDragCallback Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: fix expanded attr Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/strings: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OneUI 4 Dialogs (#76) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: custom dialog button color/progressbar (#77) * app/oneuiexample: custom dialog button color Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: add dialog progressbar in sample app Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/Dialogs: replace SpenColorPicker with androidx.picker3.SeslColorPicker, fix dim amount in night mode (#78) * app/Dialog: fix dim amount in night mode Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: unify classic and detailed picker Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * dialogbutton color & progressbar * app: update RecyclerView, ViewPager, NestedScrollView; fix OUI4 Progress anim, spinner item text style (#79) TODO: fix RecyclerView nested scroll behavior Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update AppBarLayout, rework folder hierarchy (#80) this fixes RecyclerView nested scroll, scroll behavior maybe needs some tuning Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: Immersive scroll for pre-api30 (#81) * app/SamsungAppBarLayout: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslImmersiveScrollBehavior: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - IndexScrollView - ToolbarLayout SearchModeListener: interface > class - more translations * - minor changes * - toolbarlayout improvments * app/ToolbarLayout: rework (#83) * Revert "- toolbarlayout improvments" This reverts commit c970375. * app/AppBarLayout: minor adjustment Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: better xml naming Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/AboutPage: add expandable appbar Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: rework Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - fixes, cleanup, toolbar improvments * - app:layout_location="root" params fix * - app:layout_location="root" params fix * app: SamsungCollapsingToolbarLayout update (#84) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix bugs, refine ui (#85) * app/DetailedColorPicker: fix bugs, refine ui Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungCollapsingToolbarLayout: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor changes * Revert "app/SamsungCollapsingToolbarLayout: burp" (#86) This reverts commit 9614386. * app: SamsungCoordinatingLayout update (#88) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix crashes (#89) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: SamsungTabLayout update (#90) * app: SamsungTabLayout update -unified TabLayout & BNV -added SESL_AUTO modes for managing tab width/scroll -add badges in tabs Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: tablayout badge demo Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - sample app rtl fixes * app: add ViewPager2, TabLayoutMediator, TipPopup (#91) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor improvements - readme cleanup * - readme update * app: minor fixes (#92) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - readme update * app/ViewPager2: add seslGetListView (#93) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update Preferences (#94) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - preference fixes * - minor changes * app/oneuiexample: OUI4 themed app icon (#95) * app/oneuiexample: OUI4 themed app icon Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/themes: disable A12 SplashScreen Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: add blur effect support for OUI 4 devices (#96) * app/PopupMenu: add blur effect support for OUI 4 devices Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: enable blur effect by default only with OUI4 theme set Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OUI4 SeekBar, EditText (#97) * app: OUI4 SeekBar style Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: fix seekbars Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ColorPickerPreference: fix multiple clicks Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/EditText: OUI4 drawables Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: ProgressBar & SeekBar rework (#98) please notice that expand paint fix is not there anymore+vertical seekbars are buggy Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * seekbar fix: - thumb color - thumb, track, progress position - padding - dpi - horizontal indeterminate oui4 color - horizontal oui4 warning * - v2.3.0 - minor app changes * - removed sesl4_seekbar_overlap_color_default * - apk Co-authored-by: BlackMesa123 <giangrecosalvo9@gmail.com>
Yanndroid
added a commit
that referenced
this pull request
Apr 6, 2022
* v.2.3.0 (#99) * Update README.md * app/ToolbarLayout: fix selectMode subtitle visiblity in landscape (#74) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: minor fixes (#75) * app/ToolbarLayout: remove resetAppBarHeight this one is useless since SamsungAppBarLayout already does that for us Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: add setDragCallback Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: fix expanded attr Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/strings: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OneUI 4 Dialogs (#76) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: custom dialog button color/progressbar (#77) * app/oneuiexample: custom dialog button color Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: add dialog progressbar in sample app Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/Dialogs: replace SpenColorPicker with androidx.picker3.SeslColorPicker, fix dim amount in night mode (#78) * app/Dialog: fix dim amount in night mode Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: unify classic and detailed picker Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * dialogbutton color & progressbar * app: update RecyclerView, ViewPager, NestedScrollView; fix OUI4 Progress anim, spinner item text style (#79) TODO: fix RecyclerView nested scroll behavior Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update AppBarLayout, rework folder hierarchy (#80) this fixes RecyclerView nested scroll, scroll behavior maybe needs some tuning Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungAppBarLayout: Immersive scroll for pre-api30 (#81) * app/SamsungAppBarLayout: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslImmersiveScrollBehavior: Immersive scroll for pre-api30 Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - IndexScrollView - ToolbarLayout SearchModeListener: interface > class - more translations * - minor changes * - toolbarlayout improvments * app/ToolbarLayout: rework (#83) * Revert "- toolbarlayout improvments" This reverts commit c970375. * app/AppBarLayout: minor adjustment Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: better xml naming Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/AboutPage: add expandable appbar Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ToolbarLayout: rework Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - fixes, cleanup, toolbar improvments * - app:layout_location="root" params fix * - app:layout_location="root" params fix * app: SamsungCollapsingToolbarLayout update (#84) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix bugs, refine ui (#85) * app/DetailedColorPicker: fix bugs, refine ui Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SamsungCollapsingToolbarLayout: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor changes * Revert "app/SamsungCollapsingToolbarLayout: burp" (#86) This reverts commit 9614386. * app: SamsungCoordinatingLayout update (#88) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/DetailedColorPicker: fix crashes (#89) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: SamsungTabLayout update (#90) * app: SamsungTabLayout update -unified TabLayout & BNV -added SESL_AUTO modes for managing tab width/scroll -add badges in tabs Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/oneuiexample: tablayout badge demo Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - sample app rtl fixes * app: add ViewPager2, TabLayoutMediator, TipPopup (#91) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - minor improvements - readme cleanup * - readme update * app: minor fixes (#92) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - readme update * app/ViewPager2: add seslGetListView (#93) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: update Preferences (#94) Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * - preference fixes * - minor changes * app/oneuiexample: OUI4 themed app icon (#95) * app/oneuiexample: OUI4 themed app icon Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/themes: disable A12 SplashScreen Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: add blur effect support for OUI 4 devices (#96) * app/PopupMenu: add blur effect support for OUI 4 devices Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: enable blur effect by default only with OUI4 theme set Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: OUI4 SeekBar, EditText (#97) * app: OUI4 SeekBar style Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/SeslColorPicker: fix seekbars Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/ColorPickerPreference: fix multiple clicks Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/EditText: OUI4 drawables Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app/PopupMenu: burp Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * app: ProgressBar & SeekBar rework (#98) please notice that expand paint fix is not there anymore+vertical seekbars are buggy Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com> * seekbar fix: - thumb color - thumb, track, progress position - padding - dpi - horizontal indeterminate oui4 color - horizontal oui4 warning * - v2.3.0 - minor app changes * - removed sesl4_seekbar_overlap_color_default * - apk Co-authored-by: BlackMesa123 <giangrecosalvo9@gmail.com> * Add compatibility for Google dependencies (#101) * Add Kotlin DSL implementation (#114) * Update README.md Co-authored-by: BlackMesa123 <giangrecosalvo9@gmail.com> Co-authored-by: Leon <leon.bauer.78@gmail.com> Co-authored-by: Alireza Ivaz <ivaz1382@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
please notice that expand paint fix is not there anymore+vertical seekbars are buggy
Signed-off-by: BlackMesa123 giangrecosalvo9@gmail.com