Skip to content

Instantly share code, notes, and snippets.

View yusufonderd's full-sized avatar
🖐️
Working from home

yusufonderd yusufonderd

🖐️
Working from home
View GitHub Profile
@yusufonderd
yusufonderd / privacy_policy.md
Last active July 17, 2024 20:35
Contacts Pro Privacy Policy

Privacy Policy

Yusuf Önder built the Contacts Hero app as a Commercial app. This SERVICE is provided by Yusuf Önder and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Export Contacts unless otherwise defined in this Privacy Policy.

@yusufonderd
yusufonderd / KeyboardVisibilityEvent.kt
Created February 8, 2021 06:32
Keyboard Visibility Status Event Listener
import android.view.View
import android.view.ViewTreeObserver
import androidx.fragment.app.FragmentActivity
private const val RATIO_KEYBOARD_VISIBILITY = 0.25
object KeyboardVisibilityEvent {
private var isKeyboardShowing = false
private var globalLayoutListener: ViewTreeObserver.OnGlobalLayoutListener? = null
**Privacy Policy**
Yusuf Önder built the Weightly app as a Commercial app. This SERVICE is provided by Yusuf Önder and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Weightly unless otherwise defined in this Privacy Policy.
**Privacy Policy**
Yusuf Önder built the Weightly app as a Commercial app. This SERVICE is provided by Yusuf Önder and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Weightly unless otherwise defined in this Privacy Policy.
-Privacy policy
Logation don't collect and manage user data. Any data you enter in the app is writter directly into your device and it is not accessibla to us.
-Free version
Logation provides a free version which you can access limited feature of the app.
Pro user
Subscribe to access all pro Logation features, show all pins on map, remove ads, change app theme and suppport the development of the app.
**Privacy Policy**
Yusuf Önder built the app as a Commercial app. This SERVICE is provided by Yusuf Önder and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Weightly unless otherwise defined in this Privacy Policy.
class PaymentViewModel : ObservableObject{
@Published var isLoadingRetrieveProducts = false
@Published var yearlySubscriptionPrice = ""
@Published var monthlySubscriptionPrice = ""
@Published var lifetimeSubscriptionPrice = ""
@Published var isLoadingPayment = false
@Published var showAlert = false
class PaymentId {
static let shared = PaymentId()
static let monthly = "com.yonder._.monthly"
static let yearly = "com.yonder._.yearly"
static let lifetime = "com.yonder._.lifetime"
private init() { }
name: Android CI
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master ]
jobs:
build:
**Privacy Policy**
Yusuf Önder built the app as a Commercial app. This SERVICE is provided by Yusuf Önder and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Weightly unless otherwise defined in this Privacy Policy.