Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Tags: OneUIProject/OneUI-Design-Library

Tags

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump appcompat from 1.4.1 to 1.4.2 in /yanndroid/oneui (#…

…122)

* build(deps): bump appcompat from 1.4.1 to 1.4.2 in /yanndroid/oneui

Bumps appcompat from 1.4.1 to 1.4.2.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Automated version incerment

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yann <[email protected]>

2.4.0

Toggle 2.4.0's commit message
v2.4.0

- time, date, number pickers
- theme dynamic drawables (oui3/4)
- icons++
- improvements & bug/crash

2.3.0

Toggle 2.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
v.2.3.0 (#99)

* Update README.md

* app/ToolbarLayout: fix selectMode subtitle visiblity in landscape (#74)

Signed-off-by: BlackMesa123 <[email protected]>

* app/ToolbarLayout: minor fixes (#75)

* app/ToolbarLayout: remove resetAppBarHeight

this one is useless since SamsungAppBarLayout already does that for us

Signed-off-by: BlackMesa123 <[email protected]>

* app/SamsungAppBarLayout: add setDragCallback

Signed-off-by: BlackMesa123 <[email protected]>

* app/ToolbarLayout: fix expanded attr

Signed-off-by: BlackMesa123 <[email protected]>

* app/strings: burp

Signed-off-by: BlackMesa123 <[email protected]>

* app: OneUI 4 Dialogs (#76)

Signed-off-by: BlackMesa123 <[email protected]>

* app/oneuiexample: custom dialog button color/progressbar (#77)

* app/oneuiexample: custom dialog button color

Signed-off-by: BlackMesa123 <[email protected]>

* app/oneuiexample: add dialog progressbar in sample app

Signed-off-by: BlackMesa123 <[email protected]>

* 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 <[email protected]>

* app/SeslColorPicker: unify classic and detailed picker

Signed-off-by: BlackMesa123 <[email protected]>

* 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 <[email protected]>

* app: update AppBarLayout, rework folder hierarchy (#80)

this fixes RecyclerView nested scroll, scroll behavior maybe needs some tuning

Signed-off-by: BlackMesa123 <[email protected]>

* app/SamsungAppBarLayout: Immersive scroll for pre-api30 (#81)

* app/SamsungAppBarLayout: Immersive scroll for pre-api30

Signed-off-by: BlackMesa123 <[email protected]>

* app/SeslImmersiveScrollBehavior: Immersive scroll for pre-api30

Signed-off-by: BlackMesa123 <[email protected]>

* - 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 <[email protected]>

* app: better xml naming

Signed-off-by: BlackMesa123 <[email protected]>

* app/AboutPage: add expandable appbar

Signed-off-by: BlackMesa123 <[email protected]>

* app/ToolbarLayout: rework

Signed-off-by: BlackMesa123 <[email protected]>

* - fixes, cleanup, toolbar improvments

* - app:layout_location="root" params fix

* - app:layout_location="root" params fix

* app: SamsungCollapsingToolbarLayout update (#84)

Signed-off-by: BlackMesa123 <[email protected]>

* app/DetailedColorPicker: fix bugs, refine ui (#85)

* app/DetailedColorPicker: fix bugs, refine ui

Signed-off-by: BlackMesa123 <[email protected]>

* app/SamsungCollapsingToolbarLayout: burp

Signed-off-by: BlackMesa123 <[email protected]>

* - minor changes

* Revert "app/SamsungCollapsingToolbarLayout: burp" (#86)

This reverts commit 9614386.

* app: SamsungCoordinatingLayout update (#88)

Signed-off-by: BlackMesa123 <[email protected]>

* app/DetailedColorPicker: fix crashes (#89)

Signed-off-by: BlackMesa123 <[email protected]>

* 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 <[email protected]>

* app/oneuiexample: tablayout badge demo

Signed-off-by: BlackMesa123 <[email protected]>

* - sample app rtl fixes

* app: add ViewPager2, TabLayoutMediator, TipPopup (#91)

Signed-off-by: BlackMesa123 <[email protected]>

* - minor improvements
- readme cleanup

* - readme update

* app: minor fixes (#92)

Signed-off-by: BlackMesa123 <[email protected]>

* - readme update

* app/ViewPager2: add seslGetListView (#93)

Signed-off-by: BlackMesa123 <[email protected]>

* app: update Preferences (#94)

Signed-off-by: BlackMesa123 <[email protected]>

* - preference fixes

* - minor changes

* app/oneuiexample: OUI4 themed app icon (#95)

* app/oneuiexample: OUI4 themed app icon

Signed-off-by: BlackMesa123 <[email protected]>

* app/themes: disable A12 SplashScreen

Signed-off-by: BlackMesa123 <[email protected]>

* 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 <[email protected]>

* app/PopupMenu: enable blur effect by default only with OUI4 theme set

Signed-off-by: BlackMesa123 <[email protected]>

* app: OUI4 SeekBar, EditText (#97)

* app: OUI4 SeekBar style

Signed-off-by: BlackMesa123 <[email protected]>

* app/SeslColorPicker: fix seekbars

Signed-off-by: BlackMesa123 <[email protected]>

* app/ColorPickerPreference: fix multiple clicks

Signed-off-by: BlackMesa123 <[email protected]>

* app/EditText: OUI4 drawables

Signed-off-by: BlackMesa123 <[email protected]>

* app/PopupMenu: burp

Signed-off-by: BlackMesa123 <[email protected]>

* app: ProgressBar & SeekBar rework (#98)

please notice that expand paint fix is not there anymore+vertical seekbars are buggy

Signed-off-by: BlackMesa123 <[email protected]>

* 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 <[email protected]>

2.2.1

Toggle 2.2.1's commit message
Merge branch 'dev'

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev (#57)

v2.2.0
- OneUI4++ (huge thanks to [BlackMesa123](https://github.com/BlackMesa123))
    - AppBar/Toolbar
    - Edge effect
    - TabLayout/BottomNavigationView
    - SwipeRefreshLayout
    - EditText
    - and more...
- ToolbarLayout & PopupMenu/Menu improvements
- icons++ (OneUI4)
- fixes & minor changes

2.1.1

Toggle 2.1.1's commit message
Merge remote-tracking branch 'origin/master'

2.1.0

Toggle 2.1.0's commit message
v2.1.0

- seekbar vertical and improved
- toolbar improvements
    - SearchMode
    - SelectMode
    - custom Title & collapsed subtitle
    - toolbar menu
- swipeRefreshLayout
- PopupMenu improvements
- some OneUI 4 stuff
- crash fixes
- icons++

2.0.1

Toggle 2.0.1's commit message
v2.0.1

2.0.0

Toggle 2.0.0's commit message
v2.0.0

1.3.0

Toggle 1.3.0's commit message
github action update