Skip to content

Commit

Permalink
initial brewapp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Balsewich committed Jul 30, 2013
1 parent 43ab174 commit 9b6a6b8
Show file tree
Hide file tree
Showing 97 changed files with 8,523 additions and 0 deletions.
37 changes: 37 additions & 0 deletions SFDC-BrewApp/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Portions Copyright (C) 2012 Research In Motion Limited.
Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
Contact: Research In Motion Ltd. (http://www.rim.com/company/contact/)
Contact: Nokia Corporation ([email protected])

This file is part of the examples of the BB10 Platform and is derived
from a similar file that is part of the Qt Toolkit.

You may use this file under the terms of the BSD license as follows:

"Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Research In Motion, nor the name of Nokia
Corporation and its Subsidiary(-ies), nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
6 changes: 6 additions & 0 deletions SFDC-BrewApp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
QMAKE_TARGET = brewmaster
PROJECT_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
I18N_DIR := $(PROJECT_DIR)/translations

include mk/cs-base.mk

Binary file added SFDC-BrewApp/Q10_Brewer_Splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions SFDC-BrewApp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
SFDC-BrewApp
============

Salesforce.com BlackBerry 10 native demo app

This application demonstrates how you can quickly create a Cascades BlackBerry 10 application that integrates with your SalesForce.com instance.

This sample provides a SFDCSetupv04.docx, MS-Word document, that shows you how to get up and running quickly in the SFDC Dev Cloud.
Sample also includes most of the workflows you will need, already coded for you:

* oAuth2.0 workflow
* Account LookUp
* Product + Volume LookUp
* BlackBerry Hub integration
* Invocation sample code
* Notifications
* ... and tons more

========================================================================
Requirements:

BlackBerry 10 Native SDK

========================================================================
Running the example:

1. Clone the Sample repository.
2. Launch BlackBerry 10 Native SDK, and from the File menu, select Import.
3. Expand General, and select Existing Projects into Workspace. Click Next.
4. Browse to the location of your sample directory, and then click OK.
5. The sample project should display in the Projects section.
Click Finish to import the project into your workspace.
6. In the Project Explorer pane, Right-click the project (for example hellocascades)
and select Build Project.
7. In the Project Explorer pane, Right-click the project (for example hellocascades)
and select Run As > BlackBerry C/C++ Application.
8. The application will now install and launch on your device if not you might
have to set up your environment:
http://developer.blackberry.com/cascades/documentation/getting_started/setting_up.html
Binary file added SFDC-BrewApp/SFDCSetupv04.docx
Binary file not shown.
Binary file added SFDC-BrewApp/Z10_Brewer_Splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions SFDC-BrewApp/assets/.assets.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
1
62
720x720/BarDetailsPage.qml
BarDetailsHeaderContainer.qml
BarDetailsPage.qml
BarMap.qml
BarsListView.qml
BarsMapView.qml
BeerStatsPage.qml
BreweryItemContainer.qml
chart/elycharts.js
chart/elycharts.min.js
chart/index.html
chart/jquery-1.8.3.min.js
chart/jquery-1.9.1.min.js
chart/jquery-migrate-1.1.1.min.js
chart/raphael-min.js
images/ActionBar_BBM.png
images/ActionBar_Call.png
images/ActionBar_Logout.png
images/ActionBar_Map.png
images/bars/0.png
images/bars/1.png
images/bars/10.png
images/bars/12.png
images/bars/2.png
images/bars/3.png
images/bars/4.png
images/bars/5.png
images/bars/6.png
images/bars/7.png
images/bars/8.png
images/beer/blackwater.png
images/beer/blank.png
images/beer/blonde-ale.png
images/beer/brown-ale.png
images/beer/ic_all.png
images/beer/olde-pelican.png
images/beer/pale-ale.png
images/beer/red-ale.png
images/divider.png
images/graph_background.png
images/header.png
images/header_blank.png
images/next.png
images/picture1.png
images/picture1br.png
images/picture1thumb.png
images/previous.png
images/pull_to_refresh.png
images/pullToRefreshArrow.png
images/ribbon_green.png
images/ribbon_red.png
images/ribbon_yellow.png
images/salesforce.png
images/ShareBBM.png
images/stats.png
images/wood_background.png
LoginPage.qml
main.qml
MainPage.qml
PullToRefresh.qml
RefreshableListView.qml
TouchContainer.qml
Loading

0 comments on commit 9b6a6b8

Please sign in to comment.