1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00
Commit Graph

569 Commits

Author SHA1 Message Date
Nodeful
f59a4d9406 fix angular theming 2021-06-19 00:51:42 +03:00
Nodeful
ee1513b366 renamed all disabled params to enabled, for consistency 2021-06-18 22:04:19 +03:00
Nodeful
63808c3405 added angular cli to root deps 2021-06-18 19:55:03 +03:00
Nodeful
76d85791e6 added ui to yarn hoist 2021-06-18 19:46:16 +03:00
Nodeful
aec2648b9a hoisting all angular modules to the root manually 2021-06-18 19:16:52 +03:00
Nodeful
b8fa06916d half way updating to angular 12 2021-06-18 16:45:07 +03:00
Nodeful
fd70d0aef7 commit before moving to angular 12 2021-06-18 16:33:57 +03:00
Nodeful
438c378090 refactored repetitive html into templates, working on booster enable/disable func 2021-06-18 00:55:24 +03:00
Nodeful
f1cee60634 caching app info on UI 2021-06-17 23:18:11 +03:00
Nodeful
cc34d3656a changes 2021-06-17 22:58:19 +03:00
Nodeful
f53ce85b59 Networking.isConnected -> checkConnected 2021-06-16 23:50:25 +03:00
Nodeful
98258cb80a removed unnecessary scripts 2021-06-16 21:14:25 +03:00
Nodeful
f8f72f594d Merge branch 'master' of github.com:bitgapp/eqMac 2021-06-15 03:03:35 +03:00
Nodeful
ae2201f436 removed uninstaller 2021-06-15 03:03:27 +03:00
Roman Kisil
03a2d2fdf2
Update .gitattributes 2021-06-15 02:23:35 +03:00
Nodeful
442ed92c67 moved Volume to the output engine, fixed annoying buzzer when switching eqs 2021-06-15 02:20:59 +03:00
Nodeful
2711dc8d3e commit before trying to move volume to Output class 2021-06-15 01:02:17 +03:00
Nodeful
59990df83b UI workarounds, had to move the deployment target to 10.12 (meh didnt work on lower either way :/) 2021-06-14 21:16:40 +03:00
Nodeful
ff29ba8651 refactoring, refactoring, refactoring 2021-06-14 02:03:40 +03:00
Nodeful
f727701b7f checking driver version semantically 2021-06-12 19:02:13 +03:00
Nodeful
8b35633572 small fixes to the Driver flags code 2021-06-12 03:36:04 +03:00
Nodeful
962f28eb30 removed some latency 2021-06-12 02:02:01 +03:00
Nodeful
94b0ed0258 removed unnecessary log 2021-06-10 10:47:00 +03:00
Nodeful
9be9fd1b36 fixed output callback memory leak, tuned PID, replace ring buffer 2021-06-10 10:45:11 +03:00
Nodeful
c8b15d935f using circular buffer as swift package 2021-06-08 15:45:41 +03:00
Nodeful
6d334f27c0 asking for maudio capture perm perm on launch, other refactors 2021-06-07 23:42:51 +03:00
Nodeful
3ccde61cfc refactoring 2021-06-06 02:13:59 +03:00
Nodeful
bb15c079eb fixed Mic permission stall, UI manipulations being done not on the main thread, Aggregate device channel count 2021-06-03 02:07:28 +03:00
Nodeful
f1147eafe9 added debug entitelment and signing with adhoc to run in debug 2021-06-02 02:58:22 +03:00
Nodeful
226f6b2c06 Merge branch 'master' of github.com:bitgapp/eqMac into components-module 2021-05-31 15:06:12 +03:00
dependabot[bot]
5cd0cb1a27 Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:58:21 +03:00
dependabot[bot]
08b1eecae3 Bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:57:53 +03:00
Nodeful
4bf622fcb7 disabled os sound effects when pressing keys 2021-05-31 14:43:01 +03:00
Roman Kisil
0192011584
Fix Acoustic typo 2021-05-26 20:38:22 +03:00
Roman Kisil
022f9df483
Create LICENSE 2021-05-22 14:44:09 +03:00
Roman Kisil
af22674485
Delete LICENSE 2021-05-22 14:41:39 +03:00
Roman Kisil
94c2fecc47
Added Credits section to README 2021-05-21 20:49:25 +03:00
Roman Kisil
a483936efb
Added BigSur icons to assets
Thank @titanicbobo
2021-05-21 20:44:05 +03:00
Nodeful
9498bc509a showing/hiding UI only on main thread 2021-05-18 23:47:31 +03:00
Nodeful
428c1698d3 added a better way of tracking UI loading state 2021-05-18 23:23:09 +03:00
Nodeful
412f1e5d91 added loading listeners to UI class 2021-05-18 22:45:59 +03:00
Nodeful
1a584c8a0c moved crash report setup to the very top 2021-05-10 01:27:26 +03:00
Nodeful
12ee0d3c61 Merge branch 'master' of github.com:bitgapp/eqMac 2021-05-10 01:24:27 +03:00
Nodeful
4d5b88e332 sending eq type change event to ui, storing previous eq type, little refactor of Application.swift code 2021-05-10 01:24:19 +03:00
Roman Kisil
d6a3f5cec7
Update CONTRIBUTING.md 2021-05-08 15:24:55 +03:00
Roman Kisil
e696e1552b
Update README.md 2021-05-08 15:23:43 +03:00
Nodeful
9455b59cd2 removed unnecessary DataBusEven file, added middleware to databus, showing warning toast on all unsuccessful databridge calls, improvement to toast 2021-05-08 00:20:22 +03:00
Nodeful
0e270ba14e only setting eq type in ui after successful call to swift 2021-05-08 00:15:41 +03:00
Nodeful
9bb9f0c312 moved to UInts on some timing logic 2021-05-07 01:29:01 +03:00
Nodeful
0a761c26cc reenabled ivy back on the ui since not building components module 2021-05-04 03:02:18 +03:00