Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
CHANGELOG 3.38 KiB
Newer Older
Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.4.5
• Squash and improve auth validation logic into AuthHelper
• Update dependencies & plugins

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.4.4
• Fix user reviews
• Add back sortBy newest for reviews

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.4.3
• REUSE compliance
• New method for Web API helper classes to change locale
• Update dependencies & plugins

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.4.2
• Merge getOnDemandModule method into purchase method
• Expose parameters for delta downloads in purchase method
• Update dependencies & plugins

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.4.1
• Bump compileSdk to 35 (Android 15)
• New WebDataSafetyHelper class for fetching data safety information
• Update dependencies & plugins

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.4.0
• Model class(es) have been migrated to data class
• AuthHelper has been simplified, requires using new method to build AuthData
• Update dependencies & plugins

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.3.1
• New helper classes for fetching category streams
• Code improvements

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.3.0
Aayush Gupta's avatar
Aayush Gupta committed
• New helper classes for fetching data using Web APIs
• Code improvements, several classes have been marked as internal
• Update dependencies & plugins

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.12
• Support for content ratings of apps
• Update dependencies & plugins

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.11
• New spoof configurations for x86 devices
• Update dependencies & plugins; Migrated to build version catalog
• New PurchaseHelper method for selective file purchase

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.10
• Switch from Fuel to OkHttp library for network calls
• Update dependencies & plugins
• Bump compileSdk to 34

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.9
• Fix PurchaseHelper while purchasing apps with certificate hash

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.8
• Publish GPlayAPI on GitLab Package Registry

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.7
• Provide SHA256 and/or SHA1 when available for files purchased using PurchaseHelper

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.6
• Introduce new getDetailsResponseByPackageName method
• Define more possible restrictions
• Handle default for OTA property
• Add compatibility information for active device
• Expose required android version (or minSdk) for apps in app info

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.5
• Minor fix to PurchaseHelper to handle duplicates

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.2.4
• Improve WebSearchHelper
• Fix non-ASCII characters issues in search suggestions & query

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.2.3
• Boring release

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.2.2
• Improve AuthValidator
• Do not generate unused ac2dm & gcm tokens

Rahul Patel's avatar
Rahul Patel committed
Changelog : v3.2.1
• Fix WebSearchHelper

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.2.0
• Initial Web APIs support for search suggestions and results
• Migrate to Kotlin DSL for gradle files
• Add a sample app for easier testing and fixes

Changelog : v3.1.4
Aayush Gupta's avatar
Aayush Gupta committed
• Add Google Pixel Tablet spoofing configuration  
• Bump minimum compile SDK to API 21  
• Enable and compile with java language 17 features  
• Make App class parcelable

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.1.3  
• Implement shared library dependencies API  

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.1.2  
• Fix lint issue with getting authentication value from HashMap  
• Create a jitpack configuration for JDK 17 support  
Aayush Gupta's avatar
Aayush Gupta committed

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.1.1  
• Added Google Pixel 7a, Xiaomi 11 Lite 5G NE and Sony Bravia VU2 spoofing configurations  
• Copied proguard rule from Aurora Store  
• Updated dependencies and docker image  
Aayush Gupta's avatar
Aayush Gupta committed

Aayush Gupta's avatar
Aayush Gupta committed
Changelog : v3.1.0  
• Exposed response code for network calls via StateFlow from IHttpClient interface  
• Keep device properties from being shrinked  

Changelog : v3.0.1  
• Initial changes (migration to AAR)