Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Apr 1, 2024
1 parent f6c6cdb commit 4000dc0
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
62 changes: 62 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,66 @@
# Changelogs
- **3.8.0** 🍓
- Features
- Add voice search
- Add clear history feature
- Add AniList detail anime on popup
- Add to AniList function
- Add to MAL function
- Anime details & trailer
- List
- Top Anime, All Time Popular & Top This Year from AniList - disable by default
- Add Upcoming anime from AniList in home-page - disable by default
- Add MAL Plan to watch list - disable by default
- Add AniList planned to MyList - disable by default
- Performance
- Minimize use of scaling transform specially on pb_menu and home_list
- Use relative global container for UI elements
- Display none for home element when playback shown
- Remove home slideshow information scaling
- Disable remote debuging webview on release build
- Minimize usage of position fixed for better performance[*]
- initialized MyList only after it shown
- UI & UX
- Update logo & branding design
- Tweak scrolling amount to fits it respectable pages (home, list, settings, playbacks)
- Use outerWidth/outerHeight for measure display rather than innerWidth/Height
- Remove buffering spinning
- Tweak back button before exit
- Hide stars when averageScore unavailable
- Tweak nightly date format
- Add nightly build release date time info
- Use youtube thumbnails when banner image unavailable (maxres)
- Rearrange detail info positioning
- Add Larger font size
- Add blur effect - only for non-performance-ui
- Set big font-size as default
- Add detail episode info & episode indicator/symbol on list
- Fix overflow line on slideshow image
- Tweak ordering item size
- Tweak & relaxed buffering indicator
- Networking, API and Sources
- Global update MAL/AniList
- Merge kickass anime stream skip data & subtitle from both mirror
- Nulling default stream_mirror - kaas
- Fix AniList retry request
- Fix cb(null) on non returned exception, prevent some unexpected behavior
- Use new query for airing schedule
- Fix anilist request for title with characters outside of Latin1
- Fix schedule request
- Fix source-6 kickass ep-0 play
- Block all adult contents from AniList data
- Improve matching anime algorithm
- Fix anilist find no data handler
- Fix vidplay streaming domain
- Include chinese in anilist if chinese anime is selected
- Others
- Check SpeechRecognizer availability
- Fix trailer playing audio but have error video not available
- **3.4.8 ❄️**
- Reupdate Source 1 & 2 Encryption with online source vrf encryptor
- **3.4.6 ❄️**
- Update Source 1 & 2 Encryption
- Update application branding
- **3.4.0 🪇**
- **New UI Design**
- **Add Source 6 from Kickassanime**
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/assets/view/m.css
Original file line number Diff line number Diff line change
Expand Up @@ -2954,6 +2954,7 @@ c.loader {
background-color: rgba(8,8,8,.4);
border-bottom:.1vw solid rgba(255,255,255,.1);
padding:1.5vw;
/* scroll-behavior: smooth; */
}
#anilist_detail .alsd_tools{
position: absolute;
Expand Down Expand Up @@ -3448,6 +3449,7 @@ c.loader {
box-shadow: none !important;
overflow: visible !important;
transition: none !important;
border-radius: .4vw !important;
}
.view-informative .home_list:not(#home_slide)>p>div img {
width: 12vw;
Expand All @@ -3468,12 +3470,15 @@ c.loader {
line-height: var(--fs-15vw);
white-space: normal !important;
background-color: transparent !important;
color: rgba(255,255,255,.5) !important;
color: rgba(255,255,255,.4) !important;
}
.view-informative .home_list:not(#home_slide).active>p>div.active img {
/* border: .5vw solid var(--accent-1) !important; */
border: .4vw solid #fff !important;
}
/* .view-informative .home_list:not(#home_slide).active>p>div.active{
background-color: rgba(255,255,255,.5) !important;
} */
.view-informative .home_list:not(#home_slide).active>p>div.active b {
color: #fff !important;
}
Expand Down

0 comments on commit 4000dc0

Please sign in to comment.