Merge branch 'master' into 'master'
Add AirUnlock App This app establish a connection with your Mac via Bluetooth low-energy (BLE), controlling Mac lock state (Lock or Unlock). See merge request !1545
This commit is contained in:
commit
82b142032d
55
metadata/tw.qtlin.mac.airunlocker.txt
Normal file
55
metadata/tw.qtlin.mac.airunlocker.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
# F-Droid metadata template
|
||||
#
|
||||
# See http://f-droid.org/manual for more details
|
||||
#
|
||||
# Fields that are commented out are optional
|
||||
#
|
||||
# Single-line fields start right after the colon (without whitespace).
|
||||
Categories:System
|
||||
License:Apache
|
||||
Web Site:https://airunlock.qtlin.tw
|
||||
Source Code:https://github.com/pinetum/AirUnlock-for-Android
|
||||
Issue Tracker:https://github.com/pinetum/AirUnlock-for-Android/issues
|
||||
|
||||
# Donate:(web link)
|
||||
# FlattrID:(number)
|
||||
# Bitcoin:(bitcoin address)
|
||||
Summary:Controlling Mac lock state
|
||||
Description:
|
||||
Using android phone to establish a connection with your Mac via Bluetooth
|
||||
low-energy(BLE), controlling Mac lock state (Lock or Unlock).
|
||||
|
||||
Features:
|
||||
|
||||
* Store the password in Mac system keychain.
|
||||
* Send the UUID for lock/unlock Macbook.(other people can't control your mac)
|
||||
* Without any internet access.
|
||||
* Authorization with fingerprint.
|
||||
* Wake and unlock when mac is sleeping.(can not work when first boot-up and manually lock by clicking your name on the status bar, and then clicking 'Login Window....')
|
||||
* Unlock when you resume Mac bypressing a key.
|
||||
* Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General.
|
||||
* Select Show keychain status in menu bar.)
|
||||
|
||||
[https://github.com/pinetum/AirUnlock-for-Mac/blob/master/README.md AirUnlock
|
||||
Mac App Download]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/pinetum/AirUnlock-for-Android
|
||||
|
||||
# At least one for new apps
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
subdir=Application
|
||||
init=echo 'android { lintOptions { checkReleaseBuilds false } }' >>build.gradle
|
||||
gradle=yes
|
||||
|
||||
# [...]
|
||||
#
|
||||
# For a complete list of possible flags, see the manual
|
||||
# Maintainer Notes:
|
||||
# Here go the notes to take into account for future updates, builds, etc.
|
||||
# Will be published in the wiki if present.
|
||||
# .
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
Loading…
Reference in a new issue