Skip to content

Commit

Permalink
(#15) Update fastlane printscreens and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcmgit committed Nov 18, 2022
1 parent 43f8c17 commit 9c26ead
Show file tree
Hide file tree
Showing 33 changed files with 24 additions and 7 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ PlayStore link, add again when the new version is available.

## 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. And if you are offline or the app is no longer available on the PlayStore you won't be able to share the app.
Installed apps from PlayStore doesn't expose their apk installation files by default. So if you want to share some app you will need to send the PlayStore link. And 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).
So here we are, whatever the reason, if you want to share some 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).

## Installation (Universal apk)

Expand Down Expand Up @@ -132,6 +132,10 @@ To report a bug, create a new issue with an screenshot or a small description of

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

## Contributors

- I wish thanks [IzzySoft](https://gitlab.com/IzzySoft) for taking time to point the [version code issue #13](/~https://github.com/alexrintt/kanade/issues/13), indexing this app to the [IzzyOnDroid app repository](https://gitlab.com/IzzyOnDroid/repo) and [helping with fastlane docs #15](/~https://github.com/alexrintt/kanade/pull/15), thanks man!

## Credits

- Credits to all open-source libraries used in this app, see full list on [pubspec.yaml](/pubspec.yaml).
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<i>Kanade</i> ist eine einfache App, mit der Sie apk aus Ihrer App-Liste extrahieren können. Vollständig Open-Source und keine Werbung. Funktioniert für Android 4.4 oder höher.

Installierte Apps aus dem PlayStore zeigen ihre APK-Installationsdateien standardmäßig nicht an. Wenn Sie also eine App teilen möchten, müssen Sie den PlayStore-Link senden. Wenn Sie also offline sind oder die App nicht mehr im PlayStore verfügbar ist, können Sie die App nicht teilen.

Hier sind wir also, aus welchen Gründen auch immer, wenn Sie eine App direkt über eine P2P-Verbindung (Bluetooth, Wifi-Direct usw.) teilen möchten, können Sie apk-Extraktoren verwenden! Diese Art von Apps ermöglicht es dem Benutzer, die versteckten APK-Dateien von fast jeder installierten App an einen sichtbaren Ort (z. B. den Download-Ordner) zu extrahieren.
Binary file added fastlane/metadata/android/de/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
minimalistischer, dunklerer Apk-Extraktor für Android 4.4 oder höher
Kanade ist eine einfache App, mit der Sie apk aus Ihrer App-Liste extrahieren können. Vollständig Open-Source und keine Werbung. Funktioniert für Android 4.4 oder höher.

This comment has been minimized.

Copy link
@IzzySoft

IzzySoft Nov 20, 2022

Contributor

This breaks your short description. short_description.txt is limited to 80 chars and will be truncated at that very position. So your app is now presented as

Kanade ist eine einfache App, mit der Sie apk aus Ihrer App-Liste extrahieren kö

Please revert this for all locales and let me know when done; until then I'll disable fetching it for my repo (after reverting back locally).

This comment has been minimized.

Copy link
@alexcmgit

alexcmgit Nov 21, 2022

Author Owner

My bad. It's now done, you can see at the actions tab; thanks.

This comment has been minimized.

Copy link
@IzzySoft

IzzySoft Nov 21, 2022

Contributor

Happens. Thanks for fixing it that fast!

Btw: what are those *_url.txt files? I didn't follow the latest Fastlane development, do I need to update my snippet?

This comment has been minimized.

Copy link
@alexcmgit

alexcmgit Nov 21, 2022

Author Owner

Thanks for fixing it that fast!

Nah, thanks for pointing this issue so fast man, really appreciate that.

do I need to update my snippet?

not really, those files are from github.com/fastlane/examples/tree/master/ProductHunt/metadata/en-US.

And as I understood, those _url.txt files are all optional.

This comment has been minimized.

Copy link
@IzzySoft

IzzySoft Nov 21, 2022

Contributor

Oh wow, 8 years ago! And I have missed them when setting up my snippet? But then, full_description.txt being named description.txt and no short desc available rather looks like something "historical" that might be no longer present.

Wait: what? OK, those seem to be for fastlane deliver, which doesn't even mention the other names like short_description.txt, nor the graphics. This seems to be a different beast, defining where which files reside and such. Here's the one for fastlane supply, showing the structure we're using (but not mentioning the other ones).

OK, let's simply ignore it then 🙈

6 changes: 3 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<i>Kanade</i> is a simple app that allows you to extract apk from your apps list. Fully open-source and zero-ads.
<i>Kanade</i> is a simple app that allows you to extract apk from your apps list. Fully open-source and zero-ads. Works for Android 4.4 or above.

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.
Installed apps from PlayStore doesn't expose their apk installation files by default. So if you want to share some 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).
So here we are, whatever the reason, if you want to share some 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).
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A minimalist darker Apk Extractor available for Android 4.4 or above
Kanade is a simple app that allows you to extract apk from your apps list. Fully open-source and zero-ads. Works for Android 4.4 or above.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/pt-BR/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Kanade é um simples aplicativo que permite extrair o apk da sua lista de aplicativos. Totalmente open-source and sem propagandas. Compatível com Android 4.4 ou superior.

Aplicativos instalados pela PlayStore não expõem seus apks por padrão. Então se você precisar compartilhar algum aplicativo você precisará enviar o link da PlayStore.

Installed apps from PlayStore doesn't expose their apk installation files by default. So if you want to share some app you will need to send the PlayStore link. E se você estiver offline ou o aplicativo não estiver mais disponível na PlayStore você não vai conseguir compartilhar o app.

Então aqui estamos, não importa a razão, se você precisa compartilhar algum aplicativo diretamente através de uma conexão p2p (Bluettoth, Wifi-Direct, etc.) você pode usar Apk Extractors! Este tipo de aplicativos permitem o usuário extrair o arquivo apk escondido de praticamente qualquer aplicativo instalado para uma localização visível (e.g a pasta Downloads).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kanade é um simples aplicativo que permite extrair o apk da sua lista de aplicativos. Totalmente open-source and sem propagandas. Compatível com Android 4.4 ou superior.

0 comments on commit 9c26ead

Please sign in to comment.