All Projects → oxygen-updater → Oxygen Updater

oxygen-updater / Oxygen Updater

Oxygen Updater App - faster access to OnePlus system updates. Be the first to update!

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Oxygen Updater

Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+2457.04%)
Mutual labels:  hacktoberfest, frontend
Webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Stars: ✭ 5,282 (+3812.59%)
Mutual labels:  hacktoberfest, frontend
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (+200%)
Mutual labels:  hacktoberfest, frontend
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+61.48%)
Mutual labels:  hacktoberfest, frontend
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+6648.89%)
Mutual labels:  hacktoberfest, frontend
Gulp Front
Frontend boilerplate and framework based on gulp, pug, stylus and babel
Stars: ✭ 237 (+75.56%)
Mutual labels:  hacktoberfest, frontend
Free Courses
Free IT courses
Stars: ✭ 522 (+286.67%)
Mutual labels:  hacktoberfest, frontend
Front End Performance Checklist
🎮 더 빠르게 작동하는 프론트엔드 성능 체크리스트
Stars: ✭ 183 (+35.56%)
Mutual labels:  hacktoberfest, frontend
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+734.81%)
Mutual labels:  hacktoberfest, frontend
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (+634.07%)
Mutual labels:  hacktoberfest, frontend
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (+60%)
Mutual labels:  hacktoberfest, frontend
Frontend
🍭 Frontend for Home Assistant
Stars: ✭ 1,366 (+911.85%)
Mutual labels:  hacktoberfest, frontend
Resources
This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.
Stars: ✭ 198 (+46.67%)
Mutual labels:  hacktoberfest, frontend
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (+100.74%)
Mutual labels:  hacktoberfest, frontend
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (+42.96%)
Mutual labels:  hacktoberfest, frontend
Po Angular
Biblioteca de componentes Angular.
Stars: ✭ 497 (+268.15%)
Mutual labels:  hacktoberfest, frontend
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+3.7%)
Mutual labels:  hacktoberfest, frontend
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-78.52%)
Mutual labels:  hacktoberfest, frontend
Captain Fact Frontend
🔎 CaptainFact - Frontend. The one you see on https://captainfact.io
Stars: ✭ 74 (-45.19%)
Mutual labels:  hacktoberfest, frontend
Challenges Front End
Repositório referente à desafios de front-end da womakerscode
Stars: ✭ 116 (-14.07%)
Mutual labels:  hacktoberfest, frontend

Oxygen Updater (Android App)

This repository contains all the code of the Oxygen Updater Android application.

Building and running

Required tools

The application should be buildable with Android Studio v3.4.2 and higher. However, since we use Kotlin + Kotlin build scripts, you might benefit by using Android Studio v4.0.0 and higher. The app targets Android 10/Q (API 29) and the minimum is Android Lollipop (API 21). Make sure you've got both platforms installed!

Key store / signing

Before you can run the non-debug variants of the app, you'll need to create a key store to sign the app. Also, you need to specify its location, alias and credentials in keystore.properties. You can create a key store through Android Studio: Build -> Generate Signed Bundle / APK -> Next -> Create new (under key store path) Then, add the alias, key and store passwords and the file path to keystore.properties.

Note: The file path of the key store is relative to the app folder of the project! It is recommended to save the key store as app/keyStore.jks, as this file is ignored from Git. In the keyStore properties, name it just keyStore.jks.

Example:

storePassword=passw0rd
keyPassword=passw0rd!
keyAlias=my_app_key_name
storeFile=keyStore.jks  

The app can be run within the emulator but is limited to no-root features only. To test automatic update installations and other root features, you'll need to run it on a rooted device.

Contributing

See CONTRIBUTING.md.

References to oxygenupdater.com/api (server side)

The app communicates with server code, of which sources are available at https://github.com/oxygen-updater/oxygen-updater-backend If you want to run the app with this backend locally hosted (e.g. via Docker), please use the localDebug build variant.

License

This repository has no license. Default copyright laws apply, as mentioned in GitHub's "Licensing a repository" page:

[...] Without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. [...].

For legal purposes, the owner of this organization (Adhiraj Singh Chauhan) is to be considered as the owner of this project, and all its associated files and build outputs (APKs, AABs, etc.). Contributors of this project agree to transfer copyrights to the owner of this organization, with some exceptions:

  • Code owners share ownership of that file, and are entitled to the same copyright laws as the owner of the organization.
    Code owners are usually marked with the @author annotation on a class/method/variable.
  • If any source file within this repository has license information as part of the file, that license overrides.

This means that you are not permitted to redistribute and/or modify both the source code of this project, and the relevant build outputs without our explicit permission. You can contact us on our official Discord server, or over email.

You can still view/fork this repository, submit PRs, and/or raise issues. This is in accordance of GitHub's Terms of Service:

[...] If you publish your source code in a public repository on GitHub, according to the Terms of Service, other GitHub users have the right to view and fork your repository within the GitHub site. [...]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].