Skip to content

Commit

Permalink
#52: Deactivate contacts and telepathy plugins for now
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Apr 9, 2024
1 parent 65e175f commit b9c64b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,23 @@ Battery | :heavy_check_mark: | :battery: Share battery status with your computer
Clipboard | :heavy_check_mark: | :clipboard: Share clipboard text content.
Mpris | :heavy_check_mark: | :play_or_pause_button: Control multimedia player from your computer.
Ping | :heavy_check_mark: | :wave: Check connection with a ping.
Touchpad | :heavy_check_mark: | :computer_mouse: Create mouse input from your phone.
MousePad | :heavy_check_mark: | :computer_mouse: Create mouse input from your phone.
Share | :heavy_check_mark: | Send and receive files, text and URLs.
Telephony | :heavy_check_mark: | :telephone_receiver: Share call status (incoming or active) with your computer.
RemoteKeyboard | :heavy_check_mark: | :keyboard: Create keyboard input from your phone.
Contacts | :heavy_check_mark: | :busts_in_silhouette: Share contacts with your computer.
SendNotifications | :construction: | Share notifications of your phone.
RunCommand | :heavy_check_mark: | Run user-defined commands on your computer.
RemoteCommands | :heavy_check_mark: | Let user-defined commands run on your phone.
RemoteSystemVolume | :heavy_check_mark: | :sound: Control system volume of your computer.
Telepathy | :o: | :speech_balloon: Send SMS messages and read SMS history from your computer.
SMS | :o: | :speech_balloon: Send SMS messages and read SMS history from your computer.
Contacts | :o: | :busts_in_silhouette: Share contacts with your computer.
Sftp | :o: | :open_file_folder: Provide access to local files from your computer.
FindMyPhone | :o: | :vibration_mode: Make finding your phone easier.
FindThisDevice | :o: | :vibration_mode: Make finding your phone easier.
SystemVolume | :o: | :sound: Share control of system volume of your phone.
ReceiseNotifications | :o: | Receive notifications of your computer.
MprisReceiver | :o: | :play_or_pause_button: Share multimedia player control with your computer.

Presenter | :o: | Use device to control presentation
ConnectivityReport | :o: | Share connectivity report

### Core
* Pairing
Expand Down
4 changes: 2 additions & 2 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ add_static_plugins_lib(
PREFIX sailfishconnect
PLUGINS
BatteryReport
Contacts
# Contacts
Clipboard
MprisRemote
SendNotifications
Share
Telepathy
# Telepathy
Telephony
SftpServer
)
Expand Down
4 changes: 2 additions & 2 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

add_subdirectory(batteryreport)
add_subdirectory(contacts)
add_subdirectory(telepathy)
#add_subdirectory(contacts)
#add_subdirectory(telepathy)
add_subdirectory(telephony)
add_subdirectory(sftpserver)

Expand Down

0 comments on commit b9c64b2

Please sign in to comment.