]> Repos - mime-chat/log
mime-chat
5 years agoadd window emitters and stuff
Enrique Hernandez [Fri, 5 Feb 2021 02:23:34 +0000 (20:23 -0600)]
add window emitters and stuff

5 years agoadd main function for window
Enrique Hernandez [Thu, 4 Feb 2021 22:36:50 +0000 (16:36 -0600)]
add main function for window

5 years agoadd stream restart to recorder
Enrique Hernandez [Thu, 4 Feb 2021 19:15:04 +0000 (13:15 -0600)]
add stream restart to recorder

5 years agoupdate recorder inputs
Enrique Hernandez [Thu, 4 Feb 2021 18:34:33 +0000 (12:34 -0600)]
update recorder inputs

5 years agorefactor background.ts
Enrique Hernandez [Thu, 4 Feb 2021 16:12:21 +0000 (10:12 -0600)]
refactor background.ts

5 years agoadd recorder file
riqo [Thu, 4 Feb 2021 00:01:48 +0000 (18:01 -0600)]
add recorder file

5 years agoremove google cloud client from background
riqo [Wed, 3 Feb 2021 15:27:18 +0000 (09:27 -0600)]
remove google cloud client from background

5 years agoclean up src directory
riqo [Wed, 3 Feb 2021 15:01:02 +0000 (09:01 -0600)]
clean up src directory

5 years agoclean up codebase, remove unused directories
riqo [Wed, 3 Feb 2021 14:50:55 +0000 (08:50 -0600)]
clean up codebase, remove unused directories

5 years agoupdate ws.py
Andrew Gundersen [Mon, 1 Feb 2021 21:50:26 +0000 (15:50 -0600)]
update ws.py

5 years agows loop
Andrew Gundersen [Mon, 1 Feb 2021 21:42:54 +0000 (15:42 -0600)]
ws loop

5 years agoadd audio test python
riqo [Mon, 1 Feb 2021 21:31:38 +0000 (15:31 -0600)]
add audio test python

5 years agoadd stream pause and resume method calls
riqo [Mon, 1 Feb 2021 16:32:25 +0000 (10:32 -0600)]
add stream pause and resume method calls

5 years agoMerge remote-tracking branch 'origin/project_refactor'
Enrique Hernandez [Sun, 31 Jan 2021 23:47:06 +0000 (17:47 -0600)]
Merge remote-tracking branch 'origin/project_refactor'

5 years agoadd mediaStream composable
Enrique Hernandez [Sun, 31 Jan 2021 23:36:22 +0000 (17:36 -0600)]
add mediaStream composable

5 years agoadd textAudioInput component
Enrique Hernandez [Sun, 31 Jan 2021 23:19:35 +0000 (17:19 -0600)]
add textAudioInput component

5 years agoremove core directory
Enrique Hernandez [Sun, 31 Jan 2021 22:58:01 +0000 (16:58 -0600)]
remove core directory

5 years agorefactor core into composables & components
riqo [Sat, 30 Jan 2021 22:05:59 +0000 (16:05 -0600)]
refactor core into composables & components

5 years agoadd audio test
riqo [Sat, 30 Jan 2021 22:05:59 +0000 (16:05 -0600)]
add audio test

5 years agofix websocket declaration
riqo [Sat, 30 Jan 2021 21:25:37 +0000 (15:25 -0600)]
fix websocket declaration

5 years agoremove web audio recorder
riqo [Sat, 30 Jan 2021 20:57:03 +0000 (14:57 -0600)]
remove web audio recorder

5 years agoadd base64 audio recorder
riqo [Wed, 30 Dec 2020 16:55:27 +0000 (11:55 -0500)]
add base64 audio recorder

5 years agoadd 16int audio recorder
riqo [Wed, 30 Dec 2020 20:24:39 +0000 (15:24 -0500)]
add 16int audio recorder

5 years agosend arrayBuffer in audioData
riqo [Wed, 30 Dec 2020 17:17:58 +0000 (12:17 -0500)]
send arrayBuffer in audioData

5 years agoadd speechrecorder to background
riqo [Wed, 30 Dec 2020 16:55:27 +0000 (11:55 -0500)]
add speechrecorder to background

5 years agoMerge branch 'stream_path_anim' into 'master'
Enrique Hernandez [Wed, 30 Dec 2020 15:38:20 +0000 (15:38 +0000)]
Merge branch 'stream_path_anim' into 'master'

stream path animation v4

See merge request crimata-ai/crimata-electron!17

5 years agostream path animation v4
Enrique Hernandez [Thu, 17 Dec 2020 17:50:03 +0000 (11:50 -0600)]
stream path animation v4

update input items styling

add ipc event handler for message

add send-message ipc handler

