Browse Source

Finish up differences with the Android client

pull/8/head
Daniel Martí 11 years ago
parent
commit
0f8f3b117f
  1. 6
      README.md

6
README.md

@ -28,16 +28,18 @@ makes sense such as `update`, `show`, `install` and `remove`.
- Fetch installed applications - Fetch installed applications
- Should use a `sync` command if always fetching the data above is slow - Should use a `sync` command if always fetching the data above is slow
- Install, update and remove applications - Install, update and remove applications
* Interaction with multiple devices at once via ADB:
- Transfer apps and their data from one device to another
* Apk caching * Apk caching
### Advantages over the Android client ### Advantages over the Android client
* Faster to use command line interface * Faster to use command line interface
* Ability to batch install/update/remove without root nor system privileges * Ability to batch install/update/remove without root nor system privileges
* Interact between multiple Android devices: * Handle multiple Android devices
- Transfer apps and their data from one device to another
### Android client features this will never have ### Android client features this will never have
* "Update available" notifications * "Update available" notifications
* Run on Android with a user interface
* Swap apps over WiFi or Bluetooth and local repos * Swap apps over WiFi or Bluetooth and local repos

Loading…
Cancel
Save