aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-13when pytests are run on Python 3.8 the test gathering and execution order is ...Edi Feschiyan2-1/+2
2020-07-13catching immediate emit from geoclue subscription, otherwise breaks unsubscri...Edi Feschiyan2-4/+7
2020-07-13weather tests adding dependenciesEdi Feschiyan1-1/+2
2020-07-13temporarily removing the raw send arguments with --json --verb --apiEdi Feschiyan7-9/+92
2020-07-13replacing 'is' with '==' comparison causing warningsEdi Feschiyan1-1/+1
2020-07-13WIP: Adding taskmanager and homescreen service and testsEdi Feschiyan23-65/+497
2020-06-25Adding network bindings and testsEdi Feschiyan7-3/+220
2020-06-24Adding bluetooth pbap service and testsEdi Feschiyan6-3/+231
2020-06-24Adding bluetooth_mapEdi Feschiyan3-0/+152
2020-06-24adding touches to base class, causes to crash when error response is received...Edi Feschiyan1-15/+8
2020-06-24Adding AudioMixer service and testsEdi Feschiyan5-176/+76
2020-06-18Adding empty init filesEdi Feschiyan3-0/+0
2020-06-18Rearranging files for distribution, setup.py modificationsEdi Feschiyan22-66/+298
2020-06-12Adding cookiecutter, preparing for setuptools, new servicesEdi Feschiyan21-56/+145
2020-06-09Adding argparser to bluetoothEdi Feschiyan4-17/+93
2020-06-09Adding nfc.pyEdi Feschiyan2-0/+42
2020-06-09Completed audiomixer apiEdi Feschiyan5-4/+100
2020-06-09updating gps testsEdi Feschiyan1-10/+32
2020-06-09Working base class, hopefully final reworks for the servicesEdi Feschiyan6-92/+234
2020-06-09changed subscription arguments to lists; adding AFBResponse class for handlin...Edi Feschiyan1-5/+40
2020-06-09touching regex matcher for sockets to stop giving warningsEdi Feschiyan1-4/+4
2020-06-09working first test with asyncio for gps and weather.py imports cleanupEdi Feschiyan3-7/+8
2020-06-09turned weather into onelinerEdi Feschiyan2-35/+16
2020-06-09removing waitresponse, will be using *Service.response() to get a packet. try...Edi Feschiyan6-88/+100
2020-05-08Adding requirements, work in progress to integrate this thing with pytestEdi Feschiyan5-18/+73
2020-04-28Cleaned up gpsEdi Feschiyan1-20/+22
2020-04-28Cleaned up geoclueEdi Feschiyan1-17/+14
2020-04-28Refactored bluetoothEdi Feschiyan2-80/+75
2020-04-15Cleaning up services' classesEdi Feschiyan5-163/+95
2020-04-03moving implementation to base calssEdi Feschiyan2-14/+53
2020-04-02working implementation of finding out a socket and portEdi Feschiyan1-25/+47
2020-04-01figuring out listening port for agl serviceEdi Feschiyan3-32/+74
2020-03-12fixing mediaplayerEdi Feschiyan2-99/+16
2020-03-12fixed wrong argument in websocket - sending string instead int in json for ag...Edi Feschiyan5-80/+85
2020-03-09Began work for bluetooth bindingEdi Feschiyan5-14/+75
2020-03-09Writing abstract class, adding geoclueEdi Feschiyan2-11/+70
2020-03-09Initial commit for python testing toolsEdi Feschiyan5-0/+388