1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 17:38:38 +00:00
Commit Graph

366 Commits

Author SHA1 Message Date
Vladimir Tolstikov
d199bbd852
Add new "cpu" widget (#415) 2021-09-16 16:49:39 +01:00
ash14
352bf4887c
Parse title/image from a script's output (#418) 2021-09-16 16:49:09 +01:00
Vladimir Tolstikov
211ca4be32
YandexWeather: update matching array with missing forecast ("Drizzle") (#414) 2021-08-17 15:01:07 +01:00
Sergey Ryazanov
d270a7bbcd
Fix HapticFeedback; Add MBP 13, M1 2020 (#408)
* Fix HapticFeedback; Add MBP 13, M1 2020

* Fix warnings

Co-authored-by: Sergey Ryazanov <sergey.ryazanov@rightperception.company>
2021-06-23 10:58:18 +01:00
ShanHui
eb617ff31b
update logo (#375)
* update logo

* fix the unauthorized use of the Apple Logo problem
2020-11-24 11:01:20 +00:00
a2ad47c7ba build counter 2020-11-20 02:21:05 +00:00
bbe901a572 version 0.27 2020-11-20 01:42:50 +00:00
54eaa3fd9f Change brightness for 3 finger gesture. Close #370, #372 2020-11-19 21:32:35 +00:00
Matteo Piccina
6660bb2d8f
Fix brightness keys (#367) 2020-11-19 21:27:30 +00:00
Matteo Piccina
588e6ae09b
Implement multiple actions (double tap, triple tap) (#349)
* Implement double tap and new actions array in config

* Update native widgets to use new actions parameter

* Refactor new actions parameter moving it to main definition
Renamed old action and longAction to legacy

* Fix tests

* Remove unused code

* Readd test for legacyAction

* Implement triple tap

* Add new actions explanation

* Add support for multiple actions and same trigger
2020-08-03 11:53:39 +01:00
Connor G Meehan
87141e381b
Up next calendar widget (#348)
* WIP Implementation of up next widget

* Seperated button view and event source logic

* Adjusted default parameters

* Added the ability to view multiple events

* Added ability to click touchbar item and go to calendar

* renamed nthEvent to maxToShow and changed default

* Updated CFBundleVersion

* Renamed UpNext class and fix ups

* Added "autoResize" property (same functionality as dock)

* Added EKEventStore listener to reduce perfomance impact

* Log cleanup

* Made button blue for current/past events

* Added handling of unauthorised access to calendar
2020-07-27 00:41:05 +01:00
Vladimir Tolstikov
14282b86a9
YandexWeather: fix race condition which randomly leads to displaying wrong data (#345) 2020-07-16 19:11:37 +01:00
Vladimir Tolstikov
810cdeed36
YandexWeather: fix issue with wrong URL which leads to random incorrect location detection and wrong weather display (#344) 2020-07-15 21:04:11 +01:00
Giuseppe Petrosino
a65613acaf
Allow change of of a group button width (#336) 2020-06-17 22:40:58 +01:00
Vladimir Tolstikov
1def53878d
YandexWeather: update matching array with missing forecast ("Thunderstorm with rain") (#316) 2020-05-21 11:27:50 +01:00
3e5fa14494 v0.26.1 2020-05-17 13:42:02 +01:00
Fedor Zaitsev
2e2f556daf
Fixed lost margin (#313)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Fixed #312

Fixed bug that margin is lost on all elements

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-05-17 13:39:21 +01:00
1e1ae2af61 Release version 0.26 2020-05-14 00:49:53 +01:00
6d266394a4 Revert "More Productive Gestures (#289)"
This reverts commit f61550e510.
2020-05-13 23:11:45 +01:00
Fedor Zaytsev
52758f947d
Fix shell crash (#297)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Fixed error related to ShellButton

When you execute Process from swift you cannot relay solely on pipe.fileHandleForReading.readDataToEndOfFile()
Sometimes when I close notebook I get exception saying that you cannot access process.terminationStatus variable while process is running.
Apparently it seems that this call can be finished when OS X put disks into sleep mode(?)

What I did:
1. Added Process.waitUntilExit() call
2. Added timeout (equal to the update interval)

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-04-21 13:34:03 +01:00
Simon Rogers
502f989417
Currency bar update (#293)
* Updated CurrenyBarItem to display second currency (TO FROM>RATE) and also correct number of decimal places.
Added INR to list of currencies.

* Update CurrencyBarItem.swift

* Updated else statements

Co-authored-by: medden <si@medden.co.uk>
2020-04-09 18:49:39 +01:00
Jæy
f61550e510
More Productive Gestures (#289)
* Scroll Functionality Works

* updated md

* Update README.md

* Update README.md

* attempted to fix readme

* fixed readme

* fixed readme
2020-04-09 00:24:43 +01:00
Fedor Zaytsev
a0fc0b33c5
Custom gestures support (#288)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Implemented custom swipe actions

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-04-01 22:11:35 +01:00
Peter Hrvola
42ce95b72e
Add Music app (#279) 2020-03-16 12:06:20 +00:00
Fedor Zaytsev
dbb2f16222
Implemented changable icons for AppleScriptTouchBarItem (#275)
AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme
2020-02-28 21:59:14 +00:00
Anton Palgunov
40c684f528
GitHub actions (#271)
* build xcode
* final build test
* delete travisCI
2020-02-11 23:44:19 +00:00
Sam Flattery
bdfb7118c9 fix pomodoro icon not showing up on catalina 2020-01-06 19:17:29 +00:00
bobrosoft
712448f207 YandexWeather: update matching array with English translations as some users getting English version instead of Russian 2019-12-30 11:51:27 +04:00
e9e5a6f739 fix yandex wheather, for correct lang 2019-11-26 17:33:18 +03:00
466c0e5f68 v0.25 2019-11-19 16:19:51 +00:00
Anton Palgunov
85e3deac79
Merge pull request #237 from ReDetection/parser-cleanup
cleanup parser
2019-11-13 15:51:53 +00:00
Serg
d81998862a cleanup parser: remove other duplicates (they are defined and parsed down below in the ItemType) 2019-11-07 12:09:04 +07:00
Mark Rickert
eaa26645c5 Add ability to use file paths relative to your user directory 2019-11-06 14:48:13 -07:00
Mark Rickert
2cdb705b37 Consolidate the two String extenstions. 2019-11-06 14:43:27 -07:00
Serg
6920664fad implement regex filter for dock items 2019-10-27 15:29:52 +07:00
Serg
e9a7b6d32a get long tap to kill back into place 2019-10-27 13:01:22 +07:00
Serg
dd23a3bda8 don't reload list of apps every time 2019-10-26 22:43:01 +07:00
Serg
f82d7694eb rewrite in scrollview; get rid of custom gesture handling 2019-10-26 21:58:23 +07:00
Serg
94717a5ea3 missed a single userdefaults 2019-10-26 17:22:19 +07:00
Serg
cd2ec3d032 use property wrappers to have settings in a nice way. now it's the only place for settings key 2019-10-19 00:28:27 +07:00
Serg
c4928ee382 enable/disable multitouch gestures 2019-10-19 00:28:27 +07:00
Serg
820853d300 little cleanup 2019-10-18 00:05:17 +07:00
Serg
e68fa10c42 update swift to 5.0 2019-10-17 23:37:58 +07:00
Serg
92975cb8e4 resolve existing varnings 2019-10-17 22:47:19 +07:00
0b39795bd7 v0.24 2019-10-12 13:24:23 +01:00
41a9544c3a More consistent settings 2019-10-12 13:04:28 +01:00
Serg
e44ff00f3b support for global settings. haptic feedback as the first one
resolves #185
2019-10-12 12:54:48 +07:00
Giovanni Tataranni
59cde098f2
Update Finder.scpt
Bring to front existing window, or create new one
2019-10-06 10:52:21 +02:00
aa73fd1dc3 add locale to timeButton 2019-09-04 12:06:53 +01:00
bobrosoft
aa67dc10b7 ShellScriptTouchBarItem: fix crash when script returns with error 2019-08-27 14:18:24 +04:00