Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
6a161ada
Commit
6a161ada
authored
Jan 22, 2014
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The message and not the title will be used as the ticker text
parent
f8d8a703
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+2
-1
Receiver.java
src/android/Receiver.java
+1
-1
No files found.
README.md
View file @
6a161ada
...
...
@@ -50,7 +50,8 @@ More informations can be found [here](https://build.phonegap.com/plugins/356).
**Note:**
The new way of callback registration will be not compatible with previous versions! See #62
-
[
feature:
]
Added new callback registration interface and new callback types.
-
[
feature:
]
Added the ability to override notifications default properties.
-
[
bugfix:
]
Fixed build failure if iOS/MacOS/Xcode were to old (#68)
-
[
bugfix:
]
Fixed build failure if iOS/MacOS/Xcode were to old (#68).
-
[
chance
]
The message and not the title will be used as the ticker text.
#### Version 0.7.0beta1 (17.01.2014)
-
[
bugfix:
]
App throws an error on iOS if
`message`
is null.
...
...
src/android/Receiver.java
View file @
6a161ada
...
...
@@ -122,7 +122,7 @@ public class Receiver extends BroadcastReceiver {
.
setContentTitle
(
options
.
getTitle
())
.
setContentText
(
options
.
getMessage
())
.
setNumber
(
options
.
getBadge
())
.
setTicker
(
options
.
get
Titl
e
())
.
setTicker
(
options
.
get
Messag
e
())
.
setSmallIcon
(
options
.
getSmallIcon
())
.
setLargeIcon
(
icon
)
.
setSound
(
options
.
getSound
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment