You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Shimmer Android API is currently in a BETA development state, users are free to use and provide feedback.
4
4
5
-
The latest version is 3.0.61Beta.
5
+
The latest version is 3.0.64Beta.
6
6
7
7
The most significant recent change in the API was the release of the updated arrays data structure as an alternative to the default multimap data structure in ObjectCluster.
8
8
Using the new arrays data structure can improve packet reception rate significantly on Android, as it consumes significantly less CPU resources.
@@ -115,6 +115,12 @@ android {
115
115
116
116
117
117
# Changelog
118
+
9 July 2018 (3.0.64Beta)
119
+
- Addition of FilesListActivity to display list of files for a folder. Files can be selected to be opened in an external application. An example of how to use the FilesListActivity can be found in Efficient Data Arrays Example.
120
+
- Added option to log to CSV file in Logging & ShimmerService
121
+
- Examples updated to demonstrate how to receive and display Shimmer status messages (Toast messages)
122
+
- Minor refactoring & Javadoc comments
123
+
118
124
13 June 2018 (3.0.61Beta)
119
125
- Added method to get clone device from Device Sensor Config Fragment
120
126
- Added check to Device Config List Adapter so it doesn't crash when an invalid config value is returned
0 commit comments