Skip to content

updating files

Katelyn Cheesman requested to merge issue_330_push_notifications into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_330_push_notifications

Related Issues

closes #359 (closed)

Description

Enables sending text messages

Steps to Test

    1. On home page navigate to future references>guest notifications
  1. Type a message
  2. Type a 9 digit phone number and press send. If you are using a physical device as an emulator try sending to your phone number to verify that you received the text.

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

  • added an EditTextView for phone number in activity_guest_notifications.xml (This will later be removed when the phone number is retrieved from the guest database)
  • added methods (sendSMS and onClick) and made changes to onCreate to enable text messages to be sent
  • added SMS permissions in manifest file

Merge request reports