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

Capacitor: Android: LeapChat login and WS connection work!!! 🎉 #326

Open
wants to merge 21 commits into
base: capacitorjs
Choose a base branch
from

Commits on Mar 1, 2023

  1. CapacitorJS testing WIP

    jimmcgaw committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b63a58f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530d062 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    e7d94f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883b7ed View commit details
    Browse the repository at this point in the history
  3. Capacitor: Added commented-out prod URLs

    ...for easing testing now and to add to conditional logic soon ™️
    elimisteve committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    12d40ab View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    c8d1b71 View commit details
    Browse the repository at this point in the history
  2. More height fix, slightly

    elimisteve committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7122ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cba182 View commit details
    Browse the repository at this point in the history
  4. Added room list + can now link people to the current room!

    I used document.location.hash to store the passphrase of the current room, even in Capacitor
    
    And I used localStorage["roomList"] to store the list of LeapChat rooms the user has visited
    
    TODO: Make it so clicking on another room you already visited takes you to that room
    elimisteve committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    4d7f793 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0693bf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8d8bde View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. switch rooms

    jimmcgaw committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d342e6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #330 from cryptag/cap2_room_switching

    switch rooms
    jimmcgaw authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f7998d4 View commit details
    Browse the repository at this point in the history
  3. QR code on invite screen

    jimmcgaw committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d267c05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #331 from cryptag/qr_invite

    QR code on invite screen
    jimmcgaw authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d4951e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    538b971 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9eb661 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b39154f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e5f06b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6be508 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf4c44e View commit details
    Browse the repository at this point in the history