From 99dca58f31b69d54dae92afdc8d3da31fdc77eb3 Mon Sep 17 00:00:00 2001 From: Guo KK Date: Thu, 13 Jun 2019 09:54:05 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc1225a..e772dbf 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ This is the code repository, please visit the project page http://apkshellext.co #### [Todo] - [ ] Adaptive-icon support + - [ ] protobuf support - [ ] QR code to download to phone - [ ] Hook up adb function with namespace extension. - [ ] drag-drop to install / uninstall to phone From 9f63b58de32dca91d1c8974592fbdee08bf9e7fd Mon Sep 17 00:00:00 2001 From: Guo KK Date: Thu, 13 Jun 2019 13:58:24 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e772dbf..5ede395 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ This is the code repository, please visit the project page http://apkshellext.co #### [Todo] - [ ] Adaptive-icon support - [ ] protobuf support + - [ ] support .NET 4.0?? - [ ] QR code to download to phone - [ ] Hook up adb function with namespace extension. - [ ] drag-drop to install / uninstall to phone From 581ca7b7c1c58675b6b8185b519bbc2d8dc555cb Mon Sep 17 00:00:00 2001 From: Guo KK Date: Fri, 14 Jun 2019 12:17:16 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ede395..a32c0c9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This is the code repository, please visit the project page http://apkshellext.co * Pull request is always welcome. #### [Features] - - [x] Display app icon in explorer with best resolution. + - [x] Display app icon in Windows:registered: File Explorer with best resolution. __DOES NOT work with other file manager due to .NET restriction__ - [x] Customize-able Info-Tip for showing package information. - [x] Context menu for batch renaming, use customize-able patterns. - [x] Go to app store from context menu.