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

Notifications #36

Merged
merged 7 commits into from
Mar 5, 2016
Merged

Notifications #36

merged 7 commits into from
Mar 5, 2016

Conversation

a-songac
Copy link
Owner

@a-songac a-songac commented Mar 5, 2016

  • Refine notifications to provide the floor on which the POI was reached
  • @kot09 Only if the user clicks the notification, we will display the floor on which he reached the POI. Still, if he is busy exploring other locations on the map, the user has the choice to ignore or dismiss the notification. With this way, we provide both functionalities.

So I added in MapJSBridge a function that will call the JS side to display the current floor; I need you to complete this for this PR

Necessary to prevent ibeacon monitoring on virtual devices
-support multi lines notification messages
-provide heads up notification through max priority
-prevent decoding large bitmap icons when on virtual devices to avoid out
of memory errors
-show floor nb for a POI reached notification
MAPX390-52
floor on which the user is
-Missing javascript side
Added JS part to show the floor of the current user location. Also
connected Android-JS.
@kot09
Copy link
Collaborator

kot09 commented Mar 5, 2016

I have committed the proper changes to do so that JS can support this. I did not test this, as I do not have the beacon. Please tell me if this works from JS's side (my jQuery query might not be working, but it should). Please also have a look at Android side and see if I'm making the right calls.

"help & feedback" menu entry
When lastnode is null, use first node with id 0 (which is info center in
our dummy json)
JS call to display proper floor not working, under investigation
Using another solution. Rather than using jQuery to find the floor, keep
an instance of the floor elements, and iterate through them and find
which element contains the correct floor id.
@kot09
Copy link
Collaborator

kot09 commented Mar 5, 2016

i fixed it; have a loot

@kot09
Copy link
Collaborator

kot09 commented Mar 5, 2016

MAPX390-60

@kot09
Copy link
Collaborator

kot09 commented Mar 5, 2016

#37

@a-songac
Copy link
Owner Author

a-songac commented Mar 5, 2016

Looks good, +1
Pushed back non integer floor ids constraint to sprint 4 (JIRA: MAPX390-61)

a-songac added a commit that referenced this pull request Mar 5, 2016
Notifications
Fixes #37 MAPX390-60
@a-songac a-songac merged commit c0f7b06 into master Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants