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

36 Commits

Author SHA1 Message Date
Serg
3ec2422181 add couple more tests 2018-05-09 14:07:37 +07:00
Serg
a3c7fa7464 replace garbage in the app with garbage in the tests (until apple fix that), enable coverage 2018-05-09 13:34:32 +07:00
Serg
9c803e85cc ensure shared schemes, add travis config 2018-05-07 07:14:14 +07:00
Serg
651258b01f fix building test target, add one more test 2018-05-06 17:13:31 +07:00
ad
f6e5b3ca09 Merge branch 'inputSourceWidget' 2018-04-22 19:25:49 +03:00
ad
d632bd3ee7 + show input source 2018-04-22 17:55:20 +03:00
aa341b818f reorginize project 2018-04-22 15:20:00 +01:00
f78f82893a merged master 2018-04-20 22:56:47 +01:00
ad
42c1ff27c4 + currency widget
{
        "type": "currency",
        "refreshInterval": 600,
        "align": "right",
        "from": "USD",
        "to": "RUB"
    },
2018-04-18 19:50:23 +03:00
ad
4c16321a4a + weather widget 2018-04-18 18:27:28 +03:00
f724a0d355 Draft. Has issues 2018-04-18 09:51:22 +01:00
ad
a37bc94588 Merge remote-tracking branch 'upstream/master' 2018-04-16 11:27:16 +03:00
0956b4ebcd move CustomSlider to file 2018-04-15 21:52:36 +01:00
ad
ac8a05d2e5 + show running apps (like dock) 2018-04-15 22:55:20 +03:00
Serg
12f9220e34 implement scrolling view at the center 2018-04-14 01:58:07 +07:00
Serg
9afa9d7470 Merge branch 'tries/button-image'
# Conflicts:
#	MTMR.xcodeproj/project.pbxproj
2018-04-13 22:31:07 +07:00
ad
115ea1372c + volume and brightness sliders 2018-04-13 16:25:25 +03:00
6c331619d0 Added 2 Support function (trim and resize). Image and title close forever :) resize input image to good size 2018-04-13 01:15:11 +01:00
eee33ee645 v0.6 2018-04-12 07:57:18 +01:00
Serg
4b7788fff7 some cleanup 2018-04-12 08:58:24 +07:00
Serg
dd3ab9ac6f no codesign for debug, no UI tests 2018-04-11 07:29:28 +07:00
f08ce7a381 add FlexSpace. A bit refactor structure. Correct loading scripts from preset 2018-04-11 01:07:58 +01:00
Serg
b70c8ca4a3 start to log my dirty code 2018-04-10 18:44:47 +07:00
Serg
fe5705627f missing changes :( 2018-04-10 17:51:21 +07:00
Serg
d0efdef8c2 initial json parsing 2018-04-10 14:13:20 +07:00
435439ecd2 Added Haptic feddback on click all buttons 2018-04-09 22:59:02 +01:00
ab4aef4e2a added weather 2018-04-09 12:22:31 +01:00
e3f5da0294 Different approach 2018-04-09 11:59:44 +01:00
aaa7bc33bc avaliable for >=10.12.2 2018-04-09 11:50:41 +01:00
Serg
d48d590462 AppleScript and battery items 2018-04-09 17:32:27 +07:00
Serg
b3f461db45 time in separate file, divide bar in two parts 2018-04-09 17:11:52 +07:00
Serg
3d3ad0f076 add readme into project (no target) for convenience 2018-04-09 13:15:52 +07:00
c4724e67bb upd to previous the commit 2018-04-09 01:15:04 +01:00
5bbb8a89bf fix misplace file 2018-03-18 23:16:14 +00:00
b3ab0423b7 #1 Now we already live in strip
#2 Added Volume and ESC buttons (volume via appleScript)
2018-03-18 23:11:56 +00:00
32232fcbb1 First progress.
1. Have similar template brightness/space/volume/time
2. Volume buttons work but without visual a status in macos
3. Brightness don't work, but should :)
4. Time don't work

Soon will be:
1. Work time
2. Set in strip the app for popover
3. Need find how simulate real buttons for brightness and volume
2018-03-17 03:52:48 +00:00