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
Please vote for the resolution of these quality reports. The
27
+
lack of resolution on these issues from Embarcadero has compelled
28
+
us to patch the original Delphi source files:
29
+
30
+
*[Project option to define where to look/create the LaunchScreen.TemplateiOS directory](https://quality.embarcadero.com/browse/RSP-33503)
31
+
*[Support for the new Android Splash Screen standard](https://quality.embarcadero.com/browse/RSP-39331)
32
+
*[for android compilation, need to use aapt2 instead of aapt](https://quality.embarcadero.com/browse/RSP-27606)
33
+
*[Their is no propagation of mouse event under Firemonkey](https://quality.embarcadero.com/browse/RSP-24397)
34
+
*[BeginUpdate/Endupdate block with add or remove of child objects : misconception](https://quality.embarcadero.com/browse/RSP-21013)
35
+
*[The width and height of a TContext3D object must be defined as single-precision floating-point numbers, not as integers](https://quality.embarcadero.com/browse/RSP-41516)
36
+
*[TTextLayout.PositionAtPoint / TTextLayoutD2D.DoPositionAtPoint totally broken in Alexandria](https://quality.embarcadero.com/browse/RSP-39734)
37
+
*[Regression in Alexandria: FMX.StrokeBuilder.pas Revamp Leads to TARC Drawing Issues](https://quality.embarcadero.com/browse/RSP-41618)
38
+
*[GL_TEXTURE_EXTERNAL_OES not supported](https://quality.embarcadero.com/browse/RSP-16830)
39
+
*[Make CanvasHelper of TCanvasGpu public](https://quality.embarcadero.com/browse/RSP-18797)
40
+
*[Make that TTexture can define a material (GLSL shader) to use](https://quality.embarcadero.com/browse/RSP-23501)
41
+
*[On iOS we need to pass options: PNSDictionary with the message TApplicationEvent.FinishedLaunching](https://quality.embarcadero.com/browse/RSP-40351)
42
+
*[AVPlayerItem miss the function addOutput](https://quality.embarcadero.com/browse/RSP-16853)
43
+
*[CLVisit is missing from the implementation of CLLocationManager](https://quality.embarcadero.com/browse/RSP-18621)
44
+
*[Miss kCIInputImageKey in iOSapi.CoreImage.pas](https://quality.embarcadero.com/browse/RSP-19878)
45
+
*[Miss some definition in IOSapi.Security](https://quality.embarcadero.com/browse/RSP-20279)
46
+
*[Effect ProcessTexture is not working and function TFilter.InputTexture: TTexture do unecessary work](https://quality.embarcadero.com/browse/RSP-20825)
47
+
*[TVirtualKeyboardAndroid.GetVirtualKeyboardState not accurate](https://quality.embarcadero.com/browse/RSP-24737)
48
+
*[Add NSPersonNameComponents in iOSapi.Foundation.pas](https://quality.embarcadero.com/browse/RSP-28096)
49
+
*[FilterServerSupportFunctionProc WinApi badly converted in Delphi](https://quality.embarcadero.com/browse/RSP-33754)
50
+
*[Comparison of 2 interfaces result in bad behavior in TCommonCustomForm.SetHovered and similar](https://quality.embarcadero.com/browse/RSP-36612)
51
+
*[In android, TFormRender must use JChoreographer_FrameCallback not JRunnable](https://quality.embarcadero.com/browse/RSP-38660)
52
+
*[Need JNotificationClass.AUDIO_ATTRIBUTES_DEFAULT and JNotificationChannel.setSound](https://quality.embarcadero.com/browse/RSP-39511)
53
+
*[Declaration of JLocationListener miss somes methods](https://quality.embarcadero.com/browse/RSP-41343)
54
+
*[Miss CLLocationManager.accuracyAuthorization in iOSapi.CoreLocation.pas](https://quality.embarcadero.com/browse/RSP-41352)
55
+
*[Miss constant kCLLocationAccuracyReduced in iOSapi.CoreLocation.pas](https://quality.embarcadero.com/browse/RSP-41388)
56
+
*[iOS/OSX: Declaration for CLRegion.initCircularRegionWithCenter is incorrect](https://quality.embarcadero.com/browse/RSP-15717)
57
+
22
58
23
59
Install Alcinoe
24
60
---------------
@@ -385,14 +421,14 @@ Learn more at [{alcinoe}\Demos\ALFmxFilterEffects](https://github.com/MagicFound
385
421
Json Parser
386
422
-----------
387
423
388
-
TALJSONDocumentA is a Delphi parser/writer for JSON/BSON
424
+
TALJSONDocument is a Delphi parser/writer for JSON/BSON
389
425
data formats. It supports both DOM and SAX parsers. (Note
390
426
that a better name for SAX could be SAJ for Simple API for
391
427
JSON instead of Simple API for XML, but as the concept of
392
-
SAX is well-known, I will keep this name.) TALJSONDocumentA
428
+
SAX is well-known, I will keep this name.) TALJSONDocument
393
429
also supports BSON format and uses a syntax similar to
0 commit comments