Features: - LDAP contact management (CRUD) - Search by name, phone, company - Call/SMS integration - Android contacts sync for caller ID - Material Design 3 UI LDAP Structure: - uid-based DN for flexible cn modification - Attributes: cn, displayName, mobile, mail, o, ou, title
22 lines
185 B
Plaintext
22 lines
185 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
|
|
# Android Studio
|
|
*.iml
|
|
.idea/
|
|
local.properties
|
|
|
|
# APK files
|
|
*.apk
|
|
*.aab
|
|
|
|
# Signing
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.log
|