diff --git a/All_Repos.json b/All_Repos.json index 09885ee..0959ad2 100644 --- a/All_Repos.json +++ b/All_Repos.json @@ -396,7 +396,7 @@ "url": "http://github.com/blackberry/QtNFCSubset", "type": "native", "branches": ["master"], - "portinfo": "Code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", + "portinfo": "This code will be released in a near beta of BlackBerry 10. The code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", "note": "Also see Qt and QtLocationSubset", "tags": [ "native", "bb10", "Qt", "port", "NFC" ] }, @@ -405,7 +405,7 @@ "url": "http://github.com/blackberry/QtLocationSubset", "type": "native", "branches": ["master"], - "portinfo": "Code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", + "portinfo": "This code is already present in the current beta of BlackBerry 10. The code will be eventually contributed back to QtMobility and when the port of QtMobiliy to BlackBerry 10 is complete, the repo will be deprecated", "note": "Also see Qt and QtNFCSubset", "tags": [ "native", "bb10", "Qt", "port", "location" ] }, diff --git a/All_Samples.json b/All_Samples.json index 6910a57..2ed59af 100644 --- a/All_Samples.json +++ b/All_Samples.json @@ -612,6 +612,13 @@ "note": "Uses the LDE API, overlays images, creates custom components", "tags": [ "native", "client", "bb10", "cascades", "led" ] }, + "LED(ext,bb10)": { + "desc": "WebWorks BB10 extension to control the LED", + "url": "https://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10/LED", + "repo": "WebWorks-Community-APIs", + "repourl": "http://github.com/blackberry/WebWorks-Community-APIs", + "tags": [ "html5", "client", "bb10", "extension", "led" ] + }, "LightningCrossfadeCpp": { "desc": "Lightning Crossfade for Text and Image, usinc C++", "url": "https://github.com/blackberry/Cascades-Samples/tree/master/lightningcrossfadecpp", @@ -805,6 +812,14 @@ "note": "

For Java-based BlackBerry Smartphones; requires BB 7.1 or above

Also see the NFC Wiki page

", "tags": [ "java", "client", "nfc", "bbos" ] }, + "NfcToolLite": { + "desc": "How to use selected BlackBerry 10 NFC APIs, focusing on the Invocation Framework", + "url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcToolLite", + "repo": "Cascades-Community-Samples", + "repourl": "http://github.com/blackberry/Cascades-Community-Samples", + "note": "Focuses on those NFC APIs that make use of the Invocation Framework allowing many NFC interactions to take place using QML rather than C/C++", + "tags": [ "native", "client", "nfc", "bb10", "cascades", "invocation" ] + }, "NfcTool": { "desc": "Shows how to use selected BlackBerry 10 NFC APIs", "url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NfcTool", @@ -1238,6 +1253,13 @@ "repourl": "http://github.com/blackberry/WebWorks-Community-APIs", "tags": [ "html5", "client", "bbos", "extension", "screen", "keyboard" ] }, + "Screen(ext,bb10)": { + "desc": "WebWorks BB10 extension to set the Wallpaper and potentially other features", + "url": "http://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10/screen", + "repo": "WebWorks-Community-APIs", + "repourl": "http://github.com/blackberry/WebWorks-Community-APIs", + "tags": [ "html5", "client", "bb10", "extension", "screen" ] + }, "ScreenTemplate": { "desc": "Template you can use to set your application to start using the BPS infrastructure", "url": "https://github.com/blackberry/NDK-Samples/tree/master/ScreenTemplate",