Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

AndroidのAlarmServiceの廃止 #1085

Merged
1 commit merged into from
Jul 25, 2022
Merged

AndroidのAlarmServiceの廃止 #1085

1 commit merged into from
Jul 25, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jul 22, 2022

Issue 番号 / Issue ID

目的 / Purpose

  • AndroidのAlarmServiceの廃止

変更内容 / Changes

  • AndroidのAlarmServiceの廃止し、WorkManagerを使用するようにした
  • バックグラウンド処理のリファクタリング
    • 各バックグラウンドサービスの実装差異を減らす
  • iOSで接触確認以外のバックグラウンド処理が走らない(別途調査、対応)
    • 15分でデバッグした際はこのロジックで動作している
    • 24時間指定すると発生していない

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

確認事項 / What to check

  • [ ]

その他 / Other information


Internal IDs:

  • NFR 7408

@ghost ghost requested review from a user, cocoa-dev003 and cocoa-dev009 July 22, 2022 02:42
@ghost ghost self-assigned this Jul 22, 2022
@ghost ghost force-pushed the feature/background-task branch from 341f1b2 to dda867f Compare July 22, 2022 02:49
@sonarcloud
Copy link

sonarcloud bot commented Jul 22, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@ghost ghost merged commit 16e15e4 into develop Jul 25, 2022
@ghost ghost deleted the feature/background-task branch July 25, 2022 00:07
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant