This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2019 Square, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package foo | |
import androidx.compose.foundation.BorderStroke | |
import androidx.compose.foundation.background | |
import androidx.compose.foundation.layout.Box | |
import androidx.compose.foundation.layout.Row | |
import androidx.compose.foundation.layout.fillMaxWidth | |
import androidx.compose.foundation.layout.height | |
import androidx.compose.foundation.layout.padding | |
import androidx.compose.foundation.layout.size |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is24-android-app git:(develop) ➜ gw ktlintCheck | |
Starting a Gradle Daemon, 4 stopped Daemons could not be reused, use --status for details | |
Watching the file system is an incubating feature. | |
Spent 12 ms registering watches for file system events | |
Virtual file system retained information about 0 files, 0 directories and 0 missing files since last build | |
> Configure project :app | |
Full version name: 15.1.0.907 | |
> Configure project :finance_calculator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package de.is24.git.diff | |
import org.eclipse.jgit.api.Git | |
import org.eclipse.jgit.lib.Repository | |
import org.eclipse.jgit.revwalk.RevWalk | |
import org.eclipse.jgit.treewalk.AbstractTreeIterator | |
import org.eclipse.jgit.treewalk.CanonicalTreeParser | |
import org.gradle.api.DefaultTask | |
import org.gradle.api.Project | |
import org.gradle.api.Task |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Object creator method with extra referce | |
private var _name: String? = null | |
fun getName(): String { | |
if (_name == null) { | |
_name = "Sinan" | |
} | |
return _name!! | |
} | |
// Lazy version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h2>Privacy Policy</h2> | |
<p>Kozaxinan built the "Touch Screen Fix - OnePlus One" app as a open source, free, ad-supported app. This SERVICE is provided by Kozaxinan and is intended | |
for use as is.</p> | |
<p>This page is used to inform website visitors regarding our policies with the collection, use, and | |
disclosure of Personal Information if anyone decided to use our Service.</p> | |
<p>If you choose to use our Service, then you agree to the collection and use of information in | |
relation with this policy. The Personal Information that we collect are used for providing and | |
improving the Service. we will not use or share your information with anyone except as described |