Files
AuroraStore/README.md
2021-04-11 01:33:23 +05:30

84 lines
3.8 KiB
Markdown

<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: 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://files.auroraoss.com)
- AuroraOSS: [Stable](https://files.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://files.auroraoss.com/AuroraStore/Nightly/)
`Aurora Store v4 is still in on-going development! Bugs are to be expected! Any bug reports are appreciated.`
[<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
Please visit the [Aurora Wiki](https://auroraoss.com/faq/) on our website. You can also reach out to us on our support chat on [Telegram](https://t.me/AuroraSupport).
## Translations
Don't see your preferred language? Click on the widget below to help translate Aurora Store!
<a href="https://hosted.weblate.org/engage/aurora-store/">
<img src="https://hosted.weblate.org/widgets/aurora-store/-/strings/horizontal-auto.svg" alt="Translation status" />
</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>
- [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>