aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-10Add dbus exceptionneodarz1-0/+2
2019-05-10Update parrot zik version1neodarz1-35/+15
2019-05-10Remove pyGTK crapneodarz5-380/+173
2019-05-05Add device not found and not paired exceptionneodarz1-3/+17
2019-05-05Add some documentation of how headset API workneodarz1-0/+5
2019-05-05Fix beautifulsoup warning implementationneodarz1-1/+1
2019-05-05Implement bluez python code management directly in projectneodarz2-14/+76
It's directly implemented because this scipt isn't in Archlinux distribution. Because it's python code I prefere to have it here.
2019-05-05Make code compatible with python3 with python2 supportneodarz4-12/+12
Warning: This is a preparation work for completly remove PyGTK. Because PyGTK is python2 only, most part of the code didn't work. But a last commands send to the headset is fonctional (This is why all this change).
2018-03-21dbus is available only on linuxm0sia1-1/+2
2018-03-21dbus is only available on linuxm0sia1-1/+1
2016-09-22Typo Noise Calcelation -> Cancelationmoimadmax1-3/+3
Just a Typo in the menu string and variable name.
2016-09-22Add Parrot Zik 3 compatibilitymoimadmax1-1/+2
In my Zik 3 the Vendor Specific UUID is 8B6814D3-6CE7-4498-9700-9312C1711F64, so i've added it in the discovery loops.
2016-02-05Added functionality to change noise cancellation modePavel Salomatov3-9/+11
"Head detection" now initializes on startup
2015-12-09Use gtk on linuxMax Grishkin3-16/+50
2015-07-03Fixed _result_to_bool() assertion when a values has some strange statusEsteban Sánchez1-0/+2
2015-07-03Fixed cast when the value is an empty stringEsteban Sánchez1-1/+1
2015-07-03Refactor.Marek Siarkowicz1-33/+47
2015-07-03Fix mistakes and refactor.Marek Siarkowicz1-21/+12
2015-07-03Use other method to get bluetooth devices list in linuxEsteban Sánchez1-4/+38
2015-07-03Fixed setter properties in version1 modelEsteban Sánchez1-3/+3
2015-06-15Refactor.Marek Siarkowicz1-44/+57
2015-06-15Ignore dbus exception.Marek Siarkowicz1-9/+18
2015-06-15First get data from api then show.Marek Siarkowicz3-7/+10
2015-06-15Move auto connection to setttings.Marek Siarkowicz2-10/+11
2015-06-15Use absolute package imports.Marek Siarkowicz10-38/+33
2015-06-15Migrate to newer wersion of beatifulsop.Marek Siarkowicz1-1/+1
2015-06-15Add sound source model.Marek Siarkowicz1-1/+5
2015-06-15Add more information to unknown response.Marek Siarkowicz1-1/+2
2015-06-15Fix connection refused error.Marek Siarkowicz1-1/+4
2015-06-15Implement head detection setting.Marek Siarkowicz2-0/+26
2015-06-15Proper wrap.Marek Siarkowicz1-1/+2
2015-06-15Refactor. Move.Marek Siarkowicz7-148/+150
2015-06-15Refactor.Marek Siarkowicz5-17/+16
2015-06-15Fix quit wrapping.Marek Siarkowicz5-3/+14
2015-06-15Refactor. Move.Marek Siarkowicz7-243/+260
2015-06-15Refactor. MoveMarek Siarkowicz2-27/+32
2015-06-15Refactor. Move.Marek Siarkowicz5-362/+376
2015-06-15Make into proper package.Marek Siarkowicz4-7/+7
2015-06-15Refactor.Marek Siarkowicz1-19/+8
2015-06-15Create packet.Marek Siarkowicz8-0/+1286