Commit Graph
4205 Commits
Author SHA1 Message Date
Lasan Mahaliyana b6b074161f Update README.md 2026-06-07 10:03:22 +05:30
lasan 142890817c removed redundant polling 2026-06-05 23:13:52 +05:30
lasan 40a9bb89b1 fixed crypto linking issues 2026-06-05 17:40:50 +05:30
lasan 314042740f added file path tests. they all fail but hey they're there lol 2026-06-05 11:01:01 +05:30
lasan 84eaf3ef27 added null guards to device info 2026-06-05 10:59:01 +05:30
lasan 945406a9f3 this might be related to the build issue as well. dunno 2026-06-05 09:51:13 +05:30
lasan 60269728a4 fixed build issue on arch for some reason 2026-06-05 09:50:44 +05:30
lasan 4b0b06c238 formatting stuff 2026-06-05 09:50:29 +05:30
lasan 56a3e98480 feature parity with windows socket tests 2026-06-05 09:50:16 +05:30
lasan 6de5147e35 rewrote bluetooth classic and ble l2cap sockets. added test for l2cap socket 2026-06-05 01:10:47 +05:30
lasan 275f31edb9 removed legacy handshake from l2cap server socket #2 2026-06-04 18:58:21 +05:30
lasan 577e9daf45 removed legacy handshake from l2cap server socket 2026-06-04 18:56:54 +05:30
lasan a3342d61ed removed legacy handshake from l2cap socket 2026-06-04 18:55:29 +05:30
lasan f3c68422c2 added test headers and stuff 2026-05-24 19:51:02 +05:30
lasan d301ed725c added clang format 2026-05-24 18:44:57 +05:30
Lasan Mahaliyana 91e971aff7 Update README.md 2026-05-22 11:37:36 +05:30
Lasan Mahaliyana 85eea53827 added harder to miss disclaimers 2026-05-17 22:33:21 +05:30
Lasan Mahaliyana efee204598 Refine Linux to Android sharing issue description
Updated the image source and refined the description of the Linux to Android file sharing issue for clarity.
2026-05-17 22:13:30 +05:30
Lasan Mahaliyana c4c4ec1851 updated todos 2026-05-17 21:58:15 +05:30
Lasan Mahaliyana f09c114ba8 Revise Linux to Android file sharing issue details
Updated the issue description for Linux to Android file sharing, adding details about potential causes and the need for tests.
2026-05-17 21:47:04 +05:30
Lasan Mahaliyana a0b83355c0 Revise README installation instructions for Quick Share
Updated installation notes regarding the `sdbus-cpp` library and its compatibility.
2026-05-16 20:42:04 +05:30
lasan 250bc1e071 fixed build error in github actions. hopefully v0.1-beta-3 2026-05-16 20:10:33 +05:30
lasan c5e99f2d8f removed sdbus-cpp installation/build/cache steps from github workflows 2026-05-16 19:03:34 +05:30
lasan 3ca432d5fd :Merge branch 'main' of github.com:kidfromjupiter/nearby 2026-05-16 18:57:10 +05:30
lasan dd7c1f521c sdbus-cpp will now be built by bazel instead of relying on system sdbus-cpp 2026-05-16 18:56:25 +05:30
Lasan Mahaliyana 57355534e9 Update README with QR code scanning details
Clarify QR code scanning issue and its relation to sharing.
2026-05-05 01:40:20 +05:30
Lasan Mahaliyana 4463933602 Revise README with updated build info and TODOs
Updated README to reflect changes in building instructions and development status.
2026-05-05 01:38:35 +05:30
lasan b5e647972b hardcoded tray icon since detecting color scheme is not reliable 2026-04-28 00:12:30 +05:30
Lasan Mahaliyana 286b94aa15 Update README.md 2026-04-27 09:08:17 +05:30
Lasan Mahaliyana 4c9b7db1f8 Update README.md 2026-04-27 09:07:19 +05:30
Lasan Mahaliyana 5cb919bf14 Update README.md 2026-04-26 23:15:14 +05:30
Lasan Mahaliyana eefe33a6bf Update README with file overwrite handling note
Added a note about file handling when receiving files.
2026-04-20 09:16:00 +05:30
Lasan Mahaliyana f7445ac1c7 Add TODO section to README for project improvements
Added a TODO section outlining future improvements and issues to address in the project.
2026-04-19 06:31:53 +05:30
lasan f8d6247346 enabled GATT client for linux. this makes it possible for linux to initiate L2cap connections 2026-04-18 19:30:54 +05:30
Lasan Mahaliyana 7715fb600c Update README to reflect Presence build status
Clarified the status of the Presence section in the README.
2026-04-18 14:54:23 +05:30
lasan 0c8b7ee961 Merge remote-tracking branch 'origin/main' 2026-04-18 14:52:26 +05:30
lasan 7cc4a123d7 removed presence build 2026-04-18 14:50:25 +05:30
Lasan Mahaliyana dddc61c2a8 added note to self 2026-04-18 14:45:15 +05:30
lasan 4b7b5649e1 added enable 5ghz toggle for people with intel LAR issues v0.1-beta-2 2026-04-17 11:47:06 +05:30
lasan cf63fe5b5d added linux feature flag to enable 5ghz hotspot 2026-04-17 11:21:47 +05:30
lasan f930016901 removed redundant checks 2026-04-17 11:04:34 +05:30
lasan b1938b6fdb updated validate.yaml to reflect new changes 2026-04-15 23:19:06 +05:30
Lasan Mahaliyana f69e9a97d7 removed stupid v0.1-beta-1 2026-04-15 22:50:33 +05:30
Lasan Mahaliyana c4de0336d2 remove apt cache. added sdbus cache and restore 2026-04-15 22:48:00 +05:30
Lasan Mahaliyana 137dd2aee9 Remove verbose_failures from bazel build options
Removed verbose_failures option from bazel build command.
2026-04-15 22:34:37 +05:30
Lasan Mahaliyana 51eba5b4d8 Update cache key for apt-debs in workflow 2026-04-15 22:30:23 +05:30
Lasan Mahaliyana c1d6dc70f4 Refactor APT cache handling in workflow 2026-04-15 22:28:37 +05:30
Lasan Mahaliyana dcf0831551 added apt caching 2026-04-15 22:22:17 +05:30
Lasan Mahaliyana e66c3196ed added CMAKE_INSTALL_PREFIX to sdbus-cpp build 2026-04-15 21:53:32 +05:30
Lasan Mahaliyana bfbb8d40bf removed libsdbus install step in apt 2026-04-15 21:26:51 +05:30