119 Commits (v0.1.0)
 

Author SHA1 Message Date
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
Daniel Martí 1ab44f4b2a Move common functions to files that make more sense 11 years ago
Daniel Martí 4ee1ac0d41 Typo fix 11 years ago
Daniel Martí 25e15bb75b Remove list in favour of search 11 years ago
Daniel Martí df4a4a6c1c Mention -h usages per command 11 years ago
Daniel Martí 4f653a02c8 Don't hardcode global usage 11 years ago
Daniel Martí 68a776329f Proper usage functions 11 years ago
Daniel Martí c15bf6413f Add -q search flag to only print package ids 11 years ago
Daniel Martí 7e9173b931 Use regexes instead of substrings when searching 11 years ago
Daniel Martí 99f4daacdc Revert "Support finding apps by partial package name" 11 years ago
Daniel Martí da5f2b2fa4 Support finding apps by partial package name 11 years ago
Daniel Martí 91164bd520 Fix formatting in list.go commented code 11 years ago
Daniel Martí 0e5d2fe8f2 Separate app filtering by id 11 years ago
Daniel Martí e18a67e15c Comment out unused pubkey code 11 years ago
Daniel Martí 0abae7b193 Add missing (planned) commands 11 years ago
Daniel Martí f4bd229745 Simplify README 11 years ago
Daniel Martí 00a3fcee88 Merge http.go into update.go and repo.go into main.go 11 years ago
Daniel Martí adfd16a416 Finish splitting up commands 11 years ago
Daniel Martí 53066ba208 Separate devices 11 years ago
Daniel Martí 367fe03bae Start splitting up subcommands into separate files 11 years ago
Daniel Martí 3120edd0a7 Simplify HTTP not modified replies 11 years ago
Daniel Martí cc56a70677 Add support for date values 11 years ago
Daniel Martí 210152227e Fix hash values 11 years ago
Daniel Martí 4ba4ce9f88 xml: unmarshal hex values properly 11 years ago
Daniel Martí d9c53bb589 Don't export commaList 11 years ago
Daniel Martí 74be4339ec Use int64 for sizes 11 years ago
Daniel Martí 61a13174fd Don't use uints for vercodes 11 years ago
Daniel Martí a72b8bee3c Add more Apk fields 11 years ago
Daniel Martí b0013c2ae0 Run go fmt 11 years ago