Skip to content

Commit

Permalink
Merge branch 'new' of https://github.com/cossim/coss-client into new
Browse files Browse the repository at this point in the history
  • Loading branch information
minisailboat committed May 31, 2024
2 parents 04e4548 + a969aa1 commit ca3cd07
Show file tree
Hide file tree
Showing 1,652 changed files with 120,195 additions and 44,081 deletions.
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# coss-client

本项目为 coss 的前端项目。
COSS是一款高性能、高并发的端到端聊天软件,旨在满足现代用户对高效、安全和便捷的在线通讯需求。

# 主要功能

- 实时通信-[开发中...]:COSS使用户能够快速高效地进行通信,无论是群组聊天还是私密消息,都能提高通讯效率和即时性。
- 端到端加密-[开发中...]:采用TweetNaCl技术,COSS确保消息在传输过程中保持加密状态,保护用户的隐私和数据安全。
- 分布式架构-[[coss-server](https://github.com/cossim/coss-server)]:COSS采用分布式架构,使系统能够水平扩展,提高系统的容错性和可伸缩性。
- 高并发处理[[coss-server](https://github.com/cossim/coss-server)]:通过采用先进的并发处理技术和优化算法,COSS能够高效处理用户请求,保证用户之间的交流是流畅和高效的。
- 多平台支持:COSS支持多平台,包括Windows、Mac、Linux、Android、iOS等,用户可以随时随地使用COSS进行通信。

# 开发规范

Expand Down
101 changes: 0 additions & 101 deletions android/.gitignore

This file was deleted.

Binary file added android/.gradle/8.0.2/checksums/checksums.lock
Binary file not shown.
Binary file added android/.gradle/8.0.2/checksums/md5-checksums.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file added android/.gradle/8.0.2/fileChanges/last-build.bin
Binary file not shown.
Binary file added android/.gradle/8.0.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added android/.gradle/8.0.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
2 changes: 2 additions & 0 deletions android/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu Feb 22 14:00:57 CST 2024
gradle.version=8.0.2
Binary file not shown.
2 changes: 2 additions & 0 deletions android/.gradle/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu Feb 22 14:04:24 CST 2024
java.home=/Users/mac-os12/Applications/Android Studio.app/Contents/jbr/Contents/Home
Binary file added android/.gradle/file-system.probe
Binary file not shown.
Empty file.
2 changes: 0 additions & 2 deletions android/app/.gitignore

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file not shown.
20 changes: 20 additions & 0 deletions android/app/build/intermediates/apk/debug/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.hitosea.coss",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0.0",
"outputFile": "coss_1.0.0_20240515153055_debug.apk"
}
],
"elementType": "File"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#- File Locator -
listingFile=../../apk/debug/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#- File Locator -
listingFile=../../../outputs/apk/androidTest/debug/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
appMetadataVersion=1.1
androidGradlePluginVersion=8.0.0
19 changes: 19 additions & 0 deletions android/app/build/intermediates/assets/debug/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"appId": "com.hitosea.coss",
"appName": "COSS",
"webDir": "dist",
"server": {
"androidScheme": "https"
},
"plugins": {
"LocalNotifications": {
"smallIcon": "ic_stat_icon_config_sample",
"iconColor": "#488AFF",
"sound": "beep.wav"
},
"Keyboard": {
"resize": "none",
"resizeOnFullScreen": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"pkg": "@capacitor/app",
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
},
{
"pkg": "@capacitor/app-launcher",
"classpath": "com.capacitorjs.plugins.applauncher.AppLauncherPlugin"
},
{
"pkg": "@capacitor/camera",
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
},
{
"pkg": "@capacitor/clipboard",
"classpath": "com.capacitorjs.plugins.clipboard.ClipboardPlugin"
},
{
"pkg": "@capacitor/device",
"classpath": "com.capacitorjs.plugins.device.DevicePlugin"
},
{
"pkg": "@capacitor/local-notifications",
"classpath": "com.capacitorjs.plugins.localnotifications.LocalNotificationsPlugin"
},
{
"pkg": "@capacitor/status-bar",
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin"
},
{
"pkg": "capacitor-keyboard",
"classpath": "com.capacitorjs.plugins.keyboard.KeyboardPlugin"
},
{
"pkg": "capacitor-voice-recorder",
"classpath": "com.tchvu3.capacitorvoicerecorder.VoiceRecorder"
}
]
Loading

0 comments on commit ca3cd07

Please sign in to comment.