code4romania/mon-vot-android-kotlin

"New Version Available" check

オープン

#189 opened on 2020/01/12

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (26 件のフォーク)auto 404
autumn-2020enhancementhelp wantedmedium-priority

Repository metrics

Stars
 (7 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Every time a user opens the app we should check if they're on the latest version on the Play Store. If they're not, we should show a dialog that tells them to update.

Ideally we'd have 2 flags on RemoteConfig:

  • android_check_update_available
  • android_force_update - if this is true, we should not let the user get past that screen until she's on the latest version.

Both flags will default to true.

Should look similar to the iOS implementation: Simulator Screen Shot - iPhone 11 Pro - 2020-01-13 at 11 06 02

Texts: EN

  • title: App Update Available
  • text: A new app version is available. Please update the app to use the latest features

RO

  • title: Actualizare disponibilă
  • text: O nouă versiune a aplicației este disponibilă. Te rugăm să faci update pentru a folosi cele mai recente funcționalități.

コントリビューターガイド