Skip to content

hcxyzlm/Messenger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW

This is a native iOS Messenger app, with realtime chat conversations (full offline support).



NEW FEATURES

  • Passcode support
  • GraphQL server support
  • Auth0 user authentication
  • Amazon S3 file storage

FEATURES

  • Private chat functionality
  • Group chat functionality
  • OneSignal Push notification
  • Mute push notifications option
  • Add/remove Friends
  • Block/unblock Users
  • User last active status
  • Spotlight search for users
  • Home screen quick actions
  • Share media message content
  • Sending text messages
  • Sending picture messages
  • Sending video messages
  • Sending audio messages
  • Sending current location
  • Sending stickers
  • Sending large emojis
  • Forwarding message to User
  • Message queue (creating new messages while offline)
  • Delete read and unread messages
  • Media file local cache
  • Media message re-download option
  • Media download network settings (Wi-Fi, Cellular or Manual)
  • Cache settings for media messages (automatic/manual cleanup)
  • Typing indicator
  • Load earlier messages
  • Message delivery receipt
  • Message read receipt
  • Arbitrary message sizes
  • Send/Receive sound effects
  • Copy and paste text messages
  • Video length limit possibility
  • Save picture messages to device
  • Save video messages to device
  • Save audio messages to device
  • Realtime conversation view for ongoing chats
  • Archived conversation view for archived chats
  • All media view for chat media files
  • Picture view for multiple pictures
  • Map view for shared locations
  • Basic Settings view included
  • Basic Profile view for users
  • Edit Profile view for changing user details
  • Sign in with Email
  • Sign up with Email
  • Onboarding view on signup
  • Privacy Policy view
  • Terms of Service view
  • Full source code is available
  • No backend programming is needed
  • Native and easy to customize user interface
  • Supports native iOS Dark Mode
  • Supported devices: iPhone SE - iPhone 12 Pro Max


REQUIREMENTS

  • iOS 13.0+

INSTALLATION

1., Run pod install first (the CocoaPods Frameworks and Libraries are not included in the repo).

2., Setup your Auth0 account.

3., Setup your GraphQL backend.

4., Setup your Amazon S3 account.

5., Setup your OneSignal account.

5., Update all the credentials in GraphQLite.swift file.



LICENSE

MIT License

Copyright (c) 2021 Related Code

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


About

Open source, native iOS Messenger, with realtime chat conversations (full offline support).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.4%
  • HTML 1.6%