Pinned Repositories
Android-Drawables---Android
This application will list all public and private Android resources (i.e. resources located under 'android.R.*' and under 'com.android.internal.R.*') for the current device.
apkdetails
Analyzes an APK and prints information helpful to a developer
Bluetooth-LE-Library---Android
This library allows for easy access to a Bluetooth LE device's AdRecord and RSSI value. It offers additional functionality for iBeacons.
Floating-Info---Android
Floating Info is an Android application that displays the global CPU utilisation and Memory Usage of the current foreground process as a system overlay window
KeyEvent-Display---Android
This application will display all Button press related messages (using Android KeyEvents, and logcat & kmsg parsing). Useful when porting Android to different hardware and buttons don’t work.
Reflective-Drawable-Loader---Android
An Android library using reflection to access Drawables by name. It uses a LRU cache to reduce the overhead of reflection.
Under-the-Hood---Android
This app will run shell commands to get info from the device. Root not needed, but rooted devices should give more info
USB-Device-Info---Android
This application will provide information about almost all currently plugged-in USB devices.
webviewdebug
Provides a custom WebViewClient which will log info each time one of its methods is called
Wifi-Key-Recovery---Android
This application will help you recover the password of a wireless network you have connected to with your device in the past. It does not crack the network, or use the MAC/SSID address to deduce the password. It simply reads it from the device itself.
alt236's Repositories
alt236/Bluetooth-LE-Library---Android
This library allows for easy access to a Bluetooth LE device's AdRecord and RSSI value. It offers additional functionality for iBeacons.
alt236/USB-Device-Info---Android
This application will provide information about almost all currently plugged-in USB devices.
alt236/Wifi-Key-Recovery---Android
This application will help you recover the password of a wireless network you have connected to with your device in the past. It does not crack the network, or use the MAC/SSID address to deduce the password. It simply reads it from the device itself.
alt236/Floating-Info---Android
Floating Info is an Android application that displays the global CPU utilisation and Memory Usage of the current foreground process as a system overlay window
alt236/KeyEvent-Display---Android
This application will display all Button press related messages (using Android KeyEvents, and logcat & kmsg parsing). Useful when porting Android to different hardware and buttons don’t work.
alt236/apkdetails
Analyzes an APK and prints information helpful to a developer
alt236/Under-the-Hood---Android
This app will run shell commands to get info from the device. Root not needed, but rooted devices should give more info
alt236/webviewdebug
Provides a custom WebViewClient which will log info each time one of its methods is called
alt236/EasyCursor---Android
For those who find statements like `cursor.getString(cursor.getColumnIndexOrThrow(COLUMN_NAME));` or `cursor.getColumnIndex(COLUMN)==-1 ? value=FALLBACK : value=cursor.getString(COLUMN);` a bit too arcane and verbose.
alt236/Resource-Mirror---Android
An Android library using reflection to access resources by name. It uses a LRU cache to reduce the overhead of reflection.
alt236/bluetoothdebug
Provides custom wrappers to Bluetooth callbacks which log info each time one of its methods is called
alt236/jacocoxmlparser
Parse Jacoco XML reports and print reports on the terminal
alt236/Svg2Drawable
Converts an SVG to an bunch of appropriately sized PNGs AND will create the correct drawable directory structure
alt236/apkcompare
Compares two APKs and prints any differences
alt236/bluetooth-connection-log
Shows when and where Bluetooth devices connect and disconnect. Great of you keep losing them!
alt236/Bluetooth-Reset---Android
alt236/GradleCache2Mvn
Convert a gradle cache directory structure to the equivelent Maven one.
alt236/Stubber
Allows you to create a stub clone of a Jar file
alt236/codeplasterage
Have you ever been asked to increase codecoverage as a priority? CodePlaterage will help you reach your goal faster! It as a fuzzy testing framework with limited fuzziness capabilities and absolutely no meaningful impact to the improvement of code quality and confidence. THIS IS A JOKE PROJECT, DO NOT USE THIS IN ANY PRODUCTION CODE
alt236/Common-Tests
A collection of useful test cases for Java/ Android
alt236/fancybuttons
An Android library to easily create fancy buttons without the need of drawable files.
alt236/yetanotherhueapi
A Java library for controlling Philips Hue lights. Available from the Maven Central.
alt236/Android-Material-Icons
Android app which provide easy material design icons exportation for android projects
alt236/AndroidSlidingUpPanel
This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
alt236/ArchiverForGooglePhotos
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
alt236/lilygo-t5-47-ha
Home Assistant (HA) Dashboard for Lilygo T5 4.7 inch E-Paper display
alt236/mbox-fixer2
Try and fix mbox files. Emphasis on try.
alt236/Ning
Network-Scanner for Android
alt236/tabclirun
Execute a bunch of CLI commands and display the results in a tabbed interface
alt236/thejsonappyouarelookingfor