Skip to content

Commit

Permalink
Merge pull request #44 from shankari/add_new_status_names
Browse files Browse the repository at this point in the history
Add new client error message strings
  • Loading branch information
shankari authored Apr 27, 2022
2 parents 3d67b44 + 0bc5797 commit 32a0117
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-usercache"
version="1.1.4">
version="1.1.5">

<name>UserCache</name>
<description>Cache messages to and from the server so that we can retrieve
Expand Down
10 changes: 10 additions & 0 deletions res/ios/app_stats.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@
<string>pull_duration</string>
<key>push_duration</key>
<string>push_duration</string>
<key>no_locations_while_ending_trip</key>
<string>no_locations_while_ending_trip</string>
<key>last_transition_is_not_trip_end_detected</key>
<string>last_transition_is_not_trip_end_detected</string>
<key>first_loc_null</key>
<string>first_loc_null</string>
<key>first_loc_before_start_transition</key>
<string>first_loc_before_start_transition</string>
<key>before_and_after_point_count_zero</key>
<string>before_and_after_point_count_zero</string>
</dict>
</plist>

0 comments on commit 32a0117

Please sign in to comment.