50 Commits (64925cd401144fe02cfd2cf9fc96fbda0477bf70)

Author SHA1 Message Date
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
Daniel Martí 644bb6dd2c Make index loading funcs use reader interfaces 11 years ago
Daniel Martí 6b42194051 Leave some space between detailed printings of apps 11 years ago
Daniel Martí 36c5d1a9e8 Also print package name in show 11 years ago
Daniel Martí 293f9da312 Fix "show" pointer logic bug 11 years ago
Daniel Martí ab6eca4ed8 Run go fmt 11 years ago
Daniel Martí f13dcfd69b Fix crasher in show 11 years ago
Daniel Martí c7ce004912 Load an index, not a repo 11 years ago
Daniel Martí 383bef3914 Always ensure that apps are sorted when loading an index 11 years ago
Daniel Martí 60554a458e Make the library return the whole repo, stop using maps everywhere 11 years ago
Daniel Martí b71fb0553b Add installed to usage 11 years ago
Daniel Martí 9978dd8722 Move detailed app printing into cmd/fdroidcl 11 years ago
Daniel Martí 0ffe3a1c4c Move app printing code to cmd/fdroidcl 11 years ago
Daniel Martí 90e9a8d723 Implement listing of installed apps 11 years ago
Daniel Martí 68199634cd Don't use auxiliary function for Usage 11 years ago
Daniel Martí 2d0d953f52 Get more information from adb devices 11 years ago
Daniel Martí 3ef17d82ee Replace "goto label" with "continue label" 11 years ago
Daniel Martí d180376e07 Implement device listing in adb 11 years ago
Daniel Martí 4c1a3f5952 Don't log in the fdroidcl package 11 years ago
Daniel Martí b2a36fa18c Split up command line interface into cmd/fdroidcl 11 years ago