Releases: Sharkaboi/MediaHub
Releases · Sharkaboi/MediaHub
App v1.4 release
🚀 Changelog
- Bump to version 1.4
- make
genres
nullabe. Fixes #42 - also increment count on non added items. Fixes #41
- fix invalid rounding on main image. Fixes #35
- add tab selection listener after page change listener. Fixes #38
- fix selected filters resetting by saving in save state handle. Fixes #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
andtargetSdkVersion
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 tomanga_list
- move
anime
package toanime_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
App v1.3 release
🚀 Changelog
- Bumped target and compile SDK to
API 31
- Fixed small formatting issues with text
- Removed useless code and network calls for performance
- App now force opens unsupported links in browsers
- Fixed bug with invalid next episode airing time
- Fixed Anime Seasonal screen not loading anything
- Fixed Anime Ranking screen not loading anything
- Fixed Manga Ranking screen not loading anything
- Fixed manga ranking not being correct
- Moved fab animation to after navigation
- Updated
Readme
- More indepth changes #32
App v1.2 release
🚀 Changelog
- Added implicit deeplink for anime and manga detail urls. Closes #8
- Added next episode number and countdown feature using anilist API. Closes #27
- Remove hilt hack for kotlin
1.5.10
. - Fixed empty error message formatting. Closes #22
- Refactored to use WebP image for
OAuthActivity
- Shifted to fragment
1.4.0-alpha
to implement multiple backstacks. Closes #28 - Refactored deprecated
setOnNavigationItemReselectedListener
tosetOnItemReselectedListener
. - Extracted timezone conversion to
Util
package and added tests. - Extracted
replaceUnderScoreWithWhiteSpace
- Migrated to
kotlin.time
Duration. and added tests. Closes #24 - Extracted
observe
on livedata to extension. - Added observer on
MainActivity
to redirect toOAuthActivity
when deeplinked without login. Closes #25 #23 - Updated screenshots and readme. Closes #26
- Lint and code cleanup
- Version bumps
App v1.1 release
🚀 Changelist
- Added filter option for anime and manga #5
- Added website redirects for features not in API #7
- Fixed invalid schedule shown for anime #10
- Removed random
??/??
text in anime suggestions #11 - Fixed improper season change on arrow keys #12
- Added app update check in settings #14
- Added NSFW filter in settings #15
- Code quality improvements : #9 , #16 , #17
- Bug fixes: #6 , #17
First pre-release
- Anime user list
- Anime details
- Anime search
- Anime suggestions, seasonals, ranking
- Manga user list
- Manga search
- Manga ranking
- MyAnimeList profile