Skip to content

Commit

Permalink
Merge dev with master (#227)
Browse files Browse the repository at this point in the history
* Custom player (#222)

* added web video cast as supported player

close #199

* added support for custom media player packages

* updated settings layout

* Fix activity restore (#223)

* add and remove connectivity listeners when activity is paused/restored

* fixed state machine transition side effect

* check the current auth machine state before restarting the auth flow

close #208 close  #188

* No premium (#224)

* updated debug error messages

* added delay between toasts to avoid missing messages

close #215

* shortened toast message

* get api error and show messages on new download

* shortened magnet length shown

* show less text lines

* removed max-rls plugin

cloudflare is blocking scraping

* Update scene-rls.unchained

added https support

* updated plugins pack

* Swipe between list tabs (#226)

* use viewpager for lists fragment
close #195

* close keyboard when changing search plugin

close #200

* added support for opening web links

work in progress for #207
some regex missing

* bumped version for release
  • Loading branch information
LivingWithHippos authored Jun 8, 2022
1 parent 168b74e commit 8e9ea54
Show file tree
Hide file tree
Showing 32 changed files with 1,373 additions and 748 deletions.
5 changes: 3 additions & 2 deletions app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId "com.github.livingwithhippos.unchained"
minSdk 22
targetSdk 32
versionCode 31
versionName "4.35.0-beta"
versionCode 32
versionName "4.40.2-beta"
// limit resources for a list of locales
// resConfigs "en", "it"

Expand Down Expand Up @@ -191,6 +191,7 @@ dependencies {
implementation deps.preference_ktx
implementation deps.recyclerview.recyclerview
implementation deps.recyclerview.selection
implementation deps.viewpager2

// datastore
// implementation deps.datastore.preferences
Expand Down
Loading

0 comments on commit 8e9ea54

Please sign in to comment.