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
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b63a58f
CapacitorJS testing WIP
jimmcgaw Feb 25, 2023
530d062
attempts to connect to localhost:8080 WIP
jimmcgaw Mar 1, 2023
e7d94f4
Capacitor: Android: LeapChat login and WS connection work!!! :tada:
elimisteve Mar 2, 2023
883b7ed
miniware/miniware.go: Added comment
elimisteve Mar 2, 2023
12d40ab
Capacitor: Added commented-out prod URLs
elimisteve Mar 2, 2023
c8d1b71
vh_fix.js, et al: Added height fix that works well everywhere I teste…
elimisteve Mar 5, 2023
7122ffb
More height fix, slightly
elimisteve Mar 5, 2023
8cba182
Sharing Modal: Input/button each split into their own line on mobile
elimisteve Mar 5, 2023
4d7f793
Added room list + can now link people to the current room!
elimisteve Mar 5, 2023
0693bf7
Capacitor: Added copying the current room URL to clipboard! :tada:
elimisteve Mar 5, 2023
b8d8bde
RoomList.js: UI: Improved color contrast: Current room now light purp…
elimisteve Mar 5, 2023
d342e6e
switch rooms
jimmcgaw Mar 6, 2023
f7998d4
Merge pull request #330 from cryptag/cap2_room_switching
jimmcgaw Mar 6, 2023
d267c05
QR code on invite screen
jimmcgaw Mar 6, 2023
d4951e5
Merge pull request #331 from cryptag/qr_invite
jimmcgaw Mar 6, 2023
538b971
package-lock.json: lockFileVersion 1 -> 3 (just after Jim added react…
elimisteve Mar 6, 2023
c9eb661
Capacitor: Made running in the emulator and on mobile way more reliable!
elimisteve Mar 6, 2023
b39154f
RoomList.js: Slightly cleaner string construction
elimisteve Mar 6, 2023
9e5f06b
RoomList.js: Deleted superseded/now-unused setPassphrase()
elimisteve Mar 6, 2023
a6be508
Capacitor: After switching rooms, ensure share URL is correct
elimisteve Mar 6, 2023
bf4c44e
RoomList.js: Consistent room ordering + Newest last
elimisteve Mar 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Capacitor: Added copying the current room URL to clipboard! 🎉
  • Loading branch information
elimisteve committed Mar 5, 2023
commit 0693bf7028c61218577e32d1ffe781ca826e69b9
2 changes: 1 addition & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ android {

apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {

implementation project(':capacitor-clipboard')

}

3 changes: 3 additions & 0 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')

include ':capacitor-clipboard'
project(':capacitor-clipboard').projectDir = new File('../node_modules/@capacitor/clipboard/android')
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'

pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
end

target 'App' do
Loading
Oops, something went wrong.