Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyb129/AppDevToolbox
Collection of tools for Android app development in one place 🔧 🔨
https://github.com/andyb129/AppDevToolbox
Last synced: 3 months ago
JSON representation
Collection of tools for Android app development in one place 🔧 🔨
- Host: GitHub
- URL: https://github.com/andyb129/AppDevToolbox
- Owner: andyb129
- Created: 2020-05-31T20:49:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T21:55:12.000Z (over 4 years ago)
- Last Synced: 2024-07-15T22:52:05.462Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 10.2 MB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-kotlin-apps - AppDevToolbox
README
# AppDevToolbox
A collection of tools for Android app development in one place.
:construction_worker: :hammer: NOTE: This is still a work in progress :hammer: :construction_worker:
This app brings together the following amazing Android development apps into one. (Thanks to all for their brilliant tools)
I've also tweeked a few parts (e.g. language button on widget) and added some other features.
* **Device Stats** (device info) by [scottyab](https://github.com/scottyab) - [https://github.com/scottyab/android-device-stats](https://github.com/scottyab/android-device-stats)
* **Material Keylines** (layout overlay) by [esnaultdev](https://github.com/esnaultdev) - [https://github.com/esnaultdev/MaterialKeylines](https://github.com/esnaultdev/MaterialKeylines)
* **Venom** (process killer) by [YarikSOffice](https://github.com/YarikSOffice) - [https://github.com/YarikSOffice/venom](https://github.com/YarikSOffice/venom)
* **Dev Widget** (app widget) by [tasomaniac](https://github.com/tasomaniac) - [https://github.com/tasomaniac/DevWidget](https://github.com/tasomaniac/DevWidget)
* **Dev Tiles** (notification tiles for dev settings) by [mustafa01ali](https://github.com/mustafa01ali) - [https://github.com/mustafa01ali/Dev-Tiles](https://github.com/mustafa01ali/Dev-Tiles)
* **Snippet** (quick text pasting) by Me! :smile: [andyb129](https://github.com/andyb129) - [https://github.com/andyb129/Snippet](https://github.com/andyb129/Snippet)### PERMISSIONS
To use the DEV TILES part of the app remember to launch these ADB shell commands to allow the app to access the dev settings
```
adb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.WRITE_SECURE_SETTINGSadb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.DUMP
```### TODO
1. This is my first attempt at this and I hope to improve it over time.
3. I will try to add any other useful tools/shortcuts as I find them### Licence
```
Copyright (c) 2020 Andy BarberLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```