Skip to content

Commit

Permalink
Minor changes to the previous update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Le Ray committed Jun 3, 2011
1 parent ee76ed6 commit 8d8aad6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
Binary file modified bin/Media Temple Account Center.apk
Binary file not shown.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file modified bin/com/syrinxoon/mtaccountcenter/StatsChart.class
Binary file not shown.
Binary file modified bin/resources.ap_
Binary file not shown.
2 changes: 1 addition & 1 deletion res/values/strings.xml
Expand Up @@ -103,7 +103,7 @@
<string name="about">About</string>
<string name="license">Copyright</string>
<string name="more_info_on_application">For more information on the (mt) Account Center and how to use it, go to the application official page:</string>
<string name="about_content">The (mt) Account Center is intended to monitor your (mt) servers. With this app, you can do (almost) everything the API offers.</string>
<string name="about_content">The (mt) Account Center is intended to monitor your (mt) servers.\nWith this app, you can do (almost) everything the API offers.\n\nThis app is developed by Nathan Le Ray.</string>
<string name="disclaimer">\nPlease read the following disclaimer freely inspired by the one used by CyanogenMod.\n\nI\'m not responsible of any damages or problems this app can causes to your servers. YOU are choosing to use this app, and if you point the finger at me for messing up your server, I will laugh at you.</string>

<!-- Misc -->
Expand Down
1 change: 0 additions & 1 deletion src/com/syrinxoon/mtaccountcenter/StatsChart.java
Expand Up @@ -96,7 +96,6 @@ public GraphicalView execute(Context context) {
renderer.setShowGrid(true);
renderer.setXLabelsAlign(Align.RIGHT);
renderer.setYLabelsAlign(Align.RIGHT);
renderer.setZoomEnabled(true, true);

GraphicalView view = ChartFactory.getTimeChartView(context, buildDateDataset(titles, x, values), renderer, "HH:mm");

Expand Down

0 comments on commit 8d8aad6

Please sign in to comment.