├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── categories ├── automation.md ├── connectivity.md ├── development.md ├── food.md ├── games.md ├── graphics.md ├── internet.md ├── messaging.md ├── money.md ├── multimedia.md ├── navigation.md ├── office.md ├── phone-and-sms.md ├── reading.md ├── religion.md ├── science-and-education.md ├── security.md ├── sports-and-health.md ├── system.md ├── theming.md ├── time.md ├── writing.md └── xposed.md └── public ├── openapk-512.png └── openapk-blank.svg /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/README.md -------------------------------------------------------------------------------- /categories/automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/automation.md -------------------------------------------------------------------------------- /categories/connectivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/connectivity.md -------------------------------------------------------------------------------- /categories/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/development.md -------------------------------------------------------------------------------- /categories/food.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/food.md -------------------------------------------------------------------------------- /categories/games.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/games.md -------------------------------------------------------------------------------- /categories/graphics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/graphics.md -------------------------------------------------------------------------------- /categories/internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/internet.md -------------------------------------------------------------------------------- /categories/messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/messaging.md -------------------------------------------------------------------------------- /categories/money.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/money.md -------------------------------------------------------------------------------- /categories/multimedia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/multimedia.md -------------------------------------------------------------------------------- /categories/navigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/navigation.md -------------------------------------------------------------------------------- /categories/office.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/office.md -------------------------------------------------------------------------------- /categories/phone-and-sms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/phone-and-sms.md -------------------------------------------------------------------------------- /categories/reading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/reading.md -------------------------------------------------------------------------------- /categories/religion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/religion.md -------------------------------------------------------------------------------- /categories/science-and-education.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/science-and-education.md -------------------------------------------------------------------------------- /categories/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/security.md -------------------------------------------------------------------------------- /categories/sports-and-health.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/sports-and-health.md -------------------------------------------------------------------------------- /categories/system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/system.md -------------------------------------------------------------------------------- /categories/theming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/theming.md -------------------------------------------------------------------------------- /categories/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/time.md -------------------------------------------------------------------------------- /categories/writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/writing.md -------------------------------------------------------------------------------- /categories/xposed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/categories/xposed.md -------------------------------------------------------------------------------- /public/openapk-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/public/openapk-512.png -------------------------------------------------------------------------------- /public/openapk-blank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobilenetworkltd/openapk/HEAD/public/openapk-blank.svg --------------------------------------------------------------------------------