├── README.md ├── android-text-localizer.py ├── cacert.sh ├── constantizer.py ├── drawablefixer.py ├── genca.sh ├── github_pr.sh ├── iphoneassetconvert.py ├── itemizer.py ├── layoutparser.py ├── loggrep.py ├── parcelgen.py ├── parseplist.py ├── prefmaker.py ├── pullapk.sh ├── signapk.sh ├── spusagefixer.py ├── stringfixer.py ├── stringizer.py ├── stringparser.py ├── stripper.py ├── swiper.sh ├── tappablemaker.py ├── tinder.sh └── xmlparser.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/README.md -------------------------------------------------------------------------------- /android-text-localizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/android-text-localizer.py -------------------------------------------------------------------------------- /cacert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/cacert.sh -------------------------------------------------------------------------------- /constantizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/constantizer.py -------------------------------------------------------------------------------- /drawablefixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/drawablefixer.py -------------------------------------------------------------------------------- /genca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/genca.sh -------------------------------------------------------------------------------- /github_pr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/github_pr.sh -------------------------------------------------------------------------------- /iphoneassetconvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/iphoneassetconvert.py -------------------------------------------------------------------------------- /itemizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/itemizer.py -------------------------------------------------------------------------------- /layoutparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/layoutparser.py -------------------------------------------------------------------------------- /loggrep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/loggrep.py -------------------------------------------------------------------------------- /parcelgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/parcelgen.py -------------------------------------------------------------------------------- /parseplist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/parseplist.py -------------------------------------------------------------------------------- /prefmaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/prefmaker.py -------------------------------------------------------------------------------- /pullapk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/pullapk.sh -------------------------------------------------------------------------------- /signapk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/signapk.sh -------------------------------------------------------------------------------- /spusagefixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/spusagefixer.py -------------------------------------------------------------------------------- /stringfixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/stringfixer.py -------------------------------------------------------------------------------- /stringizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/stringizer.py -------------------------------------------------------------------------------- /stringparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/stringparser.py -------------------------------------------------------------------------------- /stripper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/stripper.py -------------------------------------------------------------------------------- /swiper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/swiper.sh -------------------------------------------------------------------------------- /tappablemaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/tappablemaker.py -------------------------------------------------------------------------------- /tinder.sh: -------------------------------------------------------------------------------- 1 | 2 | while true; do 3 | adb shell input tap 879 2153 4 | done 5 | 6 | -------------------------------------------------------------------------------- /xmlparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwr/android-tools/HEAD/xmlparser.py --------------------------------------------------------------------------------