Branch: refs/heads/master
  Home:   https://github.com/RestComm/restcomm-ios-sdk
  Commit: ff238acedd9bbc8c082da062ea3169105b2a158e
      
https://github.com/RestComm/restcomm-ios-sdk/commit/ff238acedd9bbc8c082da062ea3169105b2a158e
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M Examples/restcomm-olympus-nopod/restcomm-olympus/AppDelegate.mm
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/Base.lproj/Main_Universal.storyboard
    A 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.h
    A 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SettingsTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SigninTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.m
    M Examples/restcomm-olympus/restcomm-olympus.xcodeproj/project.pbxproj
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCDevice.h

  Log Message:
  -----------
  - Working on #issue636 -> Start implementing settings for push


  Commit: b58c06e3206d4753125605c6b75aff4ce2befd13
      
https://github.com/RestComm/restcomm-ios-sdk/commit/b58c06e3206d4753125605c6b75aff4ce2befd13
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/Base.lproj/Main_Universal.storyboard
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ICESettingsNavigationController.h
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ICESettingsTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/MainTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SIPSettingsNavigationController.h
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SettingsTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SigninTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SipSettingsTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.m
    M RestCommClient/Classes/Push/Model/RCApplication.m
    M RestCommClient/Classes/Push/Model/RCBinding.m
    M RestCommClient/Classes/Push/Model/RCCredentials.m
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCDevice.h

  Log Message:
  -----------
  - Working on #issue636 -> Add logs for push communication with server. 
Implemented the push settings functionality.


  Commit: a8b131d711702e66090f291c3f1502f43b04223a
      
https://github.com/RestComm/restcomm-ios-sdk/commit/a8b131d711702e66090f291c3f1502f43b04223a
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M RestCommClient/Classes/Push/PushApiManager.m

  Log Message:
  -----------
  - Working on #issue636 -> push path is moved to constant


  Commit: 9a2ea1b9fbf4ed9f5d8fac44d30b80dc282c6077
      
https://github.com/RestComm/restcomm-ios-sdk/commit/9a2ea1b9fbf4ed9f5d8fac44d30b80dc282c6077
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M Examples/restcomm-olympus-nopod/restcomm-olympus/AppDelegate.mm
    M Examples/restcomm-olympus-nopod/restcomm-olympus/CallViewController.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/CallViewController.m
    A Examples/restcomm-olympus-nopod/restcomm-olympus/LocalMessage.h
    A Examples/restcomm-olympus-nopod/restcomm-olympus/LocalMessage.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/MessageTableViewController.m
    R Examples/restcomm-olympus-nopod/restcomm-olympus/RCCallKitProvider.h
    R Examples/restcomm-olympus-nopod/restcomm-olympus/RCCallKitProvider.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/cert/certificate_key_push.pem
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/cert/rsa_private_key_push.pem
    M Examples/restcomm-olympus/restcomm-olympus.xcodeproj/project.pbxproj
    M RestCommClient/Classes/CliInterface/ssc_sip.mm
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.m
    A RestCommClient/Classes/RCCallKitProvider.h
    A RestCommClient/Classes/RCCallKitProvider.m
    M RestCommClient/Classes/RCDevice.m
    M RestCommClient/Classes/RestCommClient.h
    M scripts/build-olympus.bash
    M 
scripts/provisioning-profile/profile-distribution-olympus.mobileprovision.enc

  Log Message:
  -----------
  Merge branch 'master' into ognjen_issue636

* master:
  - warking on: #626 CallKit integration and #639 CallKit opening the 
application from locked screen PR changes (Fixed)
  -  warking on: #626 CallKit integration and #639 CallKit opening the 
application from locked screen PR changes. (NOT FInished yet)
  - Working on #issue642 -> Rename bash build script
  change the encripted provision file

# Conflicts:
#       Examples/restcomm-olympus/restcomm-olympus.xcodeproj/project.pbxproj

- warking on: Fixed:  #636 Create settings screen push configuration, #629 
Handle sip messages via existing pushKit implementation on Olympus app


  Commit: 84b2eacbc6079cfb2f0a85648caf27c944ede2e9
      
https://github.com/RestComm/restcomm-ios-sdk/commit/84b2eacbc6079cfb2f0a85648caf27c944ede2e9
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCDevice.m

  Log Message:
  -----------
  - working on PR change ; signaling domain is removed from push; we dont need 
