1.9.4
2023-04-21
Fix the bugs in the play sound file list. Test in iOS 16.
1.9.3
2022-11-29
1.Upgrade by using the iOS SDK 16.1
2.Fix the issues about the text color in the setting view in the dark mode
3.Fix the issues about the title color of the view controllers in the dark mode
1.9.2
2021-06-18
1.Improve the stability about taking photos in some specific situation by moving the switch camera job to the queue of configuring the camera session.
2.Fix the bug about crash when we use the talking notes list and import the text file or import from the pasteboard.
1.9.0
2021-02-11
Fix the bug about the effect from the idle timer.
1.8.9
2021-01-31
1. For taking photo, use the new functions to replace the deprecated functions.
2. This edition is only available for iOS 13.0 or later
3. Fix the bug about closing the detecting view controller.
4. Update the sound number label of detecting view controller and make the font size larger and use the bold style.
5. Update by using the iOS 14.2 SDK
6. Remove the out of date screenshots and use the latest screenshot to replace.
1.8.7
2020-11-24
1. Fix the bug about detecting the first sound
2.Upgrade the feature about talking the current time
3.Use the sound pitch level to replace the peak power in the content of some labels.
1.8.5
2020-10-28
New features:
1. For the iOS devices such as iPhone and iPad, support the landscape mode by using the auto layout.
2.From the setting view, we could set the preference for the duration of sound counting (detect the number of sounds) from 5 seconds to 30 seconds. In the earlier edition, the duration is only 7 seconds
Update the old features
1. In the sound detection view, the position of the label of current peak power have been moved to the middle of the screen. The font size of this label has also been updated. The color of this label has also been updated. Add a new label at the left side of this label in order to make this label locates at the middle position.
2.Update the order about asking the permission of the devices such as the permission for microphone and the permission for camera. In the earlier edition, we would first ask the permission for camera. in this edition, we will first ask the permission for microphone because the app cannot detect the number of sound without the permission for microphone. Once the users deny the permission for the microphone, an alert view will be displayed.
3.Update the content of text labels from Tap to Sound.
3.1 For example, in the earlier edition, tap one, tap two, tap three will be changed to sound one, sound two, or sound three.
3.2 The title of reaction list also change from tap one reaction to sound one reaction, tap two reaction to sound two reaction, and so on.
3.3 In the permission messages, update the content of the messages from the word tap to the word sound.
1.8.1
2020-07-02
1.Use the launch screen storyboard instead of using the launch images
2.Update the text color in order to display correctly in the dark mode
3.Present the major view controllers by using the full screen mode instead of using the default view size.
4.Fix the bug about device privacy permission.
1.6.1
2018-12-17
Upgrade by using the iOS 12 SDK
Update the feature for recording video
1.5.1
2016-12-13
1. Upgrade for iOS 10. When recording the video, the user could tap the stop button to close the camera preview instead of double tap gesture. Because the double tap gesture in our camera preview cannot run as usual in iOS 10
2 Update the default sound pitch level from 150 to 140.
3 Fix the bugs.