History log of /forgerock/authenticator-ios-v2/unit-tests/FRANotificationHandlerTest.m
Revision Date Author Comments Expand
6a2ae9c7fb4d2c40d75cab0edaf940f22c18224f 21-Jun-2016 Diego Colantoni <diego.colantoni@forgerock.com>

AME-10566 Provide appropriate error feedback

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/AppDelegate.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAError.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAError.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHotpOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHotpOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanismReaderAction.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanismReaderAction.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMessageUtils.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMessageUtils.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRScanViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRASerialization.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRATotpOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRATotpOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/en.lproj/Localizable.strings /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAAccountTableViewControllerTests.m FRAAccountsTableViewControllerTests.m FRAErrorTest.m FRAHotpOathMechanismTests.m FRAIdentityModelTests.m FRAIdentityTests.m FRAMechanismReaderActionTests.m FRAMessageUtilsTests.m FRAModelUtils.m FRAModelsFromDatabaseTest.m FRANotificationHandlerTest.m FRANotificationTest.m FRANotificationsTableViewControllerTests.m FRAOathMechanismFactoryTests.m FRAPushMechanismFactoryTests.m FRATotpOathMechanismTests.m FRAUriMechanismReaderTests.m
caa9e77dc369fea8df9ae2c598d3c83b7214c1cf 10-Jun-2016 Diego Colantoni <diego.colantoni@forgerock.com>

AME-10878 Split oath mechanism into hotp and totp mechanisms

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/AppDelegate.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHMACAlgorithm.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHMACAlgorithm.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHotpOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHotpOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathCode.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathCode.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRATotpOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRATotpOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAUriMechanismReader.m /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAHotpOathMechanismTests.m FRAIdentityTests.m FRAMechanismFactoryTest.m FRAModelsFromDatabaseTest.m FRANotificationHandlerTest.m FRAOathMechanismFactoryTests.m FRAPushMechanismFactoryTests.m FRAPushMechanismTests.m FRATotpOathMechanismTests.m FRAUriMechanismReaderTests.m
f877f6ca2428244a6d0954a1dbef471577b32c60 06-Jun-2016 Diego Colantoni <diego.colantoni@forgerock.com>

AME-10712 Remove identity when registration fails, if identity has no mechanisms

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanismFactory.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelObject.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelObject.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAUriMechanismReader.m /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAIdentityModelTests.m FRAIdentityTests.m FRAMechanismTest.m FRAModelsFromDatabaseTest.m FRANotificationHandlerTest.m FRANotificationTest.m FRAPushMechanismTests.m
465ea459a87d4605e145d8f45b6a9c104b696e3b 01-Jun-2016 Craig McDonnell <craig.mcdonnell@forgerock.com>

AME-10777 Handle response challenge correctly

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMessageUtils.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRUtils.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRUtils.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ForgeRock-Info.plist /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAMechanismTest.m FRANotificationHandlerTest.m FRAQRUtilsTests.m
c0a2f8c6e84ddf9a597f19e5f161382b0e2cf81b 28-May-2016 Diego Colantoni <diego.colantoni@forgerock.com>

AME-10773 Base64 url decode the challenge

70e990391e23857de5c26df7c0382b920ef18b69 27-May-2016 Ken Stubbings <ken.stubbings@forgerock.com>

Fix for broken unit tests

a1e92b2783be4bfeb0c7e267223cc7779a6f324c 27-May-2016 Ken Stubbings <ken.stubbings@forgerock.com>

AME-10568 Send accept message to OpenAM

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMessageUtils.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMessageUtils.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRASerialization.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRASerialization.m FRAMechanismTest.m FRAMessageUtilsTests.m FRAModelsFromDatabaseTest.m FRANotificationHandlerTest.m FRANotificationTest.m
721bb987c406979bcfe705fa1ca8d54497d40fcb 26-May-2016 Robert Wapshott <robert.wapshott@forgerock.com>

AME-10153 update the App to use SQLite for persistance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/AppDelegate.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAApplicationAssembly.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRABlockActionSheet.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRABlockAlertView.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRADatabaseConfiguration.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRADatabaseConfiguration.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAError.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAError.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAFMDatabaseConnectionHelper.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAFMDatabaseConnectionHelper.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAFMDatabaseFactory.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAFMDatabaseFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHMACAlgorithm.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAHMACAlgorithm.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityDatabaseSQLiteOperations.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelObject.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAModelsFromDatabase.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationGateway.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationUISlider.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationsTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathCode.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismFactory.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCellController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRScanViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRUtils.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRASerialization.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRASerialization.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAUriMechanismReader.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAUriMechanismReader.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/URLImageView.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/delete_identity.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/delete_mechanism.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/delete_notification.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/init_check.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/insert_identity.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/insert_mechanism.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/insert_notification.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/main.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/read_all.sql /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/schema.sql /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj /forgerock/authenticator-ios-v2/Podfile /forgerock/authenticator-ios-v2/Podfile.lock FRAAccountsTableViewControllerTests.m FRADatabaseConfigurationTest.m FRAErrorTest.m FRAFMDatabaseConnectionHelperTest.m FRAIdentityModelTests.m FRAIdentityTests.m FRAMechanismFactoryTest.m FRAMechanismTest.m FRAModelsFromDatabaseTest.m FRANotificationGatewayTests.m FRANotificationHandlerTest.m FRANotificationTest.m FRAOathMechanismTests.m FRASqlDatabaseFactoryTest.m FRASqlStorageConstantsTest.m base32test.m
916ef74523ecddc8140815c084ab6971ee366bcf 12-May-2016 Craig McDonnell <craig.mcdonnell@forgerock.com>

AME-10390 Jump to notification view

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/AppDelegate.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationGateway.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationGateway.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationsTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRScanViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAQRScanViewController.m /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAMechanismTest.m FRANotificationGatewayTests.m FRANotificationHandlerTest.m
a3970d0ea62388e4ede01470a6436eb5c6c92353 10-May-2016 Craig McDonnell <craig.mcdonnell@forgerock.com>

AME-10285 Show push notifications in UI

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/AppDelegate.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewCell.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAAccountsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRACircleProgressView.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRACircleProgressView.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentity.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAIdentityModel.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAMechanism.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotification.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationHandler.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationsTableViewController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRANotificationsTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathCode.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathCode.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewCellController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAOathMechanismTableViewController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCell.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCell.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCellController.h /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/FRAPushMechanismTableViewCellController.m /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/Localizable.strings /forgerock/authenticator-ios-v2/ForgeRock-Authenticator/Main.storyboard /forgerock/authenticator-ios-v2/ForgeRock.xcodeproj/project.pbxproj FRAAccountTableViewControllerTests.m FRAAccountsTableViewControllerTests.m FRAIdentityModelTests.m FRAMechanismTest.m FRANotificationHandlerTest.m FRANotificationTest.m FRANotificationsTableViewControllerTests.m FRAOathMechanismTests.m
1d464fc27913cfdeb6e09c8ab5d06ada64f94d55 05-May-2016 Ken Stubbings <ken.stubbings@forgerock.com>

[AME-10506] Read Push Notification into database