add audio to send-message ipc

remove extra JSON stringify statement for audio message

add render bug fix for add contacts

5 years agoMerge branch 'core' into 'master'
Enrique Hernandez [Tue, 15 Dec 2020 21:46:30 +0000 (21:46 +0000)]
Merge branch 'core' into 'master'

refactor composables into core directory

See merge request crimata-ai/crimata-electron!16

5 years agoadd core directory
riqo [Sun, 13 Dec 2020 21:07:06 +0000 (15:07 -0600)]
add core directory

5 years agoaudio renderer v1
riqo [Sun, 13 Dec 2020 21:07:06 +0000 (15:07 -0600)]
audio renderer v1

5 years agorafactor input handler + renderer
riqo [Sun, 13 Dec 2020 18:39:57 +0000 (12:39 -0600)]
rafactor input handler + renderer

5 years agorefactored scroller into scrollView
riqo [Sun, 13 Dec 2020 16:54:29 +0000 (10:54 -0600)]
refactored scroller into scrollView

5 years agofix dual audioRenderer calls
riqo [Sat, 12 Dec 2020 21:32:46 +0000 (15:32 -0600)]
fix dual audioRenderer calls

5 years agoadded streamRender animation
riqo [Fri, 11 Dec 2020 22:20:41 +0000 (16:20 -0600)]
added streamRender animation

5 years agoadd audioRenderer + ipc event listeners
Enrique Hernandez [Fri, 11 Dec 2020 16:41:52 +0000 (10:41 -0600)]
add audioRenderer + ipc event listeners

5 years agoMerge branch 'audio_input' into 'master'
Enrique Hernandez [Wed, 9 Dec 2020 21:39:29 +0000 (21:39 +0000)]
Merge branch 'audio_input' into 'master'

add record on input functionality

See merge request crimata-ai/crimata-electron!15

5 years agoadd record on input functionality
riqo [Mon, 7 Dec 2020 21:46:56 +0000 (15:46 -0600)]
add record on input functionality

5 years agoMerge branch 'ui_improvements' into 'master'
Enrique Hernandez [Mon, 7 Dec 2020 16:49:27 +0000 (16:49 +0000)]
Merge branch 'ui_improvements' into 'master'

center renderer + add min build config

See merge request crimata-ai/crimata-electron!14

5 years agocenter renderer + add min build config
riqo [Sun, 6 Dec 2020 22:38:02 +0000 (16:38 -0600)]
center renderer + add min build config

5 years agoMerge branch 'renderer_bug' into 'master'
Enrique Hernandez [Sat, 5 Dec 2020 18:33:58 +0000 (18:33 +0000)]
Merge branch 'renderer_bug' into 'master'

[bug] fix renderer get message by id functinality

See merge request crimata-ai/crimata-electron!13

5 years ago[bug] fix renderer get message by id functinality
riqo [Sat, 5 Dec 2020 18:32:59 +0000 (12:32 -0600)]
[bug] fix renderer get message by id functinality

5 years agoMerge branch 'UIv2' into 'master'
Enrique Hernandez [Sat, 5 Dec 2020 17:47:37 +0000 (17:47 +0000)]
Merge branch 'UIv2' into 'master'

UI v2 design update

See merge request crimata-ai/crimata-electron!12

5 years agorefactor messageItem functionality + update design
riqo [Thu, 3 Dec 2020 22:32:08 +0000 (16:32 -0600)]
refactor messageItem functionality + update design

add dynamic title bar

updat Message object type

5 years agoMerge branch 'send_animation' into 'master'
Enrique Hernandez [Sun, 22 Nov 2020 17:52:04 +0000 (17:52 +0000)]
Merge branch 'send_animation' into 'master'

add input animation + input item rafctor

See merge request crimata-ai/crimata-electron!11

5 years agoadd input animation + input item rafctor
riqo [Sun, 22 Nov 2020 17:49:25 +0000 (11:49 -0600)]
add input animation + input item rafctor

5 years agoMerge remote-tracking branch 'origin/master'
riqo [Sun, 22 Nov 2020 15:46:14 +0000 (09:46 -0600)]
Merge remote-tracking branch 'origin/master'

5 years agoMerge branch 'fixed_window' into 'master'
Enrique Hernandez [Sun, 22 Nov 2020 15:45:59 +0000 (15:45 +0000)]
Merge branch 'fixed_window' into 'master'

set fixed window size

See merge request crimata-ai/crimata-electron!10

5 years agoset fixed window size
Enrique Hernandez [Sun, 22 Nov 2020 15:41:53 +0000 (15:41 +0000)]
set fixed window size

5 years agoMerge remote-tracking branch 'origin/master'
riqo [Sun, 22 Nov 2020 15:42:14 +0000 (09:42 -0600)]
Merge remote-tracking branch 'origin/master'

