forked from mafrosis/Wake-On-Lan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
60 lines (46 loc) · 1.81 KB
/
CHANGELOG
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
v 1.5
introduced new icons and support for several screen densities
font size adjustments and list height across different android resolutions
tablet support
convert mixed case MAC addresses to lower
auto-insert colons into MAC address fixes #6 (thanks to John Gorena)
always trim whitespace on form fixes #7 (thanks to Wei Zhang)
fixed bad ref in StarButton
refactored app, added comments & general cleanup
completely removed custom update-checker; superseded by the Android market
v 1.4.2
fixed bug in MagicPacket where always used port 9..
fixed exception when parsing non-integer port number
v 1.4
implemented settings activity to disable update check. added option to main menu
implemented sorting for history list, with three options: frequency of use, creation date, most recently used
added a Google style star button to each list item which pushes it to the top of the list
fixed bug in HistoryProvider setting invalid default values on an insert
fixed crash when port not set
v 1.3
history items now unique on MAC, IP and port
vastly improved the editing process
persist form data until saved/sent
added cancel button for edit mode, clear button for send mode
added inline MAC address validation
display item title in sent notification
clear errors when resetting form
improved MAC address validation via regexp
v 1.2
change display text to Host Name / IP Address
updated project for SDK 1.5r1
changed history item padding for android 1.5
changed Delete for Remove, minor debug change in Updater
single click for send packet
further implemented edit, now removes old item
v 1.1.1
fixed layout bug, released 1.1.1
fixed bug in Updater when GET fails
v 1.1.0
implemented edit
accepts MACs without separators
smart mac address formatting
improved version checking
check for updates once a week
v 1.0.1
added ScrollView for wake form