[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[coco8] Coco8 list of version updates

It is listed here the features and upgrades to each version of Coco8 application.

Uploaded Image: alert.gifThe project files of Coco8 platform can be downloaded from U8 service as a compressed (zip) file.

coco8 build 1.10.5

coco8 build 1.10.2

coco8 build 1.F.9

coco8 build 1.F.6

coco8 build 1.F.5

coco8 build 1.F.3

coco8 build 1.F.2

coco8 build 1.F.1

coco8 build 1.F.0

coco8 build 1.B.E

coco8 build 1.B.D

coco8 build 1.B.C

coco8 build 1.B.B

coco8 build 1.B.A

coco8 build 1.B.9

coco8 build 1.B.8

coco8 build 1.B.7

coco8 build 1.B.6

coco8 build 1.B.4

coco8 build 1.B.3

coco8 build 1.B.2 (Jan 2017)

coco8 build 1.B.0

coco8 build 1.A.F (nov2016)

coco8 build 1.A.E

coco8 build 1.A.F

coco8 build 1.A.E

coco8 build 1.A.D

coco8 build 1.A.C - Oct 26,2016

coco8 build 1.A.C

coco8 build 1.A.B

coco8 build 1.A.A

coco8 build 1.A.9

coco8 build 1.A.8

coco8 build 1.A.6

coco8 build 1.A.5

coco8 build 1.A.3

coco8 build 1.A.2

coco8 build 1.A.1

coco8 build 1.A.0

coco8 build 1.9.E

coco8 build 1.9.D

coco8 build 1.9.B

coco8 build 1.9.A

coco8 build 1.9.9

coco8 build 1.9.7

coco8 build 1.9.6

coco8 build 1.9.5

coco8 build 1.9.4

coco8 build 1.9.3

coco8 build 1.9.2

coco8 build 1.9.1

coco8 build 1.8.9

coco8 build 1.8.8

coco8 build 1.8.7

coco8 build 1.8.6

coco8 build 1.8.5

coco8 build 1.8.4

coco8 build 1.8.3

coco8 build 1.8.1

coco8 build 1.8.0

coco8 build 1.7.8

coco8 build 1.7.7

coco8 build 1.7.6

coco8 build 1.7.4

coco8 build 1.7.3

coco8 build 1.7.1

coco8 build 1.7.0

coco8 build 1.6.7

coco8 build 1.6.6

coco8 build 1.6.4

coco8 build 1.6.3

coco8 build 1.6.2

coco8 build 1.6.1

coco8 build 1.6.0

coco8 build 1.5.B

coco8 build 1.5.A

coco8 build 1.5.7

!coco8 build 1.5.6

coco8 build 1.5.5

coco8 build 1.5.4

coco8 build 1.5.4

coco8 build 1.5.2

coco8 build 1.5.1

coco8 build 1.5.0

coco8 build 1.4.8 to 1.4.B

coco8 build 1.4.7

coco8 build 1.4.6

coco8 build 1.4.5

coco8 build 1.4.4

coco8 build 1.4.5


OLD updates

Updates made using TestFlight mechanism
















—changes in Compiler (opt. for #= number) and Stream>>#initialize



—-UIControl constants for events and state
—-Correction to UIActionSheet (variable not found #message)
—-ActionSheet support (burkspool fn added for delegate)

—-revision of StringStream>>#peekForAll:
—-revision of Exporter
—-#references for CompiledMethod and Behavior
—-use #memoryWarning: event of SystemManager
—-safedealloc call on box finalization removed
—-[U8] more icons added


build 1.2.2











It is the first release of a minimal (one screen) application demonstrating S8 running natively in iOS (iPhone and iPad).
We start Apple's javascript engine at application boot and load our S8 image (from app's internal storage). The image implements ALL ObjectiveC code needed to startup+App+GUI as Smalltalk classes. We can implement/refine ObjectiveC classes (&subclasses) and methods at any level.
The coco8 app set the application instance that open on screen at startup.
The elements rendered in screen are:
1.- a Polygon widget implementing rendering and drag interation in smalltalk, similar to a VSE's GraphPane.
2.- a table with two rows containing slider and switch (native) controls to interact with the polygon widget.

This sample app help to understand that now:

Again… ALL code is written in S8 smalltalk! it is not required to write/change a line of objectiveC to write plugins, hook of implement at native iOS level.