Brycord v1.0.35

This commit is contained in:
Bryan1029384756
2026-02-21 16:49:09 -06:00
parent 40210672e3
commit ef2b538a7c
10 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.34"
versionName "1.0.35"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Discord Clone</string>
<string name="title_activity_main">Discord Clone</string>
<string name="app_name">Brycord</string>
<string name="title_activity_main">Brycord</string>
<string name="package_name">com.yourorg.discordclone</string>
<string name="custom_url_scheme">com.yourorg.discordclone</string>
</resources>

View File

@@ -2,7 +2,7 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.yourorg.discordclone',
appName: 'Discord Clone',
appName: 'Brycord',
webDir: '../web/dist',
server: {
androidScheme: 'http',

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/android",
"private": true,
"version": "1.0.34",
"version": "1.0.35",
"type": "module",
"scripts": {
"cap:sync": "npx cap sync",

View File

@@ -1,8 +1,8 @@
{
"name": "@discord-clone/electron",
"private": true,
"version": "1.0.34",
"description": "Discord Clone - Electron app",
"version": "1.0.35",
"description": "Brycord - Electron app",
"author": "Moyettes",
"type": "module",
"main": "main.cjs",
@@ -16,7 +16,7 @@
"build": {
"appId": "com.yourorg.discord-clone",
"npmRebuild": false,
"productName": "Discord Clone",
"productName": "Brycord",
"files": [
"dist-react/**/*",
"main.cjs",

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord Clone</title>
<title>Brycord</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
@@ -83,7 +83,7 @@
<path d="M19.27 5.33C17.94 4.71 16.5 4.26 15 4a.09.09 0 0 0-.07.03c-.18.33-.39.76-.53 1.09a16.09 16.09 0 0 0-4.8 0c-.14-.34-.36-.76-.54-1.09c-.01-.02-.04-.03-.07-.03c-1.5.26-2.93.71-4.27 1.33c-.01 0-.02.01-.03.02c-2.72 4.07-3.47 8.03-3.1 11.95c0 .02.01.04.03.05c1.8 1.32 3.53 2.12 5.24 2.65c.03.01.06 0 .07-.02c.4-.55.76-1.13 1.07-1.74c.02-.04 0-.08-.04-.09c-.57-.22-1.11-.48-1.64-.78c-.04-.02-.04-.08-.01-.11c.11-.08.22-.17.33-.25c.02-.02.05-.02.07-.01c3.44 1.57 7.15 1.57 10.55 0c.02-.01.05-.01.07.01c.11.09.22.17.33.26c.04.03.04.09-.01.11c-.52.31-1.07.56-1.64.78c-.04.01-.05.06-.04.09c.32.61.68 1.19 1.07 1.74c.03.01.06.02.09.01c1.72-.53 3.45-1.33 5.25-2.65c.02-.01.03-.03.03-.05c.44-4.53-.73-8.46-3.1-11.95c-.01-.01-.02-.02-.04-.02zM8.52 14.91c-1.03 0-1.89-.95-1.89-2.12s.84-2.12 1.89-2.12c1.06 0 1.9.96 1.89 2.12c0 1.17-.84 2.12-1.89 2.12zm6.97 0c-1.03 0-1.89-.95-1.89-2.12s.84-2.12 1.89-2.12c1.06 0 1.9.96 1.89 2.12c0 1.17-.83 2.12-1.89 2.12z"/>
</svg>
</div>
<div class="app-name">Discord Clone</div>
<div class="app-name">Brycord</div>
<div id="status">Starting up...</div>
<div class="progress-container" id="progress-container">
<div id="progress-bar"></div>

View File

@@ -8,9 +8,9 @@
<meta name="description" content="A Discord clone with voice, video, and text chat" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Discord Clone" />
<meta name="apple-mobile-web-app-title" content="Brycord" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Discord Clone</title>
<title>Brycord</title>
</head>
<body>
<script>

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/web",
"private": true,
"version": "1.0.34",
"version": "1.0.35",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -9,8 +9,8 @@ export default defineConfig({
VitePWA({
registerType: 'autoUpdate',
manifest: {
name: 'Discord Clone',
short_name: 'Discord Clone',
name: 'Brycord',
short_name: 'Brycord',
description: 'A Discord clone with voice, video, and text chat',
theme_color: '#1e1f22',
background_color: '#1e1f22',