Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic breakout lock screen #596

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Topic breakout lock screen #596

wants to merge 22 commits into from

Commits on Jun 23, 2015

  1. Configuration menu
    Copy the full SHA
    4907b49 View commit details
    Browse the repository at this point in the history
  2. android.suport.v13 を使用しないように変更。

    Shigeo NISHIDA committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    47e855c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. android-support-v13.jar に含まれている v4 とオリジナルの android-support-v4 が

    ビルド時に衝突していたので、android-support-v13 から v4 の定義を削除した。
    
    GCMIntentService.java をオリジナルの状態に戻した。
    
    上記変更に伴い plugin.xml を修正した。
    Shigeo NISHIDA committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    35133b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Nextremer/topic-notification-v4

    android-support-v13.jar に含まれている v4 とオリジナルの android-support-v4 が
    shigeonsd committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    3183303 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Configuration menu
    Copy the full SHA
    284c00f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Nextremer/topic-request-geolocation

    APIサーバからのGeolocation情報取得要求に HttpRequest で応答する機能を実装した。
    shigeonsd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    bfaa5e8 View commit details
    Browse the repository at this point in the history
  3. onError() メソッドを間違えて消していた。

    Shigeo NISHIDA committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    aae0a96 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:Nextremer/PushPlugin into topic-r…

    …equest-geolocation
    Shigeo NISHIDA committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    58dc703 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from Nextremer/topic-request-geolocation

    onError() メソッドを間違えて消していた。
    shigeonsd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    029db42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bb3126 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from Nextremer/topic-request-geolocation

    Topic request geolocation
    shigeonsd committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    59d8e81 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Configuration menu
    Copy the full SHA
    a810fb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Nextremer/topic-long-vibration

    バイブレーションのパターンとアイコンを GCM のペイロードで伝えるように実装した。
    shigeonsd committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    e0d2f1c View commit details
    Browse the repository at this point in the history
  3. テキスト表示対応。

    Shigeo NISHIDA committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    0014c4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from Nextremer/topic-long-vibration

    テキスト表示対応。
    shigeonsd committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    2600e47 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. ポップアップダイアログ実装。スクリーンロック突破は未実装。

    HttpRequest に trigger_name : "GCM" を追加。
    Shigeo NISHIDA committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    0a7cd8d View commit details
    Browse the repository at this point in the history
  2. バイブレーション対応。ダイアログを出すときにバイブレーションを開始、[OK]/[Cancel]ボタンを押下したときに停止する。

    パターンはGCMペイロードで伝達されたものをそのまま使用。現在は繰り返し 0 のため、ボタンを押さなくても pattern
    を再生した後、自動的に停止する。
    Shigeo NISHIDA committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    0eac16f View commit details
    Browse the repository at this point in the history
  3. コミット漏れ。

    Shigeo NISHIDA committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    6c67456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3f3ced View commit details
    Browse the repository at this point in the history
  5. 不要なパーミッションの削除。

    Shigeo NISHIDA committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    49a71c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e142a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0906fd5 View commit details
    Browse the repository at this point in the history