Skip to content
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

Cascades UI for BlackBerry 10 #100

Open
2 of 7 tasks
leppa opened this issue Dec 29, 2013 · 7 comments
Open
2 of 7 tasks

Cascades UI for BlackBerry 10 #100

leppa opened this issue Dec 29, 2013 · 7 comments

Comments

@leppa
Copy link
Collaborator

leppa commented Dec 29, 2013

I can see Fahrplan featured in the "Best Apps of 2013" list in BlackBerry World (at least, for Germany). This finally motivated me to make a Cascades based UI, which would also solve an issue with entering accented and umlaut characters on QWERTY BlackBerry 10 devices.

A list of major UI parts of Fahrplan:

  • Main Page (including time, date, and train restrictions selectors)
  • Station Search (including nearby / GPS search)
  • Timetable
  • Journey Overview
  • Journey Details (including add to calendar)
  • Settings
  • About Page

Probably, won't happen very soon, but I'm adding this task to keep a track of it.

@ghost ghost assigned leppa Dec 29, 2013
@StEvUgnIn
Copy link

Thank you. Community would bring you a lot of help. How is it going on ?

@leppa
Copy link
Collaborator Author

leppa commented Aug 11, 2014

Hi @StEvUgnIn,

Unfortunately, no progress here at all. The older my child gets, the more free time she takes away. If someone else is willing to takeover, I'll happily review his pull request.

leppa added a commit to leppa/fahrplan that referenced this issue Oct 22, 2014
See smurfy#100 - Cascades UI for BlackBerry 10
leppa added a commit to leppa/fahrplan that referenced this issue Oct 22, 2014
leppa added a commit to leppa/fahrplan that referenced this issue Oct 22, 2014
leppa added a commit to leppa/fahrplan that referenced this issue Oct 22, 2014
See smurfy#100 - Cascades UI for BlackBerry 10
leppa added a commit to leppa/fahrplan that referenced this issue Oct 22, 2014
See smurfy#100 - Cascades UI for BlackBerry 10
leppa added a commit to leppa/fahrplan that referenced this issue Oct 31, 2014
- Tabbed interface was replaced with single page. Signature action is
  used for performing search.
- Action bar now hiddes itself when scrolling About page content.
- style.js file with constants to be used all over the application
  (values are in device units).
- About page now uses new style.js file.
- SystemToast is shown in the top center of the application window.
- `osVersion` not needed.

See smurfy#100 - Cascades UI for BlackBerry 10
leppa added a commit to leppa/fahrplan that referenced this issue Oct 31, 2014
Implemented as QMapListDataModel for now. Should be replaced with custom
model which is more tailored for our needs in future.

See smurfy#100 - Cascades UI for BlackBerry 10
leppa added a commit to leppa/fahrplan that referenced this issue Oct 31, 2014
See smurfy#100 - Cascades UI for BlackBerry 10
@stmblfrcr
Copy link

Looking forward to it :). Thank you for this.

@smurfy
Copy link
Owner

smurfy commented Mar 13, 2015

@leppa i just tried again, using the bb10 sdk, but i cant get fahrplan to work in the simulator.
It adds the app and tries to launch it, which seams to fail.

Info: Sending request: LAUNCH
Info: Action: Launch
Info: Launching de.smurfy.fahrplan.testDev_fy_fahrplanb13cf425...
result::39510080
Info: done

the loading background is very visible for half a second.

@smurfy
Copy link
Owner

smurfy commented Mar 13, 2015

Ok, your cascades branch compiles. (with merged master :D) Will push the branch shortly to my repo

@leppa
Copy link
Collaborator Author

leppa commented Mar 16, 2015

So were you able to run it, or just to compile?

It adds the app and tries to launch it, which seams to fail.
...
the loading background is very visible for half a second

It could be that some QML error happens. The problem with the latest Qt Creator and BlackBerry 10 SDK is that you don't get any debug output from the app itself. There is a hacky way by installing own message handler and printf'ing debug messages to stdout: http://stackoverflow.com/questions/13112383/the-best-way-to-get-blackberry-10-logs

Or you can use slog2info tool (http://qt-project.org/wiki/BlackBerry_Hints_n_Tips). But I never tried this way.

@smurfy
Copy link
Owner

smurfy commented Mar 16, 2015

The cascade branch compiles and runs, so i can start working on adding more screens.

I notices the missing output to. i will try slog2info as soon i start working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants