D27740: Adapt action numbering in Android to work like in KNotifications

2020-03-01 Thread Nicolas Fella
This revision was automatically updated to reflect the committed changes.
Closed by commit R289:92f5564da771: Adapt action numbering in Android to work 
like in KNotifications (authored by cacahueto, committed by nicolasfella).

REPOSITORY
  R289 KNotifications

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D27740?vs=76685=76732

REVISION DETAIL
  https://phabricator.kde.org/D27740

AFFECTED FILES
  src/android/org/kde/knotifications/NotifyByAndroid.java

To: cacahueto, #frameworks, nicolasfella, vkrause
Cc: kde-frameworks-devel, jbbgameich, LeGast00n, cblack, GB_2, michaelh, 
ngraham, bruns


D27740: Adapt action numbering in Android to work like in KNotifications

2020-03-01 Thread Nicolas Fella
nicolasfella accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R289 KNotifications

BRANCH
  adapt-action-numbering-in-android (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27740

To: cacahueto, #frameworks, nicolasfella, vkrause
Cc: kde-frameworks-devel, jbbgameich, LeGast00n, cblack, GB_2, michaelh, 
ngraham, bruns


D27740: Adapt action numbering in Android to work like in KNotifications

2020-02-29 Thread caca hueto
cacahueto created this revision.
cacahueto added reviewers: Frameworks, nicolasfella, vkrause.
Herald added a project: Frameworks.
cacahueto requested review of this revision.

REVISION SUMMARY
  KNotifications assigns the ID 0 to the default action on a notification (the
  one when the notification itself is selected). Additional actions (buttons on
  the notification) are counted starting with 1.
  
  In the Android backend however, the default action has ID 0 and the additional
  actions are counted starting with 0 as well. This has been fixed to work as
  described above.

REPOSITORY
  R289 KNotifications

BRANCH
  adapt-action-numbering-in-android (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27740

AFFECTED FILES
  src/android/org/kde/knotifications/NotifyByAndroid.java

To: cacahueto, #frameworks, nicolasfella, vkrause
Cc: kde-frameworks-devel, jbbgameich, LeGast00n, cblack, GB_2, michaelh, 
ngraham, bruns