diff options
author | goblin911 <[email protected]> | 2013-08-25 21:16:45 +0800 |
---|---|---|
committer | goblin911 <[email protected]> | 2013-08-25 21:16:45 +0800 |
commit | 2efdc2f20f0306791ced5ec78a1acddfaf086f42 (patch) | |
tree | a85f2b32d6e6da9d7329ab975fea3bd79e1b94b6 /schedule.rst | |
parent | e5599da7fdd344fdcb49e8d6780a1e2ad358ee2d (diff) | |
parent | 263967cbb477983ae8680b431c1d93f102971c30 (diff) |
Merge branch 'master' of https://github.com/Determinant/piztor
Conflicts:
client/Piztor/bin/classes/com/macaroon/piztor/ActMgr.class
client/Piztor/bin/classes/com/macaroon/piztor/AppMgr.class
client/Piztor/bin/classes/com/macaroon/piztor/R$drawable.class
client/Piztor/bin/classes/com/macaroon/piztor/R$id.class
client/Piztor/bin/classes/com/macaroon/piztor/R$layout.class
client/Piztor/bin/classes/com/macaroon/piztor/R$menu.class
client/Piztor/bin/classes/com/macaroon/piztor/R$string.class
client/Piztor/gen/com/macaroon/piztor/R.java
client/Piztor/res/values/strings.xml
client/bin/classes/com/macaroon/piztor/ActStatus.class
client/bin/classes/com/macaroon/piztor/EmptyStatus.class
client/bin/classes/com/macaroon/piztor/Setting.class
client/src/com/macaroon/piztor/AppMgr.java
client/src/com/macaroon/piztor/Setting.java
Diffstat (limited to 'schedule.rst')
-rw-r--r-- | schedule.rst | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/schedule.rst b/schedule.rst deleted file mode 100644 index bdec0f4..0000000 --- a/schedule.rst +++ /dev/null @@ -1,21 +0,0 @@ -=========== ================================================================= -Date Events -=========== ================================================================= -Aug 22 - 搭建方便快捷的实测环境,编译并在手机上运行第一个demo --- done - - 简单server和android的数据交换测试 --- done - - 制定数据交换标准 --- almost - - android UI各类事件捕获 --- done - - UI和功能设计(画出层次图)--- not yet - - 地图缩放功能 --- in progress - -Aug 23 - 制定数据交换标准 - - 开始设计完整的server, 初步完成Chat server - - android UI按照设计实现部分界面,与Chat server对接 - -Aug 24 - Location Management and Sync Issue - - 更成熟的交互界面,尝试加入GPS座标读取 - - 诸多功能的设计 - -Aug 25 - 共享并绘制位置,解决一些问题 - - 考虑必要的附加功能 -=========== ================================================================= |