Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.mikepenz.aboutlibraries:library to v4.7.2 - abandoned #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.mikepenz.aboutlibraries:library 4.6.5 -> 4.7.2 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

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 v4.7.2 fix(deps): update dependency com.mikepenz.aboutlibraries:library to v4.7.2 Sep 25, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

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 v4.7.2 fix(deps): update dependency com.mikepenz.aboutlibraries:library to v4.7.2 - abandoned Oct 3, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 3, 2023

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant