forked from codenameone/CodenameOne
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
311019_1226PM_addingChangesFromCn1 #33
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d MPMoviePlayerController because it is no longer available. AVKit is always linked now. iOS12 and lower still use the old MPMoviePlayerController. Will be adding ios.useAVKit build hint to cause iOS 8-12 to also use AVKit. Below 8, AVKit wasn't available, so those would still use MPMoviePlayerController. Most things work with this commit, but some things aren't fully tested yet. setFullScreen currently is unimplemented with AVKit as it is a bit complicated. Some behaviours may also be different. For example, MPMoviePlayerController had the option to either use the application audio session or its own session. Developers could use the display property ios.useApplicationAudioSession with a false value to cause it to use its own session. This could be handy in cases where they needed to play video and record video at the same time. We may need to tinker with this to get it right.
…ive from UIGestureRecognizer rather than UITapGestureRecognizer because in iOS13 the tap gesture recognizer seems to timeout after a second or two, which makes the app appear to lock up. This should resolve #2928
…the background it selectively not drawn during pan and zoom.
So it will close the current file and reopen a new file
…m a microphone. Added default implementation of captureAudio using new AudioRecorderComponent. This will be used in simulator and javascript port. Might be worth changing Android and iOS to use it also, but need to review current state of their captureAudio APIs first. Also some small bug fixes for the createMediaRecorder() method in JavaSE port to guard against NPE in certain cases. Adde API to capture screen. Default implementation just wraps toImage() method of current form, but could be overridden in platform to use native snapshotting support. Added support for CN1_SIMULATOR_SKIN environment variable that automatically sets the skin for simulator when it is launched. Added setMaterialIcon() method to ComponentSelector.
If you click outside the sheet the event is still dispatched to the underlying button https://groups.google.com/d/msg/codenameone-discussions/KaX42-aU8u8/PmvNCBzyAQAJ
…ds on the next load.
So it dynamically updateds on setFileURL
…res to the file modification time every second. This is because, on Mac, at least, the WatchService has a delay of 4 to 5 seconds... which is painful. Now CSS changes are nearly instant in the simulator.
…pecific skin more easily.
…rom working properly with it. Added GroovyConsole to the simulator to be able to interact with app at runtime.
…re raw PCM audio data from the device microphone. This commit includes implementations for the simulator, Android, and iOS. A Javascript implementation is forthcoming. This commit also includes some fixes to the Switch component so that it doesn't interfere with scrolling.
…is is helpful for testing the AudioBuffer class to make sure that the PCM data that you get is correct. Fixed AudioBuffer in JavaSE port for improved clarity in PCM audio capture. Raw PCM audio capture now tested and working in Android, iOS, and Simulator. AudioBufferSample provides a sample. Javascript port version still forthcoming.
And exposed a generic action functionalty in the text component API. Also fixed the behavior of the AutoCompleteTextComponent to be consistent with the text component
…se is shown in JavascriptScrollingTest sample in this commit, but it can be reproduced on the simulator using the desktop skin. Steps to reproduce this are: 1. Click on Click Me button 2. Close the dialog 3. Use scroll-wheel or two finger scroll to scroll the list. It will expand the side menu. This issue is fixed in this commit.
… drags outside the bounds of the container while swiping.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commits on Sep 24, 2019
@shannah
shannah
Changed iOS 13 to use AVKit for video player instead of the deprecate… …
28a8257
@shannah
shannah
Fixed NPE when capturing video with null or default constraints.
fbd75e8
@shannah
shannah
Fixed another issue with gesture recognizer in iOS 13. Changed to der… …
df13497
Commits on Sep 28, 2019
@codenameone
codenameone
Fixed exception in JSON parser
d653e61
Commits on Oct 02, 2019
@shannah
shannah
Made ImageViewer background always transparent to avoid flicker when … …
7f84d2b
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
8356011
Commits on Oct 03, 2019
@codenameone
codenameone
Fixed setting the log file URL …
e5c2e40
@codenameone
codenameone
Merge branch 'master' of https://github.com/codenameone/CodenameOne
6a259af
@codenameone
codenameone
Update Jenkinsfile
9d0369f
Commits on Oct 07, 2019
@shannah
shannah
Added AudioRecorderComponent that can be used for recording audio fro… …
c42c106
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
bf480da
@shannah
shannah
Fixed issue with MediaPlayer when used with Audio-only media.
92f9e67
Commits on Oct 08, 2019
@codenameone
codenameone
Fixed wayward event in sheet …
3fc47e5
@codenameone
codenameone
Merge branch 'master' of https://github.com/codenameone/CodenameOne
2456558
Commits on Oct 10, 2019
@shannah
shannah
Simulator now remembers the bounds of itself, and will use those boun… …
1e02712
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
4f30752
@codenameone
codenameone
Another attempt to fix log …
0e43dfa
@codenameone
codenameone
Merge branch 'master' of https://github.com/codenameone/CodenameOne
70ae450
Commits on Oct 11, 2019
@shannah
shannah
Improvements to simulator saving window bounds feature.
7dc8a29
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
f710dce
@shannah
shannah
Changed CSS watcher to use a manual polling implementation that compa… …
ad1dbac
@shannah
shannah
Added filter to the skins installation menu so you can search for a s… …
6dd5610
Commits on Oct 15, 2019
@shannah
shannah
Fixed issue with locales in iOS.
2b3ba7d
Commits on Oct 16, 2019
@shannah
shannah
Fixed issue with classpath loader that prevented child classloaders f… …
fd2d832
Commits on Oct 19, 2019
@codenameone
codenameone
Fixed JavaDoc
4a7f398
Commits on Oct 20, 2019
@codenameone
codenameone
Added description label for on-top mode of text component
f5acd53
Commits on Oct 21, 2019
@codenameone
codenameone
Added shorthand constraint syntax to the text mode layout
5217de2
@shannah
shannah
Initial implementation of AudioBuffer API, which can be used to captu… …
7f1fe39
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
dd8eeac
@shannah
shannah
Added WAVWriter class for writing raw PCM data to WAV file format. Th… …
a0d7940
Commits on Oct 22, 2019
@shannah
shannah
Fixed issue with AudioBuffer on iOS not working after playing media.
da64ac1
@codenameone
codenameone
Fixed password text component …
57ef476
@codenameone
codenameone
Merge branch 'master' of https://github.com/codenameone/CodenameOne
806f2f7
@shannah
shannah
Fixed issue with toolbar expanding in some special cases. The test ca… …
42031a1
@shannah
shannah
Merge branch 'master' of https://github.com/codenameone/CodenameOne
27cf911
@shannah
shannah
Added low level usage example.
6de6be1
Commits on Oct 23, 2019
@shannah
shannah
Fixed issue with SwipeableContainer entering undefined states if user… …
411f71b
Commits on Oct 30, 2019
@shannah
shannah
Fixed an issue with infinite loop of pointerDragged in some cases.
54230d6