Skip to content

Commit 0cfae72

Browse files
author
davidgraeff
committed
Update readme links; Reorder actionbar icons
1 parent 173ca8b commit 0cfae72

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
netpowerctrl is an Android App for controlling ANEL NET-PwrCtrl's (http://www.anel-elektronik.de)
33
switchable network outlets.
44

5-
You can find a ready to install apk at [Github Releases](https://github.com/davidgraeff/netpowerctrl-sf-mirror/releases)
5+
You can find a ready to install apk at [Github Releases](https://github.com/davidgraeff/Android-NetPowerctrl/releases)
66
and on [Google Play](https://play.google.com/store/apps/details?id=oly.netpowerctrl).
7-
For bugs and feature requests please use [Github Issues](https://github.com/davidgraeff/netpowerctrl-sf-mirror/issues).
7+
For bugs and feature requests please use [Github Issues](https://github.com/davidgraeff/Android-NetPowerctrl/issues).
88

99
This is an (extended) github mirror of http://sourceforge.net/projects/netpowerctrl/.
1010

proguard-project.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

project.properties

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# This file is automatically generated by Android Tools.
2-
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3-
#
4-
# This file must be checked in Version Control Systems.
5-
#
6-
# To customize properties used by the Ant build system edit
7-
# "ant.properties", and override values to adapt the script to your
8-
# project structure.
9-
#
101
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
112
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
123

src/oly/netpowerctrl/main/NetpowerctrlActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ protected void onPause() {
174174
@Override
175175
public boolean onCreateOptionsMenu(Menu menu) {
176176
super.onCreateOptionsMenu(menu);
177-
menu.add(0, R.id.menu_add_device, 0, R.string.menu_add_device).setIcon(R.drawable.ic_menu_add);
178177
menu.add(0, R.id.menu_requery, 0, R.string.requery).setIcon(R.drawable.ic_menu_refresh);
178+
menu.add(0, R.id.menu_add_device, 0, R.string.menu_add_device).setIcon(R.drawable.ic_menu_add);
179179
menu.add(0, R.id.menu_delete_all_devices, 0, R.string.menu_delete_all).setIcon(R.drawable.ic_menu_delete);
180180
menu.add(0, R.id.menu_preferences, 0, R.string.menu_preferences).setIcon(R.drawable.ic_menu_preferences);
181181
menu.add(0, R.id.menu_about, 0, R.string.menu_about).setIcon(R.drawable.ic_menu_info_details);
182-
menu.findItem(R.id.menu_add_device).setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
183182
menu.findItem(R.id.menu_requery).setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
183+
menu.findItem(R.id.menu_add_device).setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
184184
menu.findItem(R.id.menu_delete_all_devices).setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
185185
return true;
186186
}

0 commit comments

Comments
 (0)