Skip to content

Commit

Permalink
New read me
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed May 11, 2024
1 parent 4ea4110 commit f1d7cbb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
Binary file added Documentation/application-installer.mov
Binary file not shown.
Binary file removed Documentation/dark-install-apk.gif
Binary file not shown.
Binary file added Documentation/file-explorer.mov
Binary file not shown.
Binary file removed Documentation/light-install-apk.gif
Binary file not shown.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Android tools makes the communication between Macos and Android devices easier.

## ⚡️ Installation

You can install application from Github releases
You can install application from Github releases, using .dmg file. In app update is available to keep your application up to date.


## Features
Expand All @@ -25,7 +25,27 @@ You can install application from Github releases

You can install an application from any .apk file on your Mac. You can drag and drop it into the application, or load it from the finder.

<video width="620" controls>
<source src="Documentation/application-installer.mov" type="video/mp4">
</video>

<img src="./Documentation/dark-install-apk.gif#gh-dark-mode-only"/>
<img src="./Documentation/light-install-apk.gif#gh-light-mode-only"/>

### 📁 File explorer

The File Explorer in AndroidTools allows for easy and intuitive file management on your Android devices directly from your Mac. Here are the key features:

- Adding Files: You can add files to your Android device either by using drag-and-drop or by selecting them through Finder.
- Deleting Files and Folders: Easily delete files or folders from your Android device with a simple action in the explorer interface.
- Downloading Files: Download files from your Android device to your Mac to back up data or for local use.

<video width="620" controls>
<source src="Documentation/file-explorer.mov" type="video/mp4">
</video>



### 🚀 Road map

- View logcat
- New setting page
- Improve existing features

0 comments on commit f1d7cbb

Please sign in to comment.