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

V1.4 #44

Merged
merged 85 commits into from
Jun 11, 2022
Merged

V1.4 #44

merged 85 commits into from
Jun 11, 2022

Conversation

Sharkaboi
Copy link
Owner

@Sharkaboi Sharkaboi commented Jun 11, 2022

🚀 Description

  • Bump to version 1.4
  • make genres nullabe. Fixes MyAnimeList api sometimes returns without genres field #42
  • also increment count on non added items. Fixes Doing +1, +5, +10 on not addes items first only changes status #41
  • fix invalid rounding on main image. Fixes Investigate image zooming in when refreshing #35
  • add tab selection listener after page change listener. Fixes Investigate tab select not loading viewpager until a touch event #38
  • fix selected filters resetting by saving in save state handle. Fixes Maintain state across navigation instead of resetting #31
  • support landscape orientation
  • support for split screen
  • make empty search layouts responsive
  • fix fab size to normal
  • make search field single line
  • set light notification bar in auth activity
  • make bottom navigation fixed behavior
  • move safe args parsing to savedStateHandle in viewmodel
  • move search result pagingData to live data in viewmodel
  • move grid span to UIConstants and int resource based on google's recommended breakpoints
  • fix loadStateListener leak
  • remove instrumentation tests and use robolectric
  • migrate to apollo3, refactor signatures
  • up compileSdkVersion and targetSdkVersion to 32
  • add share anime/manga option in details page
  • alphabetically sort deps versions
  • disable final-newline rule in ktlint
  • move search fabs to individual fragments
  • make root layout constraint layout
  • kotlin newer std api migration
  • trim search query to prevent white space searches
  • move global functions to utils objects
  • move manga package to manga_list
  • move anime package to anime_list
  • move to getCatching for normal tasks in repos
  • move to getCatchingPaging for paging sources
  • fix capitalizeFirst
  • add compiler args to build script
  • remove moshi reflection adapter
  • make github actions only run on pull requests and push to main/master
  • code style changes
  • remove unused assets
  • version bumps

📦 Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

✅ Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@Sharkaboi Sharkaboi added bug Something isn't working enhancement New feature or request labels Jun 11, 2022
@Sharkaboi Sharkaboi self-assigned this Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment