Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

fix(deps): update dependency com.mikepenz.aboutlibraries:library to v5 - abandoned#61

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.mikepenz.aboutlibraries-library-5.x
Open

fix(deps): update dependency com.mikepenz.aboutlibraries:library to v5 - abandoned#61
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.mikepenz.aboutlibraries-library-5.x

Conversation

@renovate

@renovate renovate Bot commented Mar 26, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.mikepenz.aboutlibraries:library 4.6.5 -> 5.0.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mikepenz/AboutLibraries

v5.0.0

NEW FEATURES

  • Change Libs.Builder to LibsBuilder
    • Just remove the dot, Add the Import and you are fine
  • New LibsConfiguration
  • New option to set a listener for the AboutLibraries Activity

FIXES

  • A small UI Change of the header

NEW LIBRARIES

  • AndroidFlowLayout
  • HelloCharts

v4.7.2

  • fix FC if color / theme attributes where missing. this was the case if you used the fragment
  • use repositoryLink as fallback if there is no libraryWebsite

v4.7.1

  • fix new style feature (had a test style overwrite left in the previous release)

v4.7.0

UPGRADE NOTES
v4.7.0 now comes with themes and the colors are set by theme. If you pass a custom theme to the AboutActivity this theme must has the AboutLibraries theme as parent or include the themed attributes. See the styles.xml of the sample activity.
This release also contains a new feature withActivityStyle which allows you to set the style of the Activity. Further details can be found in the release notes.

NEW FEATURES

  • New reworked theme / style logic
    ** it is now possible to define the style for the LibsActivity
new Libs.Builder()
    //Pass the fields of your application to the lib so it can find all external lib information
        .withFields(R.string.class.getFields())
        //provide a style (optional) (LIGHT, DARK, LIGHT_DARK_TOOLBAR)
        .withActivityStyle(Libs.ActivityStyle.LIGHT_DARK_TOOLBAR)
        //start the activity
        .start(this);

This will take the colorPrimary, colorPrimaryDark and colorAccent color values and create the activity for you. No need to handle all the AboutLibraries colors on your own anymore.
(As fallback it will also check for following color values: theme_default_primary, theme_default_primary_dark, theme_accent, about_libraries_primary, about_libraries_primary_dark, about_libraries_accent)

If you want your custom style you should overwrite one of the AboutLibraries themes and just overwrite a specific AboutLibraries color. You can still do it via the colors.xml if this is easier for you.

NEW LIBS

  • CircleIndicator
  • MaterialDialogs
  • MaterialEditText
  • AndroidSwipeLayout

v4.6.7

  • updates appcompat to v22.1.1

v4.6.6

  • also trigger actions on longClick
  • change to new appcompat v7 AlertDialog
  • update BuildTools

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot changed the title chore(deps): update dependency com.mikepenz.aboutlibraries:library to v5 fix(deps): update dependency com.mikepenz.aboutlibraries:library to v5 Sep 25, 2022
@renovate

renovate Bot commented Mar 23, 2023

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate Bot changed the title fix(deps): update dependency com.mikepenz.aboutlibraries:library to v5 fix(deps): update dependency com.mikepenz.aboutlibraries:library to v5 - abandoned Oct 3, 2023
@renovate

renovate Bot commented Oct 3, 2023

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant