Results 144 issues of theapache64

With auto scrolling in home page

enhancement

Originated from : https://twitter.com/CherryPerryBoy/status/1479830252603981826 ## Checklist - [x] Replace apk-tool with jadx

Originated from #82

**Stacktrace** ``` java.nio.file.NoSuchFileException: /var/folders/6z/gn1r_7j10kx40bb7r_78gz5r0000gp/T/stackzy/com.facebook.katana/AndroidManifest.xml at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.Files.newByteChannel(Files.java:375) at java.base/java.nio.file.Files.newByteChannel(Files.java:426) at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420) at java.base/java.nio.file.Files.newInputStream(Files.java:160) at kotlin.io.path.PathsKt__PathReadWriteKt.readText(PathReadWrite.kt:155) at kotlin.io.path.PathsKt__PathReadWriteKt.readText$default(PathReadWrite.kt:154) at com.theapache64.stackzy.data.repo.ApkAnalyzerRepo.getAppNameLabel(ApkAnalyzerRepo.kt:211) at com.theapache64.stackzy.data.repo.ApkAnalyzerRepo.getAppName(ApkAnalyzerRepo.kt:164) at com.theapache64.stackzy.data.repo.ApkAnalyzerRepo$analyze$2.invokeSuspend(ApkAnalyzerRepo.kt:46)...

bug

Rather than showing `primary` color as outer circle, find dominant color from the logo. ![image](https://user-images.githubusercontent.com/9678279/113446689-f163b680-9415-11eb-9a20-351aafb9e981.png)

enhancement

Replace in-memory cache with h2db. Related to #39

enhancement

In `Windows`, inside Task Manager, the app description is showing g rather than title. ![image](https://user-images.githubusercontent.com/9678279/111509002-4b0b8600-8772-11eb-9ec0-3c78c200ebfb.png)

bug
windows
minor

Define a sync interval in remote config to prevent sync on every app startup

enhancement

Currently, we're using `java -jar` to run `apk-tool.jar` for decompiling the APK. This put a dependency on JDK. If we can create a library version of `apk-tool`, we can easily...

enhancement