Find
C
ase-sensitive
R
egexp search
Path
Showing
7c611117
from
2026-08-16
:
No Bug, mozilla-central repo-update remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,RyanVM
firefox-main
/
mobile
/
android
/
fenix
/
app
/
src
/
main
/
java
/
org
/
mozilla
/
fenix
/
whatsnew
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
WhatsNew.kt
Helper class tracking whether the application was recently updated in order to show "What's new" menu items and indicators in the application UI. The application is considered updated when the application's version name changes (versionName in the manifest). The applications version code would be a good candidates too, but it might change more often (RC builds) without the application actually changing from the user's point of view. Whenever the application was updated we still consider the application to be "recently updated" for the next few days.
3660
-
WhatsNewStorage.kt
Interface to abstract where the cached version and session counter is stored
2507
-
WhatsNewVersion.kt
Convenience class to deal with the application version number I opted to keep it contained to the whatsnew package. We may want to pull it
1239
-