69 Commits (c29eece05ffb32cfb73e71dcc322398441c31495)

Author SHA1 Message Date
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í 28d5821c29 Move from mvdan/appdir to mvdan/basedir 11 years ago
Daniel Martí 4b79060d7d Use // for the license headers 11 years ago
Daniel Martí 79f97c48ba No need to show installed status if already filtering installed apps 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í 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í 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í 2666a4f7af Replace pm with dumpsys for querying installed packages 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í 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í 6e8af8a0fd MD5WithRSA is not implemented yet 11 years ago
Daniel Martí d2f6a03454 Start signature verification support for jar indexes 11 years ago
Daniel Martí d0fe9441fa Stream downloaded files directly into a file 11 years ago
Daniel Martí 100f2b7bb4 Stop using "jar" for the body 11 years ago
Daniel Martí d30fdaf846 Add changelog support 11 years ago
Daniel Martí ce4333db9a Don't crash if no etag is returned 11 years ago
Daniel Martí b9f09874a1 Start using appdir 11 years ago
Daniel Martí cc9b1ff216 Explicitly start the ADB server 11 years ago
Daniel Martí bceccfd2a8 Move http code into http.go 11 years ago
Daniel Martí 33698974ca Move http downloading code to cmd/fdroidcl 11 years ago