[README|Fastlane]: Rework and unify description & screenshots
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
97
README.md
@@ -1,55 +1,42 @@
|
||||
<div align="right">
|
||||
<img src="https://www.gnu.org/graphics/gplv3-88x31.png" alt="GPL v3 Logo" />
|
||||
</div>
|
||||
<div align="center">
|
||||
<img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" title="AuroraStoreLogo" alt="AuroraStoreLogo" />
|
||||
</div>
|
||||
# Aurora Store
|
||||
|
||||
# Aurora Store: A Google Playstore Client
|
||||
|
||||
**Aurora Store** is an unofficial, FOSS client to Google's Play Store with an elegant design. Not only does Aurora Store download, update, and search for apps like the Play Store, it also empowers the user with new features.
|
||||
|
||||
For those concerned with privacy, **Aurora Store** does not require Google's proprietary framework (spyware?) to operate. It works perfectly fine with or without Google Play Services or [MicroG](https://microg.org/).
|
||||
|
||||
**Aurora Store** was originally based on Sergei Yeriomin's [Yalp store](https://github.com/yeriomin/YalpStore). **Aurora Store** v4.0 is a rewrite of version 3 in Kotlin and runs on all devices running Android 4.4+. Read the roadmap page on our Wiki for more info!
|
||||
|
||||
## Screenshots
|
||||
|
||||
<img src="screenshots/account.png" height="400">
|
||||
<img src="screenshots/home.png" height="400">
|
||||
<img src="screenshots/sidebar.png" height="400">
|
||||
<img src="screenshots/spoof.png" height="400">
|
||||
|
||||
## Features
|
||||
|
||||
- Free/Libre software — Has GPLv3 licence
|
||||
- Beautiful design — Built upon latest Material Design guidelines
|
||||
- Anonymous accounts — You can log in and download with anonymous accounts so you don't have to use your own account
|
||||
- Personal account login — You can download purchased apps or access your wishlist by using your own Google account
|
||||
- [Exodus](https://exodus-privacy.eu.org/) integration — Instantly see trackers an app is hiding in its code
|
||||
|
||||
## Downloads
|
||||
|
||||
Please only download the latest stable releases from GitLab or one of these sources:
|
||||
|
||||
- GitLab: [Releases](https://gitlab.com/AuroraOSS/AuroraStore/-/releases)
|
||||
- AuroraOSS: [Downloads](https://auroraoss.com/AuroraStore/)
|
||||
- AuroraOSS: [Stable](https://auroraoss.com/AuroraStore/Stable/)
|
||||
- F-Droid: [Link](https://f-droid.org/en/packages/com.aurora.store/)
|
||||
- Telegram: [Channel](https://t.me/AuroraOfficial)
|
||||
- XDA Forum: [Thread](https://forum.xda-developers.com/t/app-4-4-aurora-store-open-source-play-store-client-april-8-2021.3739733/)
|
||||
|
||||
Nightlies are released here:
|
||||
|
||||
- AuroraOSS: [Nightlies](https://auroraoss.com/AuroraStore/Nightly)
|
||||
|
||||
`Aurora Store v4 is still in on-going development! Bugs are to be expected! Any bug reports are appreciated.`
|
||||
**Aurora Store** is an unofficial, FOSS client to Google Play with an elegant design. Aurora Store
|
||||
allows users to download, update, and search for apps like the Play Store. It works perfectly fine
|
||||
with or without Google Play Services or MicroG.
|
||||
|
||||
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="60">](https://f-droid.org/en/packages/com.aurora.store/)
|
||||
|
||||
## FAQs
|
||||
## Features
|
||||
|
||||
Please visit the [Aurora Wiki](https://gitlab.com/AuroraOSS/AuroraStore/-/wikis/home) of this project for FAQs. You can also reach out to us on our support chat on [Telegram](https://t.me/AuroraSupport).
|
||||
- FOSS: Has GPLv3 licence
|
||||
- Beautiful design: Built upon latest Material 3 guidelines
|
||||
- Account login: You can login with either personal or an anonymous account
|
||||
- Device & Locale spoofing: Change your device and/or locale to access geo locked apps
|
||||
- [Exodus Privacy](https://exodus-privacy.eu.org/) integration: Instantly see trackers in app
|
||||
- Updates blacklisting: Ignore updates for specific apps
|
||||
|
||||
## Downloads
|
||||
|
||||
Please only download the latest stable releases from one of these sources:
|
||||
|
||||
- [F-Droid](https://f-droid.org/en/packages/com.aurora.store/) (Recommended)
|
||||
- [AuroraOSS](https://auroraoss.com/AuroraStore/)
|
||||
- [GitLab Releases](https://gitlab.com/AuroraOSS/AuroraStore/-/releases)
|
||||
|
||||
## Support
|
||||
|
||||
Aurora Store v4 is still in on-going development! Bugs are to be expected! Any bug reports are appreciated.
|
||||
Please visit [Aurora Wiki](https://gitlab.com/AuroraOSS/AuroraStore/-/wikis/home) for FAQs.
|
||||
|
||||
- [Telegram](https://t.me/AuroraSupport)
|
||||
- [XDA Developers](https://forum.xda-developers.com/t/app-5-0-aurora-store-open-source-google-play-client.3739733/)
|
||||
|
||||
## Screenshots
|
||||
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-01.png" height="400">
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-03.png" height="400">
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-07.png" height="400">
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-08.png" height="400">
|
||||
|
||||
## Translations
|
||||
|
||||
@@ -61,23 +48,9 @@ Don't see your preferred language? Click on the widget below to help translate A
|
||||
|
||||
## Project references
|
||||
|
||||
<details><summary>Open Source libraries Aurora Store uses</summary>
|
||||
|
||||
- [RX-Java](https://github.com/ReactiveX/RxJava)
|
||||
- [ButterKnife](https://github.com/JakeWharton/butterknife)
|
||||
- [OkHttp3](https://square.github.io/okhttp/)
|
||||
- [Glide](https://github.com/bumptech/glide)
|
||||
- [Fetch2](https://github.com/tonyofrancis/Fetch)
|
||||
- [GPlayApi](https://gitlab.com/AuroraOSS/gplayapi)
|
||||
- [PlayStoreApi-v2](https://github.com/whyorean/playstore-api-v2) (Deprecated! Used up till v3)
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary>Aurora Store is based on these projects</summary>
|
||||
Aurora Store is based on these projects
|
||||
|
||||
- [YalpStore](https://github.com/yeriomin/YalpStore)
|
||||
- [AppCrawler](https://github.com/Akdeniz/google-play-crawler)
|
||||
- [Raccoon](https://github.com/onyxbits/raccoon4)
|
||||
- [SAI](https://github.com/Aefyr/SAI)
|
||||
|
||||
</details>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
Aurora Store is an open-source alternative Google Play Store frontend client with privacy and modern design in mind.
|
||||
Not only does Aurora Store download, update, and search for apps like the Play Store, it also empowers the user with useful features.
|
||||
Aurora Store is an unofficial, FOSS client to Google Play with an elegant design. Aurora Store
|
||||
allows users to download, update, and search for apps like the Play Store. It works perfectly fine
|
||||
with or without Google Play Services or MicroG.
|
||||
|
||||
<b>Features:</b>
|
||||
|
||||
• Anonymous login: Login anonymously so that you stay private.
|
||||
• Google login: Access your paid apps and install beta apps.
|
||||
• Device spoofing: App not available for your device? Use available device configurations to spoof you device!
|
||||
• Filter F-Droid app: Don't want F-Droid apps to be in your update list? Use the filter to exclude them.
|
||||
• Blacklist apps: By blacklisting apps, Google will not know that the selected apps are installed on your device.
|
||||
• FOSS: Has GPLv3 licence
|
||||
• Beautiful design: Built upon latest Material 3 guidelines
|
||||
• Account login: You can login with either personal or an anonymous account
|
||||
• Device & Locale spoofing: Change your device and/or locale to access geo locked apps
|
||||
• [Exodus Privacy](https://exodus-privacy.eu.org/) integration: Instantly see trackers in app
|
||||
• Updates blacklisting: Ignore updates for specific apps
|
||||
|
||||
|
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 280 KiB |
|
Before Width: | Height: | Size: 559 KiB After Width: | Height: | Size: 542 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 572 KiB |
|
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 213 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 320 KiB |
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 178 KiB |
@@ -1 +1 @@
|
||||
An open-source alternative to Google Play Store with privacy and modern design
|
||||
An unofficial FOSS client to Google Play with an elegant design and privacy
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
Aurora Store गोपनीयता और आधुनिक डिज़ाइन को ध्यान में रखते हुए एक ओपन-सोर्स वैकल्पिक Google Play Store फ्रंटएंड क्लाइंट है।
|
||||
Aurora Store न केवल Play Store जैसे ऐप्स को डाउनलोड, अपडेट और खोजता है, बल्कि यह उपयोगकर्ता को उपयोगी सुविधाओं से भी सशक्त बनाता है।
|
||||
Aurora Store एक सुंदर डिज़ाइन के साथ Google Play का एक अनौपचारिक, FOSS क्लाइंट है। Aurora Store
|
||||
उपयोगकर्ताओं को प्ले स्टोर जैसे ऐप्स डाउनलोड करने, अपडेट करने और खोजने देता है। यह Google Play Services या MicroG परवाह
|
||||
किए बिना काम करता हैै।
|
||||
|
||||
<b>विशेषताएं:</b>
|
||||
|
||||
• अनाम लॉगिन: गुमनाम रूप से लॉगिन करें ताकि आप निजी बने रहें।
|
||||
• Google लॉगिन: अपने सशुल्क ऐप्स तक पहुंचें और बीटा ऐप्स इंस्टॉल करें।
|
||||
• डिवाइस स्पूफिंग: ऐप आपके डिवाइस के लिए उपलब्ध नहीं है? अपने डिवाइस को धोखा देने के लिए उपलब्ध डिवाइस कॉन्फ़िगरेशन का उपयोग करें!
|
||||
• फ़िल्टर F-Droid ऐप: नहीं चाहते कि F-Droid ऐप्स आपकी अपडेट सूची में हों? उन्हें बाहर करने के लिए फ़िल्टर का उपयोग करें।
|
||||
• ब्लैकलिस्ट ऐप्स: ऐप्स को ब्लैकलिस्ट करने से, Google को यह पता नहीं चलेगा कि चयनित ऐप्स आपके डिवाइस पर इंस्टॉल हैं।
|
||||
• FOSS: GPLv3 लाइसेंस है
|
||||
• सुंदर डिज़ाइन: नवीनतम Material 3 दिशानिर्देशों पर निर्मित
|
||||
• खाता लॉगिन: आप व्यक्तिगत या अनाम खाते से लॉगिन कर सकते हैं
|
||||
• डिवाइस और लोकेल स्पूफिंग: जियो लॉक किए गए ऐप्स तक पहुंचने के लिए अपना डिवाइस और/या लोकेल बदलें
|
||||
• Exodus Privacy एकीकरण: ऐप में तुरंत ट्रैकर्स देखें
|
||||
• अपडेट ब्लैकलिस्टिंग: विशिष्ट ऐप्स के लिए अपडेट को अनदेखा करें
|
||||
|
||||
|
Before Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 688 KiB |
|
Before Width: | Height: | Size: 262 KiB |
|
Before Width: | Height: | Size: 270 KiB |