• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. 日時 作者
65f5a76 2013-10-28 13:56:05 Masahiko, SAWAI

Updated version number

* versionCode : 10 -> 11
* versionName : 1.1.04rc4 -> 1.2.00rc5

a7bff5d 2013-10-28 13:43:13 Masahiko, SAWAI

Added dimens resources for API Level 11 or later

2c68a78 2013-10-28 10:33:09 Masahiko, SAWAI

Added string resource for new battery status

* BatteryManager.BATTERY_PLUGGED_WIRELESS : Added in API Level 17
* BatteryManager.BATTERY_HEALTH_COLD : Added in API Level 11

741a03e 2013-10-28 09:59:23 Masahiko, SAWAI

Refactored BatteryUtils class

The following methods were added.
* BatteryUtils.getStatusText(Context context, statusCode) : String
* BatteryUtils.getHealthText(Context context, healthCode) : String
* BatteryUtils.getPluggedText(Context context, pluggedCode) : String

a5e03b8 2013-10-24 17:17:24 Masahiko, SAWAI

Changed csv list layout

ed75528 2013-10-24 16:04:18 Masahiko, SAWAI

Refactored CsvUploadStatusListActivity and upload services

7d25d4c 2013-10-23 19:18:16 Masahiko, SAWAI

Added source files which forgot to add last time.

aead670 2013-10-23 19:17:46 Masahiko, SAWAI

Refactored CsvUploadStatusListActivity class

d8348c2 2013-10-18 19:12:15 Masahiko, SAWAI

Added CsvUploadStatusListActivity

4cae75c 2013-10-18 15:13:59 Masahiko, SAWAI

Fixed a bug that UploadCSVFilesService throw OutOfMemoryError

* Changed DropboxAppConfig to cache DropboxAPI object

0105de0 2013-10-11 18:31:53 Masahiko, SAWAI

Updated documents

25d3c1f 2013-10-09 16:00:59 Masahiko, SAWAI

Implemented UploadCsvFilesService#randomizeUploadStartTime()

e3ab2c8 2013-10-09 15:59:18 Masahiko, SAWAI

Added a home button clicked handler.

* If home button in actionbar is clicked, go to DashboardActivity.

99195e1 2013-10-09 14:18:06 Masahiko, SAWAI

Fixed a bug that the same CSV file is uploaded twice

* Fixed meybe...

34bc2f1 2013-10-07 15:24:45 Masahiko, SAWAI

Added Thread#sleep() call in UploadCsvFilesService

695fedd 2013-10-07 14:51:14 Masahiko, SAWAI

Changed the application version number

* versionCode : 9 -> 10
* versionName : 1.1.04rc3 -> 1.1.04rc4

8f0c32d 2013-10-07 14:49:05 Masahiko, SAWAI

Fixed the sdk version of the android-maven-plugin

b77b246 2013-10-07 14:33:01 Masahiko, SAWAI

Changed CSV upload notification intent flags

27fc1e2 2013-10-07 14:10:07 Masahiko, SAWAI

Added a Intent to CSV Upload Notification

cf87f29 2013-10-07 13:37:26 Masahiko, SAWAI

Add a method to CsvFileListActivity class.

* CsvFileListActivity#openCsvFile(String csvFilename) : void

f92cc8c 2013-10-03 17:01:47 Masahiko, SAWAI

Added a notification uploading a CSV file

ee4440f 2013-10-02 17:55:31 Masahiko, SAWAI

Fixed a message

3a27236 2013-10-02 17:47:14 Masahiko, SAWAI

Updated app version

* Version Code 9
* Version name 1.1.04rc3

110c35c 2013-10-02 17:40:38 Masahiko, SAWAI

Fixed a message in setup dropbox account screen.

914877f 2013-10-02 16:53:01 Masahiko, SAWAI

Fixed packages name in proguard.cfg

ab8963f 2013-10-02 16:29:56 Masahiko, SAWAI

Changed "About App" screen

bb53098 2013-10-02 15:59:54 Masahiko, SAWAI

Changed the package name of some classes

* routine_work.simple_battery_logger.AppManagementActivity.java -> routine_work.simple_battery_logger.about.AppManagementActivity.java
* routine_work.simple_battery_logger.AppStoreActivity.java -> routine_work.simple_battery_logger.about.AppStoreActivity.java
* routine_work.simple_battery_logger.AppVersionActivity.java -> routine_work.simple_battery_logger.about.AppVersionActivity.java

580ccb1 2013-10-02 15:52:21 Masahiko, SAWAI

Changed the class structure of "About App" screen

ab3d55d 2013-10-02 14:50:56 Masahiko, SAWAI

Added "About App" in preference screen

becf674 2013-10-01 17:18:28 Masahiko, SAWAI

Fixed some layout xml.