Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin message video audio attachments #79

Merged
merged 5 commits into from
Mar 9, 2018

Commits on Mar 7, 2018

  1. Bug fix #58 and #63:

    1- Removed the additional verification we placed last semester to block audio and video testing
    2- Made sure that we can pin and unpin videos and audios in both 1-1 conversation and groupchat
    cool-appz committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    678dce9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Related #58, #63, #62:

    1- Added Audio stub object to pinned messages
    2- Added pinned audio xml views
    3- Introduced isAudio and isVideo to pinnedMessagesAdapter
    4- Refactored the way pinned images and videos are being verified in pinned Messages adapter
    cool-appz committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    8a9b14b View commit details
    Browse the repository at this point in the history
  2. Related #58, #63, #62:

    1- Added Document stub object to pinned messages
    2- Added pinned Document xml views
    3- Introduced isDocument() to PinnedMessagesAdapter
    4- added some code cleanup in PinnedMessagesAdapter class
    cool-appz committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    577fc26 View commit details
    Browse the repository at this point in the history
  3. Related #58: cleanup

    cool-appz committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    9e08422 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    fd04226 View commit details
    Browse the repository at this point in the history