Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

クライアントアプリのタスク等 #5

Open
92thunder opened this issue Oct 6, 2014 · 11 comments
Open

クライアントアプリのタスク等 #5

92thunder opened this issue Oct 6, 2014 · 11 comments
Assignees

Comments

@92thunder
Copy link
Contributor

デプロイしなおしたので確認よろー

@92thunder
Copy link
Contributor Author

WebViewは標準ではアラートとファイルアップロードができないみたいなので修正おなしゃす
以下参考
http://ssji.wiki.fc2.com/wiki/WebView%E3%81%AE%E6%8A%80

戻るボタンの挙動はWebViewの時は前のページに戻るにしたほうがいいと思うのでそれも

@92thunder
Copy link
Contributor Author

マニフェストに位置情報のパーミッションを追加
タブの
・災害時→掲示板 
・設定→メニューバーに 
・アラームを追加

@raryosu
Copy link
Contributor

raryosu commented Oct 6, 2014

可能であれば

  • 画面の向きを変更した時にページがリロードされないようにする
  • そのタブを開いている時にもう一度タブをタップするとそのページのトップにいくように
    (グループの設定ページにいるときに,グループタブをタップしたらグループ一覧画面に戻る,みたいな)
    を実装していただけると難なく使えるようになると思います。
    優先順位は低くていいですが,可能ならよろしくお願いします。

@raryosu
Copy link
Contributor

raryosu commented Oct 7, 2014

#5 (comment)
戻るボタンの挙動はWebViewの時は前のページに戻るにしたほうがいい

e5237fd で対応済みの模様(動作確認しました!)
感動モノ!!!やったぜ!!!ありがとうございます!! > おやゆび先輩

@92thunder
Copy link
Contributor Author

アラームをセットしたらちゃんと通知が来てるようなのでアラームのセットよろしくおねがいします。

@92thunder
Copy link
Contributor Author

@oy2b
Copy link
Contributor

oy2b commented Oct 14, 2014

すみません、時間(hour,minute)の取得はどこで行えばいいですか?

@92thunder
Copy link
Contributor Author

GcmIntentService
String message = extras.getString("message");
でmessageに"トークに新着があります"が代入されてます。

そんな感じでextras.getString("hour")で時間がとれるはず。

@raryosu
Copy link
Contributor

raryosu commented Oct 18, 2014

タブレット(Android4.1.1)で画像選択できるように,おねがいします

@oy2b
Copy link
Contributor

oy2b commented Oct 18, 2014

タブレットでトーク画面を開いたところ、
10-18 20:52:14.764 26792-27054/org.sysken.grouper E/SQLiteLog﹕ (14) cannot open file at line 30174 of [00bb9c9ce4]
10-18 20:52:14.764 26792-27054/org.sysken.grouper E/SQLiteLog﹕ (14) os_unix.c:30174: (2) open(/CachedGeoposition.db) -
とのログが表示されました。おそらくSQLiteの問題だと思います。
ただ、他の端末ではその状況が確認されていないので、イマイチよくわからないです。

@oy2b
Copy link
Contributor

oy2b commented Oct 18, 2014

10-18 20:59:52.554 27828-27883/org.sysken.grouper D/WebKit﹕ ERROR:
10-18 20:59:52.554 27828-27883/org.sysken.grouper D/WebKit﹕ SQLite database failed to load from /CachedGeoposition.db
Cause - unable to open database file
10-18 20:59:52.554 27828-27883/org.sysken.grouper D/WebKit﹕ external/webkit/Source/WebCore/platform/sql/SQLiteDatabase.cpp(71) : bool WebCore::SQLiteDatabase::open(const WTF::String&, bool)
このログも追加しておきます。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants