• Joined on 2024-06-27
Filip pushed to main at Filip/how-to-c 2024-12-23 00:27:32 +01:00
be2eaeff9a Minor corrections
Filip created branch main in Filip/how-to-c 2024-12-22 23:49:02 +01:00
Filip pushed to main at Filip/how-to-c 2024-12-22 23:49:02 +01:00
287c98d8ff Add howto.md
Filip created repository Filip/how-to-c 2024-12-22 23:36:33 +01:00
Filip pushed to telegram at Filip/logmylocation 2024-10-27 12:30:46 +01:00
eb8dc83846 Added a button that sends last known location to telegram.
137290e6d3 Added method sendLastKnownLocationToTelegram to service binder.
c65ead7bad Added method sendLastKnownLocationToTelegram.
44a01332ae Method sendLocationToTelegram is now responsible for checking if internet is available.
32a4467bce Added getLastKnownLocation method to LocationLoggingService.
Compare 8 commits »
Filip pushed to dev at Filip/logmylocation 2024-10-27 12:08:24 +01:00
5d3b9a2dcb Customize GPX export.
699c533789 Enabled writing GPX to a file.
Compare 2 commits »
Filip pushed to dev at Filip/pci-passthrough-assist 2024-10-27 10:16:57 +01:00
8ba146d31e Check if iommu_group devices path exists, before listing it.
0a346daaa7 Correctly assert existance of device.
7e21cf58ea Driver name is now responsibility of PciDevice class instead of a separate function.
8485c36218 Assert that PCI device with specified ID exists.
eb1bf1f273 Check if driver bind path exists before binding.
Compare 5 commits »
Filip pushed to dev at Filip/pci-passthrough-assist 2024-10-26 22:43:34 +02:00
29b007c2af Only unbind if device is bound to a driver.
6c8f248e3e Added set_driver_override method.
5a71e7611f Updated gitignore.
605b40a8f7 Added methods vendor_code and device_code.
Compare 4 commits »
Filip created branch dev in Filip/pci-passthrough-assist 2024-10-26 19:52:33 +02:00
Filip pushed to dev at Filip/pci-passthrough-assist 2024-10-26 19:52:33 +02:00
6cc3a29828 Created unbind_driver and bind_to_driver.
71b9ee9c58 Added devices_in_iommu_group method.
a29e8ba0ee Added method that checks if device is VGA.
3e92aab2e7 Created PciDevice class.
548527c302 Added a function that gets name of PCI device's driver.
Compare 7 commits »
Filip created branch master in Filip/pci-passthrough-assist 2024-10-26 17:37:20 +02:00
Filip pushed to master at Filip/pci-passthrough-assist 2024-10-26 17:37:20 +02:00
5f39ae7138 Initial project structure.
Filip created repository Filip/pci-passthrough-assist 2024-10-26 17:36:37 +02:00
Filip pushed to telegram at Filip/logmylocation 2024-10-26 14:53:28 +02:00
c2787d179a Checking if internet is available, before sending location to telegram.
Filip created branch telegram in Filip/logmylocation 2024-10-26 14:01:02 +02:00
Filip pushed to telegram at Filip/logmylocation 2024-10-26 14:01:02 +02:00
6cefb98c9b Cleaner telegram update configuration.
4734104bd2 Only update location at most every 6 minutes.
75a73d97fd Ignoring highly inaccurate location updates.
71a1456611 Updating location only if it's more than 2 kilometers away from last sent location.
7bdd8fc0b3 Created methods to send Location to telegram.
Compare 6 commits »
Filip pushed to dev at Filip/androidagain 2024-10-25 21:53:38 +02:00
bbcfd6a7c1 Added helpful method overloads for anyMimeType method in CreateDocumentGuide.
Filip pushed to dev at Filip/androidagain 2024-10-23 23:21:35 +02:00
f8a38d9366 Added a static method that constructs CreateDocumentGuide for any MIME type.
64c50fd1df Added an overload for readFromInputStream method.
a2b7671677 Initial implementation of OpenDocumentGuide.
Compare 3 commits »
Filip pushed to dev at Filip/androidagain 2024-10-22 23:32:04 +02:00
787f843981 Initial implementation of CreateDocumentGuide.
Filip pushed to dev at Filip/androidagain 2024-10-22 21:13:22 +02:00
d2ef1d1fa6 Applied license to project.