Skip to content

Commit

Permalink
Updating Withings branding to Nokia
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Jul 30, 2017
1 parent b5efd9f commit 8f8d091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/values/databases.xml
Expand Up @@ -16,7 +16,7 @@
<!-- App Events Generator -->
<string name="pdk_generator_app_events_create_history_table">CREATE TABLE history(_id INTEGER PRIMARY KEY AUTOINCREMENT, fetched INTEGER, transmitted INTEGER, observed INTEGER, event_name TEXT, event_details TEXT);</string>

<!-- Withings Device Generator -->
<!-- Withings/Nokia Device Generator -->
<string name="pdk_generator_withings_create_activity_measure_history_table">CREATE TABLE activity_measure_history(_id INTEGER PRIMARY KEY AUTOINCREMENT, fetched INTEGER, transmitted INTEGER, observed INTEGER, date_start INTEGER, timezone TEXT, steps REAL, distance REAL, active_calories REAL, total_calories REAL, elevation REAL, soft_activity_duration REAL, moderate_activity_duration REAL, intense_activity_duration REAL);</string>
<string name="pdk_generator_withings_create_body_measure_history_table">CREATE TABLE body_measure_history(_id INTEGER PRIMARY KEY AUTOINCREMENT, fetched INTEGER, transmitted INTEGER, observed INTEGER, measure_date INTEGER, measure_status TEXT, measure_category TEXT, measure_type TEXT, measure_value REAL);</string>
<string name="pdk_generator_withings_create_intraday_activity_history_table">CREATE TABLE intraday_activity_history(_id INTEGER PRIMARY KEY AUTOINCREMENT, fetched INTEGER, transmitted INTEGER, observed INTEGER, activity_start REAL, activity_duration REAL, calories REAL, distance REAL, elevation_climbed REAL, steps REAL, swim_strokes REAL, pool_laps REAL);</string>
Expand Down
2 changes: 1 addition & 1 deletion res/values/diagnostics.xml
Expand Up @@ -18,7 +18,7 @@
<string name="diagnostic_missing_location_permission">Please grant the app permission to access location services on this device.</string>

<string name="diagnostic_withings_auth_required_title" tools:ignore="Typos">Access to Withing Account Required</string>
<string name="diagnostic_withings_auth_required">Permission is required to fetch data from the Withings server. Please grant this application the requested permissions.</string>
<string name="diagnostic_withings_auth_required">Permission is required to fetch data from the Nokia server. Please grant this application the requested permissions.</string>

<string name="diagnostic_usage_stats_permission_required_title">App Usage Data Permission Required</string>
<string name="diagnostic_usage_stats_permission_required">This app requires access to app usage data from your device\'s settings.</string>
Expand Down
4 changes: 2 additions & 2 deletions res/values/generators.xml
Expand Up @@ -134,8 +134,8 @@

<string name="message_generator_phone_calls_empty">No phone calls have been made or received on this device.</string>

<!-- Withings Device Resources -->
<string name="generator_withings_device">Withings Device</string>
<!-- Withings/Nokia Device Resources -->
<string name="generator_withings_device">Nokia Device</string>
<string name="generator_withings_soft_activities_label">Soft Activities</string>
<string name="generator_withings_moderate_activities_label">Moderate Activities</string>
<string name="generator_withings_intense_activities_label">Intense Activities</string>
Expand Down

0 comments on commit 8f8d091

Please sign in to comment.