Skip to content

Releases: glandon/AndroidLogger

Support adb -s and then use as default.

14 Sep 09:33
48b2318

Choose a tag to compare

Now you can connect any device you want, support adb -s and then use as default.

Add highlight keywords line option

07 Sep 07:50
68be971

Choose a tag to compare

You can highlight lines contains your keywords now!

For memory analyse, add a special case for showmap.

31 Aug 13:48
2275c40

Choose a tag to compare

v1.4.3.7
For memory analyse, add a special case for showmap.

  1. if showmap pid, go legacy
  2. else if showmap pkg, will do the special process
    -- fastcmd and adbcmd

v1.4.3.6: Fix adb port detect issue

23 Aug 15:36
4116913

Choose a tag to compare

v1.4.3.6

  1. Fix \r\r\n issue
  2. More faster to get the out of adb cmd
  3. Fix adb port detect failed issue

AndroidLogger.v1.4.3.5 optimize adb out and fix \r\r\n issue

10 Aug 14:46

Choose a tag to compare

Run adb cmd and get the out more faster~
Fix \r\r\n show issue.

Added [cmdout] feature and update icons to align Fluent UI

01 Jun 03:06

Choose a tag to compare

The [cmdout] feature will support the ANSI character set and have its icons updated to align with Fluent UI design standards.

<oscmd>
    <desc>Python Run</desc>
    <cmd>python</cmd>
    <param>@!</param>
    <type>cmdout</type>
    <charset>ansi</charset>
</oscmd>
AndroidLoggerLexer

AndroidLogger.v1.4.3.2 update icons and fix cmdout issues

18 May 16:08

Choose a tag to compare

New icons to adapter fluent icon themes, and fix [cmdout] may lost text issue.