Skip to content

Commit

Permalink
Added fastlane metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cylonid committed Sep 21, 2020
1 parent 4ea8e61 commit 27369c1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<h2 id="features">Features</h2>
<ul>
<li>Show any website in a borderless full-screen window using Android System WebView.</li>
<li>Offers to create home screen shortcuts and retrieves icons in suitable resolution.</li>
<li>Various settings (JavaScript, Cookies, Third-Party-Cookies, AdBlock) can be set for every web app individually</li>
<li>Navigation with multi-touch gestures while browsing.</li>
<li>Opt-in adblock using an AdBlock Plus custom webview.</li>
<li>Less memory footprint and no privacy-invading app permissions in comparison to native apps</li>
<li>Dark mode for Android 10+</li>
</ul>
<h2 id="faq">FAQ</h2>
<p><em>Q: Why is it not possible to find an icon for a certain website?</em></p>
<p>A: This problem can occur due to multiple reasons. In most cases, the website does not offer a high-resolution icon. If you are a website maintainer and your website icon cannot be found, look at <a href="https://realfavicongenerator.net">RealFaviconGenerator</a> for further information. If you think it should work, feel free to post the URL and I will look into it.</p>
<p><em>Q: Why would I need this app if any mobile browser can do the same?</em></p>
<p>A: Mobile browsers usually only are able to create shortcuts which give a native, borderless fullscreen experience if the website has a Progressive Web App (PWA) manifest. Unfortunately, most websites do not offer this feature yet.</p>
<p><em>Q: Is this a web browser?</em></p>
<p>A: No. As stated, this app relies on the system built-in Android WebView in order to display the website. For privacy reasons, you can opt to use alternative webviews such as <a href="https://www.bromite.org/system_web_view">Bromite</a> on rooted phones. Always make sure to use to most recent version of any WebView implementation you use!</p>
<p><em>Q: Why does this app require Android Oreo?</em></p>
<p>A: Android introduced a new shortcut API with Oreo. However, it is planned to add legacy shortcut support. Older versions should also work then.</p>
<p><em>Q: In constrast to your promise, this app has a large memory footprint!</em></p>
<p>A: This is because Native Alpha makes use of caching in the same way your browser app does, i.e., it saves web content locally on your device. Then it can be loaded faster if you visit the same page again. I will look into a way for better cache management. In the meantime, you can either delete cache regularly yourself or set the &quot;Clear cache after usage&quot; setting in the global settings if memory footprint is a concern for you. However, then websites will take a longer time to load because everything has to be loaded from net.</p>
Binary file added fastlane/metadata/android/en-US/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.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Native Alpha: Full screen Web Apps with shortcuts and custom settings
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Native Alpha

0 comments on commit 27369c1

Please sign in to comment.