You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <csr-id-5c863c95e60f45edfdd7421c8308d5c03e56c299/> implement the devices command
29
+
- <csr-id-4bb6c45444969bd946f5e98295aa315d6e55dc34/> implement the launch command
30
+
- <csr-id-84559042dda6f07b80ed75485c7be1d4daf6f9e8/> install apk first while running + refactor
31
+
- <csr-id-994559ea50d4b91d705d83d74b56ee7c1e745603/> impl the run command
32
+
Allows you to build the project and launch the main activity
33
+
- <csr-id-6f295ce66d89aa8a4ecd5ccc8d14574d82628fcc/> better and descriptive errors with anyhow
34
+
- <csr-id-ec2734d07b897f33e65a91115a9c06fe98ef3d8d/> leave a .android dotfile after project creation
35
+
This could later makes things quite easier. Instead of parsing the whole structure again to look out for certain metadata fields, the tool would just be able to read `.android` file from now.
36
+
- <csr-id-37d5d22ba08e6e5ccf4561285ee2779343a0f71d/> impl the install command
37
+
Allows the user to run `android install` and it will automatically install the apk to the currently connected device.
38
+
- <csr-id-4deac6acace945c9ff956ceab5c145d332c8a36c/> organize core logic into lib.rs
- Implement the devices command ([`5c863c9`](https://github.com/SyedAhkam/android-cli/commit/5c863c95e60f45edfdd7421c8308d5c03e56c299))
95
+
- Implement the launch command ([`4bb6c45`](https://github.com/SyedAhkam/android-cli/commit/4bb6c45444969bd946f5e98295aa315d6e55dc34))
96
+
- Run cargo fmt ([`49bb3a6`](https://github.com/SyedAhkam/android-cli/commit/49bb3a696906bbcbc9cdb6eabf673329033406b8))
97
+
- Install apk first while running + refactor ([`8455904`](https://github.com/SyedAhkam/android-cli/commit/84559042dda6f07b80ed75485c7be1d4daf6f9e8))
98
+
- Impl the run command ([`994559e`](https://github.com/SyedAhkam/android-cli/commit/994559ea50d4b91d705d83d74b56ee7c1e745603))
99
+
- Better and descriptive errors with anyhow ([`6f295ce`](https://github.com/SyedAhkam/android-cli/commit/6f295ce66d89aa8a4ecd5ccc8d14574d82628fcc))
100
+
- Leave a .android dotfile after project creation ([`ec2734d`](https://github.com/SyedAhkam/android-cli/commit/ec2734d07b897f33e65a91115a9c06fe98ef3d8d))
101
+
- Ignore dead_code lint in utils.rs ([`658b121`](https://github.com/SyedAhkam/android-cli/commit/658b1219f4d8fe14b695578ca83e0e219d7fc12d))
102
+
- Impl the install command ([`37d5d22`](https://github.com/SyedAhkam/android-cli/commit/37d5d22ba08e6e5ccf4561285ee2779343a0f71d))
103
+
- Add /out to .gitignore ([`61f73e5`](https://github.com/SyedAhkam/android-cli/commit/61f73e592f74a00ba38eda3fb648e1f036ddc42a))
104
+
- Organize core logic into lib.rs ([`4deac6a`](https://github.com/SyedAhkam/android-cli/commit/4deac6acace945c9ff956ceab5c145d332c8a36c))
0 commit comments