OSDN Git Service

This is a first commit. master
authornayutanoutyu <nayutanoutyu@users.sourceforge.jp>
Tue, 16 Aug 2011 02:43:49 +0000 (11:43 +0900)
committernayutanoutyu <nayutanoutyu@users.sourceforge.jp>
Tue, 16 Aug 2011 02:43:49 +0000 (11:43 +0900)
commitae65bcfe47034b66bb54e7e0e3184196da3349cc
treefead6593573df222256797b60273c36ad1fd704a
This is a first commit.
39 files changed:
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
default.properties [new file with mode: 0644]
gen/jp/co/app/ynomoto/pmft/R.java [new file with mode: 0644]
proguard.cfg [new file with mode: 0644]
readme.txt [new file with mode: 0644]
res/drawable-hdpi/background.png [new file with mode: 0644]
res/drawable-hdpi/background_black.png [new file with mode: 0644]
res/drawable-hdpi/background_blue.png [new file with mode: 0644]
res/drawable-hdpi/background_red.png [new file with mode: 0644]
res/drawable-hdpi/background_white.png [new file with mode: 0644]
res/drawable-hdpi/background_yellow.png [new file with mode: 0644]
res/drawable-hdpi/ic_menu_refresh.png [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-ldpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/layout/per_hour_usages.xml [new file with mode: 0644]
res/layout/per_hour_usages_graph.xml [new file with mode: 0644]
res/layout/per_hour_usages_list.xml [new file with mode: 0644]
res/layout/widget.xml [new file with mode: 0644]
res/values/arrays.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/xml/preferences.xml [new file with mode: 0644]
res/xml/widget.xml [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/GChart.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/activity/MainActivity.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/activity/PerHourUsages.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/activity/PerHourUsagesGraph.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/activity/PowerMeterPreference.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/adapter/PerHourUsagesAdapter.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/data/MaximumElectricPower.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/data/PeakAvailability.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/data/PerHourUsage.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/parser/TepcoParser.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/receiver/PowerMeterWidget.java [new file with mode: 0644]
src/jp/co/app/ynomoto/pmft/service/PowerMeterService.java [new file with mode: 0644]