Commit Graph

  • 632a2050e7 Split up app finding logic Daniel Martí 2015-06-19 13:15:42 +0200
  • 8ec1e649bf Adb start server fixes Daniel Martí 2015-06-19 13:15:19 +0200
  • a7994f6c48 Deduplicate lots of INSTALL_ and DELETE_ Daniel Martí 2015-06-19 00:53:48 +0200
  • e1b530ae14 Implement all of the adb install errors Daniel Martí 2015-06-19 00:51:54 +0200
  • 28b22c2808 Add all possible uninstall errors Daniel Martí 2015-06-19 00:35:56 +0200
  • 76a985a9df Implement uninstall Daniel Martí 2015-06-19 00:26:33 +0200
  • 7d9205d4b9 Better handling of features that need a device Daniel Martí 2015-06-19 00:10:50 +0200
  • 71caaf434e Reorder funcs Daniel Martí 2015-06-19 00:07:01 +0200
  • e5958a3ed4 Show installed/updates status in versions Daniel Martí 2015-06-18 23:58:28 +0200
  • eb210bd626 Better connected devices support Daniel Martí 2015-06-18 23:46:46 +0200
  • 86e48692d0 Always use maps for installed packages Daniel Martí 2015-06-18 23:28:39 +0200
  • 0aec8d6248 Don't load index if we encountered an error Daniel Martí 2015-06-18 23:00:39 +0200
  • 0e9746e7c2 Add -u flag to search to filter updates Daniel Martí 2015-06-18 22:51:51 +0200
  • 64925cd401 Populate versionCode and versionName in adb.Installed() Daniel Martí 2015-06-18 22:38:18 +0200
  • 2666a4f7af Replace pm with dumpsys for querying installed packages Daniel Martí 2015-06-18 22:26:05 +0200
  • 127bdabb96 Add concurrency TODO Daniel Martí 2015-06-18 22:21:58 +0200
  • 5139fd2ffa Better -q flag help wording Daniel Martí 2015-06-18 19:55:01 +0200
  • 921894b43b Replace installed command by -i flag in search Daniel Martí 2015-06-18 19:51:32 +0200
  • 1ab44f4b2a Move common functions to files that make more sense Daniel Martí 2015-06-18 19:47:07 +0200
  • 4ee1ac0d41 Typo fix Daniel Martí 2015-06-18 19:42:29 +0200
  • 25e15bb75b Remove list in favour of search Daniel Martí 2015-06-18 19:41:27 +0200
  • df4a4a6c1c Mention -h usages per command Daniel Martí 2015-06-18 19:13:29 +0200
  • 4f653a02c8 Don't hardcode global usage Daniel Martí 2015-06-18 19:11:12 +0200
  • 68a776329f Proper usage functions Daniel Martí 2015-06-18 19:03:54 +0200
  • c15bf6413f Add -q search flag to only print package ids Daniel Martí 2015-06-18 18:45:53 +0200
  • 7e9173b931 Use regexes instead of substrings when searching Daniel Martí 2015-06-18 18:38:07 +0200
  • 99f4daacdc Revert "Support finding apps by partial package name" Daniel Martí 2015-06-18 18:27:47 +0200
  • da5f2b2fa4 Support finding apps by partial package name Daniel Martí 2015-06-16 13:22:17 +0200
  • 91164bd520 Fix formatting in list.go commented code Daniel Martí 2015-06-16 13:15:36 +0200
  • 0e5d2fe8f2 Separate app filtering by id Daniel Martí 2015-06-16 13:14:44 +0200
  • e18a67e15c Comment out unused pubkey code Daniel Martí 2015-06-16 13:01:14 +0200
  • 0abae7b193 Add missing (planned) commands Daniel Martí 2015-06-16 12:54:38 +0200
  • f4bd229745 Simplify README Daniel Martí 2015-06-16 12:49:49 +0200
  • 00a3fcee88 Merge http.go into update.go and repo.go into main.go Daniel Martí 2015-06-16 00:48:12 +0200
  • adfd16a416 Finish splitting up commands Daniel Martí 2015-06-16 00:45:51 +0200
  • 53066ba208 Separate devices Daniel Martí 2015-06-16 00:37:25 +0200
  • 367fe03bae Start splitting up subcommands into separate files Daniel Martí 2015-06-16 00:34:05 +0200
  • 3120edd0a7 Simplify HTTP not modified replies Daniel Martí 2015-06-14 14:59:07 +0200
  • cc56a70677 Add support for date values Daniel Martí 2015-06-14 02:30:56 +0200
  • 210152227e Fix hash values Daniel Martí 2015-06-14 02:18:23 +0200
  • 4ba4ce9f88 xml: unmarshal hex values properly Daniel Martí 2015-06-14 02:14:47 +0200
  • d9c53bb589 Don't export commaList Daniel Martí 2015-06-14 02:08:38 +0200
  • 74be4339ec Use int64 for sizes Daniel Martí 2015-06-14 02:06:14 +0200
  • 61a13174fd Don't use uints for vercodes Daniel Martí 2015-06-14 02:05:52 +0200
  • a72b8bee3c Add more Apk fields Daniel Martí 2015-06-14 02:05:34 +0200
  • b0013c2ae0 Run go fmt Daniel Martí 2015-06-14 02:03:27 +0200
  • 020d2ac64d Note about MD5WithRSA in the README Daniel Martí 2015-06-13 21:30:25 +0200
  • 6e8af8a0fd MD5WithRSA is not implemented yet Daniel Martí 2015-06-13 21:29:21 +0200
  • d2f6a03454 Start signature verification support for jar indexes Daniel Martí 2015-06-13 20:46:25 +0200
  • b969dd340b Fix indentation in adb Daniel Martí 2015-06-13 20:46:11 +0200
  • 0afe577b09 Move jar code into jar.go Daniel Martí 2015-06-13 18:16:25 +0200
  • d0fe9441fa Stream downloaded files directly into a file Daniel Martí 2015-06-13 17:54:41 +0200
  • 56b2cf5031 Reword differences with the Android client Daniel Martí 2015-06-13 17:54:28 +0200
  • 27bf4da00f Add more missing feature items Daniel Martí 2015-06-13 17:51:23 +0200
  • 100f2b7bb4 Stop using "jar" for the body Daniel Martí 2015-06-13 01:09:40 +0200
  • d30fdaf846 Add changelog support Daniel Martí 2015-06-13 01:07:18 +0200
  • ce4333db9a Don't crash if no etag is returned Daniel Martí 2015-06-13 01:05:05 +0200
  • b9f09874a1 Start using appdir Daniel Martí 2015-06-13 00:51:10 +0200
  • cc9b1ff216 Explicitly start the ADB server Daniel Martí 2015-06-12 23:56:24 +0200
  • d7df91e65e Move appList closer to usage Daniel Martí 2015-05-28 21:03:02 +0200
  • 2da75070e6 Better support for listing adb devices Daniel Martí 2015-05-24 11:24:17 +0200
  • bceccfd2a8 Move http code into http.go Daniel Martí 2015-05-22 23:40:52 +0200
  • 33698974ca Move http downloading code to cmd/fdroidcl Daniel Martí 2015-05-22 23:27:08 +0200
  • 644bb6dd2c Make index loading funcs use reader interfaces Daniel Martí 2015-05-22 22:49:13 +0200
  • 6b42194051 Leave some space between detailed printings of apps Daniel Martí 2015-05-22 22:27:49 +0200
  • 36c5d1a9e8 Also print package name in show Daniel Martí 2015-05-22 22:23:12 +0200
  • 293f9da312 Fix "show" pointer logic bug Daniel Martí 2015-05-22 22:23:02 +0200
  • ab6eca4ed8 Run go fmt Daniel Martí 2015-05-22 21:58:40 +0200
  • baf62cc66c Properly load repo details in an index Daniel Martí 2015-05-22 20:57:03 +0200
  • f13dcfd69b Fix crasher in show Daniel Martí 2015-05-22 20:55:18 +0200
  • c7ce004912 Load an index, not a repo Daniel Martí 2015-05-22 20:54:17 +0200
  • 383bef3914 Always ensure that apps are sorted when loading an index Daniel Martí 2015-05-22 20:48:24 +0200
  • 60554a458e Make the library return the whole repo, stop using maps everywhere Daniel Martí 2015-05-22 20:46:38 +0200
  • a68fed9b34 Remove more completed TODO items Daniel Martí 2015-05-22 19:30:17 +0200
  • b71fb0553b Add installed to usage Daniel Martí 2015-05-22 19:29:31 +0200
  • 9978dd8722 Move detailed app printing into cmd/fdroidcl Daniel Martí 2015-05-22 19:28:50 +0200
  • 0ffe3a1c4c Move app printing code to cmd/fdroidcl Daniel Martí 2015-05-22 19:23:26 +0200
  • 90e9a8d723 Implement listing of installed apps Daniel Martí 2015-05-22 19:07:58 +0200
  • 68199634cd Don't use auxiliary function for Usage Daniel Martí 2015-05-22 00:59:22 +0200
  • 1615385037 Add uninstall Daniel Martí 2015-05-22 00:57:20 +0200
  • e2b7666f17 Implement install Daniel Martí 2015-05-22 00:49:31 +0200
  • 2d0d953f52 Get more information from adb devices Daniel Martí 2015-05-22 00:02:37 +0200
  • 3ef17d82ee Replace "goto label" with "continue label" Daniel Martí 2015-05-21 23:41:24 +0200
  • d180376e07 Implement device listing in adb Daniel Martí 2015-05-21 23:05:11 +0200
  • 882ef9e217 Etags are done Daniel Martí 2015-05-21 22:42:20 +0200
  • 4c1a3f5952 Don't log in the fdroidcl package Daniel Martí 2015-05-01 13:23:37 +0200
  • 6242524609 Start working on adb Daniel Martí 2015-05-01 13:06:51 +0200
  • b2a36fa18c Split up command line interface into cmd/fdroidcl Daniel Martí 2015-05-01 12:59:12 +0200
  • a8e62238e3 Split up into main and index Daniel Martí 2015-04-22 21:52:18 +0200
  • d1f3414bbf Add link support to description Daniel Martí 2015-04-22 21:46:31 +0200
  • e3558cb672 Initial support for description handling Daniel Martí 2015-04-22 19:37:51 +0200
  • 5f6d05551b Rework file downloading with etag Daniel Martí 2015-04-21 17:41:53 +0200
  • ab0755add1 Make use of etags when updating the repo Daniel Martí 2015-04-16 01:40:40 +0200
  • 4c4b4aa6cf Add support for donation methods Daniel Martí 2015-04-14 23:54:58 +0200
  • 50a6a45fc3 Add MaxSdk support Daniel Martí 2015-04-14 23:47:59 +0200
  • 57d495a439 Remove extra spacing from apk prints Daniel Martí 2015-04-11 22:44:07 +0200
  • d741def6c3 Add -r to the usage text Daniel Martí 2015-04-11 22:43:38 +0200
  • 4db15dd282 Add apk nativecode support Daniel Martí 2015-04-11 22:35:28 +0200
  • 14aa57a061 Add support for comma-separated string lists Daniel Martí 2015-04-11 22:30:38 +0200
  • 352d5e7c6b Separate app ids and names Daniel Martí 2015-04-11 22:25:02 +0200