159 Commits (3515080933aff4175561c2c8a5bf7e06defc6742)
 

Author SHA1 Message Date
Daniel Martí 3515080933 Add travis yml file 11 years ago
Daniel Martí 184affd7d5 Adapt code to new basedir 11 years ago
Daniel Martí e4c34163dc Multi-repo support is done 11 years ago
Daniel Martí 5a2c9e2e60 Add support for enabling/disabling of repos 11 years ago
Daniel Martí 91fd3e6aac Remove dead code 11 years ago
Daniel Martí da12500f2f Make CurApk be a method 11 years ago
Daniel Martí 0104ab4eb3 Merge app apks from different repos 11 years ago
Daniel Martí faf9594205 Start using apps from multiple repos 11 years ago
Daniel Martí df4fb8a50e Make update use all configured repos 11 years ago
Daniel Martí 95dbef5000 Make extra fields be ignored in xml 11 years ago
Daniel Martí 96add147b9 Don't export the config repo structure 11 years ago
Daniel Martí 28021dad54 Fallback to default config if it can't be read 11 years ago
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