5 years agoMerge branch 'scroll_bug_fix' into 'master'
Enrique Hernandez [Sun, 22 Nov 2020 15:41:53 +0000 (15:41 +0000)]
Merge branch 'scroll_bug_fix' into 'master'

fix scroll bug, first message offsets on scroll

See merge request crimata-ai/crimata-electron!9

5 years agofix scroll bug, first message offsets on scroll
riqo [Sat, 21 Nov 2020 19:26:02 +0000 (13:26 -0600)]
fix scroll bug, first message offsets on scroll

5 years agofix message xOffset
riqo [Sat, 21 Nov 2020 19:26:02 +0000 (13:26 -0600)]
fix message xOffset

5 years agofix message xOffset
riqo [Sat, 21 Nov 2020 19:26:02 +0000 (13:26 -0600)]
fix message xOffset

5 years agoadd scroller composable
riqo [Sat, 21 Nov 2020 17:48:03 +0000 (11:48 -0600)]
add scroller composable

5 years agoMerge branch 'scroll_animation' into 'master'
Enrique Hernandez [Sat, 21 Nov 2020 16:14:59 +0000 (16:14 +0000)]
Merge branch 'scroll_animation' into 'master'

add scroll functionality v1

See merge request crimata-ai/crimata-electron!8

5 years agoadd scroll functionality v1
riqo [Sun, 15 Nov 2020 17:57:03 +0000 (11:57 -0600)]
add scroll functionality v1

5 years agoMerge branch 'AI_anim' into 'master'
Enrique Hernandez [Sun, 15 Nov 2020 16:47:24 +0000 (16:47 +0000)]
Merge branch 'AI_anim' into 'master'

Ai anim

See merge request crimata-ai/crimata-electron!7

5 years agoadd viewBox to messageRenderer
riqo [Sun, 15 Nov 2020 16:46:26 +0000 (10:46 -0600)]
add viewBox to messageRenderer

5 years agothinking animation v1
riqo [Thu, 12 Nov 2020 22:55:47 +0000 (16:55 -0600)]
thinking animation v1

5 years agoadd thinking animation
Enrique Hernandez [Tue, 10 Nov 2020 15:00:11 +0000 (09:00 -0600)]
add thinking animation

5 years agoadd think animation
riqo [Sun, 8 Nov 2020 22:12:05 +0000 (16:12 -0600)]
add think animation

5 years agoadd audio analyser fft data
riqo [Sat, 7 Nov 2020 23:04:49 +0000 (17:04 -0600)]
add audio analyser fft data

5 years agoadd ipcRenderer render-audio event to window object
riqo [Fri, 6 Nov 2020 22:06:08 +0000 (16:06 -0600)]
add ipcRenderer render-audio event to window object

5 years agoMerge branch 'message_renderer' into 'master'
Enrique Hernandez [Fri, 6 Nov 2020 18:44:55 +0000 (18:44 +0000)]
Merge branch 'message_renderer' into 'master'

Message renderer

See merge request crimata-ai/crimata-electron!6

5 years agoUI component refactor
riqo [Fri, 6 Nov 2020 18:39:40 +0000 (12:39 -0600)]
UI component refactor

5 years agofix emitter typing issues
riqo [Fri, 6 Nov 2020 16:53:52 +0000 (10:53 -0600)]
fix emitter typing issues

5 years agorefactor message_renderer
Enrique Hernandez [Fri, 6 Nov 2020 15:06:18 +0000 (09:06 -0600)]
refactor message_renderer

5 years agoMerge branch 'input_item' into 'master'
Enrique Hernandez [Wed, 4 Nov 2020 22:06:11 +0000 (22:06 +0000)]
Merge branch 'input_item' into 'master'

integrate input item

See merge request crimata-ai/crimata-electron!5

5 years agointegrate input item
riqo [Wed, 4 Nov 2020 22:05:14 +0000 (16:05 -0600)]
integrate input item

5 years agoMerge branch 'scroll_offset_v2' into 'master'
Enrique Hernandez [Mon, 2 Nov 2020 19:28:39 +0000 (19:28 +0000)]
Merge branch 'scroll_offset_v2' into 'master'

fix scroll offset

See merge request crimata-ai/crimata-electron!4

5 years agofix scroll offset
riqo [Mon, 2 Nov 2020 18:03:49 +0000 (12:03 -0600)]
fix scroll offset

5 years agoMerge branch 'scroll_animate' into 'master'
Enrique Hernandez [Sun, 1 Nov 2020 21:29:26 +0000 (21:29 +0000)]
Merge branch 'scroll_animate' into 'master'

Scroll animate

