There's a new update to Google Fit rolling out to [aspiring to be] healthy Android users, but there aren't any obvious signs of changes from just looking at the app. A little digging around under the hood reveals quite a bit is either in the works or just about to launch, including hydration logging and counting reps at the gym. We might also get to track climbing data soon and get notifications for activities that Fit isn't 100% confident about. Oh, and there are some more round icons because it was bound to happen eventually.

Teardown

Disclaimer: Teardowns are based on evidence found inside of apks (Android's application package) and are necessarily speculative and usually based on incomplete information. It's possible that the guesses made here are totally and completely wrong. Even when predictions are correct, there is always a chance that plans could change or may be canceled entirely. Much like rumors, nothing is certain until it's officially announced and released.

The features discussed below are probably not live yet, or may only be live for a small percentage of users. Unless stated otherwise, don't expect to see these features if you install the apk.

Round Icon

In order: fishfood, dogfood, bugfood, and launcher.

At this point, almost all of Google's core apps have been given round icons for use on the Pixel Launcher, so now is the time for some of the others to get caught up. This time it's Google Fit with not one, not two, not even three... but four round icons representing each of Google's various stages of app development and testing: fishfood, dogfood, bugfood, and the standard launcher icon.

Sadly, these follow the trend of placing the standard app icon on a dinner plate. At least the development badges look sorta like little mini-dishes hanging off to the side.

Here's the catch, these icons aren't going to work on the Pixel Launcher yet. It seems to have slipped somebody's mind to add the roundIcon property to the manifest, which means Android doesn't actually know to look for them. No doubt this will be fixed in the next release.

Water, logged

In theory, our water consumption should measure in at about half our body weight in ounces every day. For example, a 180-pound (81 kg) person should have about 90 ounces (2.6 liters) daily. Keeping track of your progress throughout the day isn't that hard, but you'll want to record this data to see a picture of your habits over time, or maybe just to feel good about yourself for keeping up with a goal.

Google Fit technically supports water consumption already, but only through the use of the API, which means you have to install another app to make use of it. That's not a terrible thing, especially if the app helps you reach your goal through reminders or making a game out of it, but it might be unnecessary for some users. The Fit team sees this and is preparing to allow users to track their water intake right inside the Google Fit app.

Logging quantities of water is about as straightforward as it sounds. There will be a simple screen with a pair of up/down buttons to change the quantity (also supports keyboard entry) and a button to finalize the amount. It also looks like Google Fit may support setting a goal for a little bit of extra motivation.

Hydration strings

At this time, there doesn't appear to be a graph or any kind of representation for water consumption; but that's probably on the to-do list.

Climbing goals

Goal tracking is a good way to motivate yourself to reach at least some consistent levels of activity every day or week. Google Fit already makes it easy to track common targets like how many steps you take, how long you're active each day, or how many runs you take in a week. A new, more unusual goal appears to be in the works: climbing.

<string name="goals_activity_climb">Climb</string>

Strictly speaking, this string could be interpreted in a couple of ways. It could be related to the specific act of climbing walls or stairs, or it may be for measuring how much your activity leads you to change your elevation. Both are possible, but the naming of the string and where it shows up have me leaning towards the latter.

Elevation changes aren't challenging metrics to get, most modern phones already include sensors capable of getting reasonably good estimates. Automatic tracking of elevation would be a pretty great feature because it can demonstrate the big difference between simply walking on flat ground and going up stairs or even a gradual hill several times a day.

Gym exercises

Almost every update to Google Fit includes some new activities, but this version suggests the developer team is hitting the gym to get more specific. A sizable list of exercises was added with this release and it's entirely made up of the types of things you're likely to measure in reps. There are 51 workouts here, which obviously isn't a comprehensive list, but most of your common (and some less common) activities are represented.

Exercise names

If you're working to build muscle, or even engaged in bodybuilding, it's incredibly valuable to be able to get specific about recording everything you're doing in the gym. Not only are you tracking progress, but goals are easier to set as performance improves. Google Fit wasn't great for counting gym workouts because it didn't include this level of granularity, but once these exercises can be recorded individually, the app will be much more usable in that realm.

Detected activity confirmations

Have you ever noticed a mysterious and altogether wrong entry appearing in Google Fit? Perhaps it thought you went for a bike ride when you were really just in the car? A couple new strings suggest Google Fit might try to be a little more careful and ask users if a questionable activity is actually happening or just a case of some confused sensors.

The query will show up as a notification with the type of activity as a title, and below it is a line asking if the activity should be added to Google Fit. Tapping it will probably launch the app with a specific screen or mode depending on the type of activity, and maybe even launch the live timer if it thinks you're not actually done yet.

<string name="afl_session_notification_title">{description} detected</string>

<string name="afl_session_notification_description">Add activity to Google Fit?</string>

Data Backup

The final item on the list is actually live already, but it's probably not going to be noticeable unless you're really looking for it. Google Fit now allows the backup of local data with Android 6.0 Marshmallow and above.

Okay, that probably requires a little more explanation. After all, the Google Fit API is already meant to sync across devices and the web, and that includes some of your personal information like age and weight. So what else is there to back up? There are still a few other app settings on your device that aren't part of the API, things like your preferred units of measure, notification settings, audio announcements, and a list of favorite activities. Basically almost everything in the Settings screen.

Backup of app data was strictly disabled in the previous version of Google Fit, but now it is enabled and backs up all data except the Google Cloud Messenger (GCM) settings, which are intended to be device-specific. Everything else should be able to travel from one device to another through Google Drive or copied with the adb backup command.

Application properties from AndroidManifest.xml

android:backupAgent="com.google.android.apps.fitness.backup.FitnessBackupAgent" android:fullBackupContent="@xml/backup_scheme"

backup_scheme.xml

<full-backup-content>

<exclude domain="sharedpref" path="gcm_settings.xml" />

</full-backup-content>

Download

The APK is signed by Google and upgrades your existing app. The cryptographic signature guarantees that the file is safe to install and was not tampered with in any way. Rather than wait for Google to push this download to your devices, which can take days, download and install it just like any other APK.

Version: 1.61.11