GitXplorerGitXplorer
A

PotatoCenter

public
10 stars
3 forks
0 issues

Commits

List of commits on branch croquette-release.
Verified
130d49b26abce015561cb14fb303b5a1dae896f4

potato_center: README: Deprecate this repo

AAgentFabulous committed 5 years ago
Verified
d97d676f7ec5ded846ef44a92fc54a47e9e9138e

updater: Add flavors and signing fixup

AAgentFabulous committed 5 years ago
Verified
1ef8c14e4dcf2223c33fb10cf9a2afbbbc19dbba

potato_center: Migrate to AndroidX, upgrade deps, change permission lib

AAgentFabulous committed 5 years ago
Verified
b24cece44b08a2ecf5ce77dd79dc352336b52f17

potato_center: New icon!

RRshBfn committed 6 years ago
Verified
62f211d3bbf655e83f3fb534039f651319adf862

potato_center: Fixes and improvements

AAgentFabulous committed 6 years ago
Verified
8237d7a8b4f17d4733bbad40d63940c4fdede84d

center: Full UI and architecture revamp

AAgentFabulous committed 6 years ago

README

The README file for this repository.

PotatoCenter

A brand new OTA app written in Flutter for updating Android. Written with POSP in mind, it works with the android_flutter_updater plugin to interact with native components of Android such as UpdateEngine to serve a hassle free update experience.

Deprecated

The project has moved to the PotatoProject organization. You can find the maintained repository here.

Setting up

  • Open the project in Android Studio.
  • Add your project's framework.jar to android/libs
  • Run flutter packages get
  • Run main.dart

Contributing