it.


  Commit: e0b91c9d5f2f2aebf14b24498e2e4831d0e20f0f
      
https://github.com/RestComm/restcomm-ios-sdk/commit/e0b91c9d5f2f2aebf14b24498e2e4831d0e20f0f
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCDevice.m

  Log Message:
  -----------
  Changes reverted and added new logs for url. Reverted changes are because of 
account sid and client sid fatching.


  Commit: 082013cd0597fbfb64dcb1838dd9168cba2b1cc2
      
https://github.com/RestComm/restcomm-ios-sdk/commit/082013cd0597fbfb64dcb1838dd9168cba2b1cc2
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M Examples/restcomm-olympus-nopod/restcomm-olympus/AppDelegate.mm
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/Base.lproj/Main_Universal.storyboard
    M Examples/restcomm-olympus-nopod/restcomm-olympus/CallViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ContactDetailsTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ICESettingsTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/MainTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/MessageTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.h
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SigninTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SipSettingsTableViewController.m
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCConnection.m
    M RestCommClient/Classes/RCDevice.h
    M RestCommClient/Classes/RCDevice.m

  Log Message:
  -----------
  - Working on PR changes,


  Commit: e202114c6928c8ce01b557421fb2776dc95e3b83
      
https://github.com/RestComm/restcomm-ios-sdk/commit/e202114c6928c8ce01b557421fb2776dc95e3b83
  Author: Ognjen Manevski <ognjen.manev...@telestax.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/Base.lproj/Main_Universal.storyboard
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SigninTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.m
    M Examples/restcomm-olympus/restcomm-olympus.xcodeproj/project.pbxproj
    M RestCommClient/Classes/Push/PushHandler.h
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCDevice.h
    M RestCommClient/Classes/RCDevice.m

  Log Message:
  -----------
  - Working on PR for HTTP Domain


  Commit: f43a3623b94e190d69358b5c259877b18b9c3d05
      
https://github.com/RestComm/restcomm-ios-sdk/commit/f43a3623b94e190d69358b5c259877b18b9c3d05
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)

  Changed paths:
    M Examples/restcomm-olympus-nopod/restcomm-olympus/AppDelegate.mm
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/Base.lproj/Main_Universal.storyboard
    M Examples/restcomm-olympus-nopod/restcomm-olympus/CallViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ContactDetailsTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ICESettingsNavigationController.h
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/ICESettingsTableViewController.m
    A Examples/restcomm-olympus-nopod/restcomm-olympus/LocalMessage.h
    A Examples/restcomm-olympus-nopod/restcomm-olympus/LocalMessage.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/MainTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/MessageTableViewController.m
    A 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.h
    A 
Examples/restcomm-olympus-nopod/restcomm-olympus/PushSettingsViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SIPSettingsNavigationController.h
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SettingsTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SigninTableViewController.m
    M 
Examples/restcomm-olympus-nopod/restcomm-olympus/SipSettingsTableViewController.m
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.h
    M Examples/restcomm-olympus-nopod/restcomm-olympus/Utils.m
    M Examples/restcomm-olympus/restcomm-olympus.xcodeproj/project.pbxproj
    M RestCommClient/Classes/Push/Model/RCApplication.m
    M RestCommClient/Classes/Push/Model/RCBinding.m
    M RestCommClient/Classes/Push/Model/RCCredentials.m
    M RestCommClient/Classes/Push/PushApiManager.h
    M RestCommClient/Classes/Push/PushApiManager.m
    M RestCommClient/Classes/Push/PushHandler.h
    M RestCommClient/Classes/Push/PushHandler.m
    M RestCommClient/Classes/RCCallKitProvider.m
    M RestCommClient/Classes/RCConnection.m
    M RestCommClient/Classes/RCDevice.h
    M RestCommClient/Classes/RCDevice.m

  Log Message:
  -----------
  Merge pull request #649 from ognjenns/master

#636 Create settings screen push configuration, #629 Handle sip messages via 
existing pushKit implementation on Olympus app


Compare: 
https://github.com/RestComm/restcomm-ios-sdk/compare/d07bfecb8fd3...f43a3623b94e

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to