DoginUwU / kanade

๐ŸŒพ Minimal Dark and Monochrome Apk Extractor App available for Android 4.4+.

Home Page:https://github.com/alexrintt/kanade/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#android, #flutter, #apkextractor, #saf

Kanade - Apk Extractor

Dark and Minimal Pixel Art based Apk Extractor for Android 4.4+

See full screenshots

How to install

Download the latest apk on releases tab.

What's an Apk Extractor

Installed apps from PlayStore doesn't expose their apk installation files by default. So if you want to share the app you will need to send the PlayStore link. So if you are offline or the app is no longer available on the PlayStore you won't be able to share the app.

So here we are, whatever the reason, if you want to share the app directly through a p2p connection (Bluetooth, Wifi-Direct, etc.) you can use apk extractors! These kind of apps allow the user to extract the hidden apk files from almost any installed app to a visible location (e.g Downloads folder).

Features

This is what is currently implemented:

  • Apk extraction, I'm sure you are not expecting that.
  • Multiple apk extraction at once.
  • Select/deselect all.
  • List and search device apps (and internal packages).
  • Extract to a desired location, lost my fear of MANAGE_EXTERNAL_STORAGE and File('/emulated/0').delete().
  • Multiple color themes and font families.
  • Bad designer Minimalist UI.
  • No ads or tracking, this app doesn't even has INTERNET permission.

Missing features

Listed by priority:

  • List extracted apks files inside the app (A).
  • Uninstall app (B).
  • Share listed apk through bluetooth or wifi-direct (C, requires A).
  • Analyze apk metainfo (name, version, package, etc.) (D).
  • Sign-in apk (E).

How it works

To display all installed apps the ๐Ÿ”— device_apps package is used and the apk extraction (that is a simple copy/paste operation between two files) is possible by ๐Ÿ”— shared_storage package.

Contributing

To report a bug, create a new issue with an screenshot or a small description of the bug, thanks.

To request a feature please add an issue to further discuss, thx.

Credits

  • Credits to all open-source libraries used in this app, see full list on pubspec.yaml.
  • All fonts in this repository are subject to copyright of it's respective owners.
  • All images in this repository are subject to copyright of it's respective owners.

For content removal, please, ping me on my email reach@alexrintt.io.


Open Source

Copyright ยฉ 2021-present, Alex Rintt.

Kanade is MIT licensed ๐Ÿ’–

About

๐ŸŒพ Minimal Dark and Monochrome Apk Extractor App available for Android 4.4+.

https://github.com/alexrintt/kanade/releases

License:MIT License


Languages

Language:Dart 99.1%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%