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

Bump Attribouter from 0.1.5 to 0.1.9 in /app #454

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps Attribouter from 0.1.5 to 0.1.9.

Release notes

Sourced from Attribouter's releases.

0.1.9

  • fixed layout bugs FlexBox lists of link buttons (#68)
  • adds layout compatibility for variable amounts of links in the AppWedge (#70)
  • update dependencies to migrate from JCenter

0.1.8

  • fixes a style-related bug with the fragment implementation (#69)
  • adds a withTheme(Int) option for style configuration
  • corrects an issue with MaterialButton icon padding

0.1.7

  • converted more of the library to Kotlin, including the external APIs
  • replaced internal data models with those from the multiplatform git-rest-wrapper project for future interop & maintainability
  • implement full support for GitLab and Gitea (#22)
  • fixed a couple backwards compatibility issues & behavior

Migration notes:

  • The "default" behavior of each user/repository identifier is set to query GitHub - however, this is not guaranteed to remain constant in the future. Any IDs should be changed to the new format: github:<id> or gitlab:<id> or gitea@example.com:<id>, etc. The full specification for this format can be found here.
  • Several XML properties have been changed. Existing properties will not cause an error, but will cease to have their desired effect.
    • ContributorWedge.blog, LicenseWedge.website, and TranslatorWedge.blog have been renamed to websiteUrl for consistency
    • LicenseWedge.repoUrl can now be used to specify the URL of a repository; however, it will still be supplemented by the URL inferred from LicenseWedge.repo by default. AppWedge.repoUrl and ContributorWedge.profileUrl achieve the same purpose.
  • The old API format is still valid. However, there is now a more concise Kotlin DSL if you wish to switch to it.

0.1.6

  • converted a good portion of the library to Kotlin
  • implemented Retrofit for better network/request handling
  • finished much of the refactoring/groundwork for #22 and similar "service-independent" functionality
  • added a fallback behavior for invalid auth tokens (#65)
  • created avatar placeholders for contributors/translators (#63)
  • prevent crashes when the app name/label is unspecified (#60)
  • wrote a set of proguard rules to prevent issues with minifyEnabled (#66)

Migration notes:

Specifying the full package/class name of a wedge in the configuration file is now optional; <me.jfenn.attribouter.wedges.AppWedge> can be renamed to just <AppWedge>. Also, all occurrences of <LinkWedge> must be changed, as they have been moved out of their .link sub-package/folder/thing into the parent .wedges package with all the other wedge-like classes.

Commits
  • bfa6561 update version numbers
  • 5b078d4 fix #70 - position constraints to center items properly with < 4 app links
  • d790a12 possible fix for flexbox sizing issues in recycling views - #68
  • 08e18e1 update dependencies
  • 8dddd74 update setup-jdk action
  • 6bf5d2c Create .meta.yml
  • ae4bfb9 increment version numbers
  • 7e4c6c4 update screenshots
  • 8960763 fix icon padding on MaterialButton
  • 8a92a95 add theme configuration method - fix #62, #69
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 18, 2021
@itachi1706
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/app/me.jfenn-Attribouter-0.1.9 branch from fa18dab to 379be3d Compare May 13, 2021 20:23
@dependabot dependabot bot force-pushed the dependabot/gradle/app/me.jfenn-Attribouter-0.1.9 branch 2 times, most recently from 0486ab4 to ca99308 Compare October 2, 2021 15:08
Bumps [Attribouter](https://github.com/fennifith/Attribouter) from 0.1.5 to 0.1.9.
- [Release notes](https://github.com/fennifith/Attribouter/releases)
- [Commits](fennifith/Attribouter@0.1.5...0.1.9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/app/me.jfenn-Attribouter-0.1.9 branch from ca99308 to 3ea79df Compare December 18, 2022 15:33
@codeclimate
Copy link

codeclimate bot commented Dec 18, 2022

Code Climate has analyzed commit 3ea79df and detected 0 issues on this pull request.

View more on Code Climate.

@itachi1706
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Looks like me.jfenn:Attribouter is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/gradle/app/me.jfenn-Attribouter-0.1.9 branch January 15, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle variable amounts of links in AppWedge layout Better dynamic theming support
1 participant