Skip to content

Commit 4d5593b

Browse files
author
jyong15
authored
Update README.md
1 parent 32efe38 commit 4d5593b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Shimmer Android API is currently in a BETA development state, users are free to use and provide feedback.
44

5-
The latest version is 3.0.61Beta.
5+
The latest version is 3.0.64Beta.
66

77
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.
88
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 {
115115

116116

117117
# 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+
118124
13 June 2018 (3.0.61Beta)
119125
- Added method to get clone device from Device Sensor Config Fragment
120126
- Added check to Device Config List Adapter so it doesn't crash when an invalid config value is returned

0 commit comments

Comments
 (0)