See merge request crimata-ai/crimata-electron!3

5 years agofix TS issues
riqo [Sun, 1 Nov 2020 21:27:25 +0000 (15:27 -0600)]
fix TS issues

5 years ago--amend
riqo [Sat, 31 Oct 2020 22:10:39 +0000 (17:10 -0500)]
--amend

5 years agoadd scroll animate
riqo [Sat, 31 Oct 2020 22:04:55 +0000 (17:04 -0500)]
add scroll animate

5 years agogotta implement scroll offset
riqo [Fri, 30 Oct 2020 00:43:56 +0000 (19:43 -0500)]
gotta implement scroll offset

5 years agoadd allCardHeight function
riqo [Tue, 27 Oct 2020 17:21:06 +0000 (12:21 -0500)]
add allCardHeight function

5 years agorefactor UI index
riqo [Sun, 25 Oct 2020 21:28:58 +0000 (16:28 -0500)]
refactor UI index

5 years agosolve ts conflics in messageAnim compsable
riqo [Sun, 25 Oct 2020 20:22:37 +0000 (15:22 -0500)]
solve ts conflics in messageAnim compsable

5 years agorefactor messageItem component
riqo [Sun, 25 Oct 2020 20:13:06 +0000 (15:13 -0500)]
refactor messageItem component

5 years agoadd input item to UI index
riqo [Sun, 25 Oct 2020 16:22:23 +0000 (11:22 -0500)]
add input item to UI index

5 years agorefactor keydownHandler composable
riqo [Sun, 25 Oct 2020 15:57:04 +0000 (10:57 -0500)]
refactor keydownHandler composable

5 years agorefactor input item
Enrique Hernandez [Sun, 25 Oct 2020 01:02:48 +0000 (20:02 -0500)]
refactor input item

5 years agoadd keydownHandler
Enrique Hernandez [Sun, 25 Oct 2020 00:34:20 +0000 (19:34 -0500)]
add keydownHandler

5 years agoadd event handler to input event
Enrique Hernandez [Sat, 24 Oct 2020 17:31:51 +0000 (12:31 -0500)]
add event handler to input event

5 years agoadd input item component
riqo [Wed, 21 Oct 2020 21:43:10 +0000 (16:43 -0500)]
add input item component

5 years agoinitial input item setp
riqo [Wed, 21 Oct 2020 14:39:34 +0000 (09:39 -0500)]
initial input item setp

5 years agoMerge branch 'sr_ws' into 'master'
Enrique Hernandez [Wed, 14 Oct 2020 01:31:27 +0000 (01:31 +0000)]
Merge branch 'sr_ws' into 'master'

add speech recorder + ws

See merge request crimata-ai/crimata-electron!2

5 years agoadd speech recorder + ws
Enrique Hernandez [Wed, 14 Oct 2020 01:19:32 +0000 (20:19 -0500)]
add speech recorder + ws

5 years agoUpdate README.md
Enrique Hernandez [Mon, 12 Oct 2020 17:23:42 +0000 (17:23 +0000)]
Update README.md

5 years agointerface microphone component with rust wasm
Enrique Hernandez [Mon, 12 Oct 2020 17:22:03 +0000 (12:22 -0500)]
interface microphone component with rust wasm

5 years agoadd microphone component
riqo [Sat, 10 Oct 2020 23:26:04 +0000 (18:26 -0500)]
add microphone component

5 years agofix messageItem render bug
riqo [Sat, 10 Oct 2020 22:03:28 +0000 (17:03 -0500)]
fix messageItem render bug

5 years agoadd animation loop [messageItem render bug]
riqo [Sat, 10 Oct 2020 20:40:52 +0000 (15:40 -0500)]
add animation loop [messageItem render bug]

5 years agofix ts messageItem
riqo [Sat, 10 Oct 2020 16:33:53 +0000 (11:33 -0500)]
fix ts messageItem

5 years agofix ts error + animejs import
riqo [Sat, 10 Oct 2020 14:55:20 +0000 (09:55 -0500)]
fix ts error + animejs import

5 years agofixed messageList import
riqo [Fri, 9 Oct 2020 22:05:56 +0000 (17:05 -0500)]
fixed messageList import

5 years agoadd animejs + wasm to vue
Enrique Hernandez [Fri, 9 Oct 2020 04:17:47 +0000 (23:17 -0500)]
add animejs + wasm to vue

5 years agoadd electron-builder config option
Enrique Hernandez [Wed, 7 Oct 2020 20:40:31 +0000 (15:40 -0500)]
add electron-builder config option

5 years agoadd crimata_wasm
Enrique Hernandez [Wed, 7 Oct 2020 20:10:26 +0000 (15:10 -0500)]
add crimata_wasm