147 Commits (97e3b1a5cf5ea26b59dddfb642a09b477beaef3a)
 

Author SHA1 Message Date
Daniel Martí 97e3b1a5cf Don't always write default config, do it via defaults 11 years ago
Daniel Martí ad000c6e1d Start using the config file 11 years ago
Daniel Martí 5ed50dff53 Add icon support to App 11 years ago
Daniel Martí 0022cba4df Add SrcURL() to Apk 11 years ago
Daniel Martí 46c8c686a0 Deduplicate apk url code 11 years ago
Daniel Martí 450e69c2b8 Reorganize types 11 years ago
Daniel Martí 4149e65b3b Add a download subcommand 11 years ago
Daniel Martí d220f4e3f2 Link apks to the repo they come from 11 years ago
Daniel Martí 5e24562367 Split up field types into fieldtypes.go 11 years ago
Daniel Martí 777bbd60b3 Store index jars in persistent storage 11 years ago
Daniel Martí 111ec07cbe Separate repo struct 11 years ago
Daniel Martí 5bddfffd90 Write config file with defaults if it doesn't exist 11 years ago
Daniel Martí b1e45f1e54 Start using a config file (unused as of now) 11 years ago
Daniel Martí c6bf5b85fb Properly close files after downloading them 11 years ago
Daniel Martí c29eece05f Don't start adb on search unless strictly necessary 11 years ago
Daniel Martí ce3a45a78c Reorganize app dir code 11 years ago
Daniel Martí c768efcf2d Add note on security and stability 11 years ago
Daniel Martí 28d5821c29 Move from mvdan/appdir to mvdan/basedir 11 years ago
Daniel Martí 4b79060d7d Use // for the license headers 11 years ago
Daniel Martí cefdf39857 Checking for the length of submatches isn't necessary 11 years ago
Daniel Martí 56b4ec7869 Make failure code code a lot more robust via regex 11 years ago
Daniel Martí 79f97c48ba No need to show installed status if already filtering installed apps 11 years ago
Daniel Martí 8b33deca56 Avoid possible panic when slicing out of range 11 years ago
Daniel Martí 4425a744ab Add some description formatting tests 11 years ago
Daniel Martí 81398803cf Don't assume that apks are sorted already 11 years ago
Daniel Martí 3f6718207d Improve support for custom types in the xml 11 years ago
Daniel Martí 68415e8994 Small README fixes 11 years ago
Daniel Martí bbda2dced5 Fix some variable names as per golint 11 years ago
Daniel Martí 768749feae Also show when we're installing/uninstalling an app 11 years ago
Daniel Martí 3ad355aae2 Add hash checking and fix hexadecimal chardata 11 years ago
Daniel Martí ea3545a1e5 Better support for adb result codes 11 years ago
Daniel Martí 83a1cba510 Implement install 11 years ago
Daniel Martí 632a2050e7 Split up app finding logic 11 years ago
Daniel Martí 8ec1e649bf Adb start server fixes 11 years ago
Daniel Martí a7994f6c48 Deduplicate lots of INSTALL_ and DELETE_ 11 years ago
Daniel Martí e1b530ae14 Implement all of the adb install errors 11 years ago
Daniel Martí 28b22c2808 Add all possible uninstall errors 11 years ago
Daniel Martí 76a985a9df Implement uninstall 11 years ago
Daniel Martí 7d9205d4b9 Better handling of features that need a device 11 years ago
Daniel Martí 71caaf434e Reorder funcs 11 years ago
Daniel Martí e5958a3ed4 Show installed/updates status in versions 11 years ago
Daniel Martí eb210bd626 Better connected devices support 11 years ago
Daniel Martí 86e48692d0 Always use maps for installed packages 11 years ago
Daniel Martí 0aec8d6248 Don't load index if we encountered an error 11 years ago
Daniel Martí 0e9746e7c2 Add -u flag to search to filter updates 11 years ago
Daniel Martí 64925cd401 Populate versionCode and versionName in adb.Installed() 11 years ago
Daniel Martí 2666a4f7af Replace pm with dumpsys for querying installed packages 11 years ago
Daniel Martí 127bdabb96 Add concurrency TODO 11 years ago
Daniel Martí 5139fd2ffa Better -q flag help wording 11 years ago
Daniel Martí 921894b43b Replace installed command by -i flag in search 11 years ago