Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-28 18:37:53 +05:30
parent 163ecd146b
commit c511abe712
4 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Changelog : v4.2.1 (43)
• Fix crash related to notification of installation services
• Only show valid spoofing properties in app
• Notify users when they are rate-limited during searching
• Show a shimmer animation while searching to indicate progress
• Fix navigation behaviour when default tab is changed
• Fix quick exit option
Changelog : v4.2.1 (43)
• Always enable finish button on permission fragment (fixes new user's onboarding)
• Keep GSON library's TypeToken while optimizing build (fixes startup crash)

View File

@@ -47,8 +47,8 @@ android {
minSdk 19
targetSdk 33
versionCode 43
versionName "4.2.1"
versionCode 44
versionName "4.2.2"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

View File

@@ -0,0 +1,6 @@
• Fix crash related to notification of installation services
• Only show valid spoofing properties in app
• Notify users when they are rate-limited during searching
• Show a shimmer animation while searching to indicate progress
• Fix navigation behaviour when default tab is changed
• Fix quick exit option

View File

@@ -0,0 +1,6 @@
• अधिसूचना सेवाओं से संबंधित क्रैश ठीक करें
• ऐप में केवल वैध स्पूफिंग गुण दिखाएं
• उपयोगकर्ताओं को सूचित करें जब वे खोज के दौरान दर-सीमित हों
• प्रगति को इंगित करने के लिए खोज करते समय झिलमिलाता एनीमेशन दिखाएं
• डिफॉल्ट टैब बदलने पर नेविगेशन व्यवहार ठीक करें
• त्वरित निकास विकल्प ठीक करें