26 Commits (4bb677415638ad0f15e22469b25e43eaf39447e6)

Author SHA1 Message Date
Linus789 4bb6774156 -user USER_ID: make sure that the user actually exists 3 years ago
Linus789 7936bf42a7 fix not being able to install app for other user if up-to-date 3 years ago
Linus789 e4bc5eef34 uninstall: add -user option 3 years ago
Linus789 963273783b show more detailed error message for install and uninstall 3 years ago
Linus789 017e11ec7a install: finish implementation of -user 3 years ago
Linus789 ea74ed88a8 do not show system apps 3 years ago
Linus789 dfa93a59ca add fallback for getting the api level of the device 3 years ago
Linus789 ab79440347 fix parsing adb property fallback 3 years ago
Linus789 ad4e809045 fix adb property fallback 3 years ago
Linus789 9d04fb9113 add fallback for `adb shell getprop` 3 years ago
Linus789 9622806bee add option to only install for specific user 3 years ago
Daniel Martí 0466391a27 all: refactor to use the new JSON index format 8 years ago
Daniel Martí b6e3746645 cmd/fdroidcl: merge upgraade into install 8 years ago
Daniel Martí 827c537d5c adb: actually use cmd parameter 9 years ago
relan 79e663e939 Fix parsing of adb uninstall error with a prefix 9 years ago
relan a7ec438ee5 Check stderr and stdout of adb install/uninstall 9 years ago
Daniel Martí 50a47d3744 adb: make ineffassign happy 10 years ago
Daniel Martí 2f5d34f72e Make AdbProps() more robust via a regexp 10 years ago
Daniel Martí 4a6306831a device: code simplification and cleanup 10 years ago
relan cf513043a8 Request ABIs and API level from devices 10 years ago
Daniel Martí f51c19c1bb Switch to external package mvdan/adb 10 years ago
Daniel Martí cb24828520 Use a map to identify errors 10 years ago
Daniel Martí 881c3852d7 Add first test file 10 years ago
Daniel Martí 41a332f361 Split adb.go into server and device 10 years ago
Daniel Martí f6fa62afb1 Move error stuff to error.go 10 years ago
Daniel Martí 94fca801c3 Make the host a constant 10 years ago
Daniel Martí a4971d2d15 Initial commit 10 years ago
Daniel Martí 2be6470bed Various code cleanups 10 years ago
Daniel Martí 2a687359de Replace ReadCloser with Reader found by interfacer 10 years ago
Daniel Martí b18687f455 adb: add Upgrade 11 years ago
Daniel Martí efc56ff1d9 adb: Separate error parsing 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í 8b33deca56 Avoid possible panic when slicing out of range 11 years ago
Daniel Martí bbda2dced5 Fix some variable names as per golint 11 years ago
Daniel Martí ea3545a1e5 Better support for adb result codes 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í eb210bd626 Better connected devices support 11 years ago
Daniel Martí 86e48692d0 Always use maps for installed packages 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í b969dd340b Fix indentation in adb 11 years ago
Daniel Martí cc9b1ff216 Explicitly start the ADB server 11 years ago
Daniel Martí 2da75070e6 Better support for listing adb devices 11 years ago
Daniel Martí 90e9a8d723 Implement listing of installed apps 11 years ago