-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
120 lines (94 loc) · 3.5 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
version 0.17.4
[+] Ctrl+R now resets logs
version 0.17.3
[*] Fixed classpath issue if the path to the bat file contains spaces
[*] Fixed exception when viewing logs after the device was disconnected
[*] Fixed app hanging if the emulator becomes unresponsive
[*] Fixed app hanging when connecting to the running emulator
[*] Fixed incorrect log output for DDMS errors and warnings
[*] Started emulator now is added to the "Select device" dialog correctly
version 0.17.2
[*] Ordering of the lines was reworked to be as natural as possible
[*] Logs are now saved in native adb format
[*] Fixed crash when opening ill-formated logfile
[*] Added notification for the user on uncaught exceptions
version 0.17.1
[*] Scrolling if there are many filters
[*] Dialogs are shown over the main window after alt-tab
[*] Filtering process list from logging-related stuff
version 0.17
[+] Regular expression search and filter
[+] List of processes
[+] Copy lines with a context menu
[*] Tooltips for truncated cells
[*] Matches are highlighted in tooltips too
[*] Several bugs fixed
[*] Multiple UI glitches fixed
version 0.16
[+] Notification about current connection or opened file
[+] Menu command to show bookmarks window
[+] The tool can start ADB server if it is not running
[+] ADB library from the SDK can be connected instead of custom one
[+] Properties are now stored in %APPDATA%\logview\logview.properties
(~/.logview/logview.propeties)
[*] Improved responsiveness during the startup
[*] Open and save dialogs remember last used directory
[*] Bookmarks are cleared after reset if it makes sense (in the ADB mode)
[*] Distribution form changed
version 0.15
[+] Saving logs
[+] Keyboard shortcuts for main menu commands
[+] Highlighting bookmarks
[+] Copy text from PID, tag or message
[+] Logs and dumpstates in old format are now supported
[*] Fixed crash when opening a dumpstate file specified from the command-line
[*] "Pin" was renamed to "Bookmark"
[*] Available buffers on the device are detected
[*] Minor bugfixes and refactorings
version 0.14
[+] File opening via main menu
[+] Device selector
[+] Notification about disconnected device
[+] Drag&drop support for files
[+] Multiple colors for highlighting filters
[*] "Reset logs" menu item moved into main menu
[*] Buffer type selection moved into main menu
[*] Status bar introduced
[*] Minor bugfixes and refactorings
version 0.13
[+] Reset log in adb mode
version 0.12
[+] Case-insensitive search
[+] Index window for filter results
version 0.11
[+] Parse simple log files in threadtime and brief formats
[*] Show message if text not found
version 0.10
[+] Filtering by log type
[+] New adb interaction library
version 0.9.1
[*] Copy from log fix
version 0.9
[+] Disabling filters
[*] Search hotkey changed to Ctrl+F
[*] Minor bugfix
version 0.8
[+] Search back
[+] Highlight search results
[+] Pinned records window
version 0.7
[+] Full text search
version 0.6
[+] Pid-to-name tooltip in dumpstate files
version 0.5
[+] Filter editing
version 0.4
[+] Hiding filter
version 0.3
[+] Dumpstate parsing
version 0.2
[+] Filtering
version 0.1
[+] Display adb output
[+] Autoscroll
[+] Coloring