repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/leftdrawer/LeftDrawerAdapter.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/leftdrawer/LeftDrawerAdapter.java
package com.zhuinden.examplegithubclient.presentation.activity.main.leftdrawer; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; i...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginComponentFactory.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginComponentFactory.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.content.Context; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import com.zhuinden.examplegithubclient.util.ComponentFactory; import com.zhuinden.examplegithubclient.util.DaggerService; /** * Create...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginView.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginView.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.annotation.TargetApi; import android.app.ProgressDialog; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.text.Editable; import android.util.AttributeSet; import android...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPresenter.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPresenter.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.os.Bundle; import android.support.annotation.Nullable; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.domain.interactor.LoginInteractor; import com.zhuinden.examplegithubc...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginKey.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginKey.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.os.Parcelable; import com.google.auto.value.AutoValue; import com.zhuinden.examplegithubclient.R; import com.zhuinden.examplegithubclient.util.ComponentFactory; import com.zhuinden.examplegithubclient.util.Layout; import com.zhuinden.ex...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginComponent.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginComponent.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import dagger.Component; /** * Created by Owner on 2016.12.10. */ @KeyScope(LoginKey.class) @C...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/about/AboutKey.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/about/AboutKey.java
package com.zhuinden.examplegithubclient.presentation.paths.about; import android.os.Parcelable; import com.google.auto.value.AutoValue; import com.zhuinden.examplegithubclient.R; import com.zhuinden.examplegithubclient.util.Layout; import com.zhuinden.examplegithubclient.util.Title; /** * Created by Zhuinden on 20...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/about/AboutView.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/about/AboutView.java
package com.zhuinden.examplegithubclient.presentation.paths.about; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.widget.RelativeLayout; /** * Created by Zhuinden on 2016.12.10.. */ public class AboutView extends RelativeLayout { pu...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsKey.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsKey.java
package com.zhuinden.examplegithubclient.presentation.paths.repositorydetails; import android.os.Parcelable; import com.google.auto.value.AutoValue; import com.zhuinden.examplegithubclient.R; import com.zhuinden.examplegithubclient.presentation.paths.repositories.RepositoriesKey; import com.zhuinden.examplegithubclie...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsComponentFactory.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsComponentFactory.java
package com.zhuinden.examplegithubclient.presentation.paths.repositorydetails; import android.content.Context; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import com.zhuinden.examplegithubclient.util.ComponentFactory; import com.zhuinden.examplegithubclient.util.DaggerService; /...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsView.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsView.java
package com.zhuinden.examplegithubclient.presentation.paths.repositorydetails; import android.annotation.TargetApi; import android.content.Context; import android.text.Html; import android.util.AttributeSet; import android.widget.RelativeLayout; import android.widget.TextView; import com.zhuinden.examplegithubclient....
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsPresenter.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsPresenter.java
package com.zhuinden.examplegithubclient.presentation.paths.repositorydetails; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import com.zhuinden.examplegithubclient.util.BasePresenter; import com.zhuinden.ex...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsComponent.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositorydetails/RepositoryDetailsComponent.java
package com.zhuinden.examplegithubclient.presentation.paths.repositorydetails; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import dagger.Component; /** * Created by Owner on 2016.12.10. */ @KeyScope(Reposi...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesKey.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesKey.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.os.Parcelable; import com.google.auto.value.AutoValue; import com.zhuinden.examplegithubclient.R; import com.zhuinden.examplegithubclient.util.ComponentFactory; import com.zhuinden.examplegithubclient.util.Layout; import com.zhui...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesComponentFactory.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesComponentFactory.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.content.Context; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import com.zhuinden.examplegithubclient.util.ComponentFactory; import com.zhuinden.examplegithubclient.util.DaggerService; /** *...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesAdapter.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesAdapter.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.zhuinden.examplegithubclient....
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPresenter.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPresenter.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.os.Bundle; import android.support.annotation.Nullable; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.data.model.GithubRepoDataSource; import com.zhuinden.examplegi...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesView.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesView.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.annotation.TargetApi; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; impor...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesComponent.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesComponent.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import com.zhuinden.examplegithubclient.application.injection.KeyScope; import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent; import dagger.Component; /** * Created by Owner on 2016.12.10. */ @KeyScope(Repositorie...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/GithubService.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/GithubService.java
package com.zhuinden.examplegithubclient.domain.service; import com.zhuinden.examplegithubclient.domain.data.response.organization.Organization; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import java.util.List; import io.reactivex.Single; /** * Created by Owner on 2016.1...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/impl/GithubServiceImpl.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/impl/GithubServiceImpl.java
package com.zhuinden.examplegithubclient.domain.service.impl; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.domain.data.response.organization.Organization; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/retrofit/RetrofitGithubService.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/service/retrofit/RetrofitGithubService.java
package com.zhuinden.examplegithubclient.domain.service.retrofit; import com.zhuinden.examplegithubclient.domain.data.response.organization.Organization; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import java.util.List; import io.reactivex.Single; import retrofit2.http.GET;...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/networking/HeaderInterceptor.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/networking/HeaderInterceptor.java
package com.zhuinden.examplegithubclient.domain.networking; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import java.io.IOException; import javax.inject.Inject; import okhttp3.Interceptor; import okhttp3.Response; /** * Created by Owner on 2016.12.10. */ @ActivityScope public clas...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/Owner.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/Owner.java
package com.zhuinden.examplegithubclient.domain.data.response; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; /** * Created by Owner on 2016.12.10. */ @JsonObject public class Owner { @JsonField(name = "login") private String login; @...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/organization/Organization.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/organization/Organization.java
package com.zhuinden.examplegithubclient.domain.data.response.organization; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; import com.zhuinden.examplegithubclient.domain.data.response.Owner; /** * Created by Owner on 2016.12.10. */ @JsonObject p...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/organization/Permission.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/organization/Permission.java
package com.zhuinden.examplegithubclient.domain.data.response.organization; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; /** * Created by Owner on 2016.12.10. */ @JsonObject public class Permission { @JsonField(name = "admin") private B...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/error/Error.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/error/Error.java
package com.zhuinden.examplegithubclient.domain.data.response.error; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; @JsonObject public class Error { @JsonField(name = "resource") private String resource; @JsonField(name = "field") ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/error/ErrorResponse.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/error/ErrorResponse.java
package com.zhuinden.examplegithubclient.domain.data.response.error; /** * Created by Owner on 2016.12.10. */ import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; import java.util.List; @JsonObject public class ErrorResponse { @JsonField(name = "...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/repositories/GithubRepo.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/data/response/repositories/GithubRepo.java
package com.zhuinden.examplegithubclient.domain.data.response.repositories; import com.bluelinelabs.logansquare.annotation.JsonField; import com.bluelinelabs.logansquare.annotation.JsonObject; import com.zhuinden.examplegithubclient.domain.data.response.Owner; @JsonObject public class GithubRepo { @JsonField(name...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/LoginInteractor.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/LoginInteractor.java
package com.zhuinden.examplegithubclient.domain.interactor; import io.reactivex.Single; /** * Created by Zhuinden on 2016.12.18.. */ public interface LoginInteractor { Single<Boolean> login(String username, String password); }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/GetRepositoriesInteractor.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/GetRepositoriesInteractor.java
package com.zhuinden.examplegithubclient.domain.interactor; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import java.util.List; import io.reactivex.Single; /** * Created by Owner on 2016.12.10. */ public interface GetRepositoriesInteractor { Single<List<GithubRepo>> g...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/impl/LoginInteractorImpl.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/impl/LoginInteractorImpl.java
package com.zhuinden.examplegithubclient.domain.interactor.impl; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.domain.interactor.LoginInteractor; import java.util.concurrent.TimeUnit; import javax.inject.Inject; import io.reactivex.Single; /** ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/impl/GetRepositoriesInteractorImpl.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/domain/interactor/impl/GetRepositoriesInteractorImpl.java
package com.zhuinden.examplegithubclient.domain.interactor.impl; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.data.repository.GithubRepoRepository; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import com.zh...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/CustomApplication.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/CustomApplication.java
package com.zhuinden.examplegithubclient.application; import android.app.Application; import com.zhuinden.examplegithubclient.util.idlingresource.FlowlessIdlingResource; import flowless.Flow; /** * Created by Zhuinden on 2016.12.09.. */ public class CustomApplication extends Application { private static Cust...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/KeyScope.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/KeyScope.java
package com.zhuinden.examplegithubclient.application.injection; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; /** * Created by Owner on 2016.12.10. */ @Scope @Retention(RetentionPolicy.RUNTIME) public @interface KeyScope { Class<?> value(); }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/ActivityScope.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/ActivityScope.java
package com.zhuinden.examplegithubclient.application.injection; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; /** * Created by Owner on 2016.12.10. */ @Scope @Retention(RetentionPolicy.RUNTIME) public @interface ActivityScope { }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/OkHttpModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/OkHttpModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.domain.networking.HeaderInterceptor; import dagger.Module; import dagger.Provides; import okhttp3.OkHttpClient; /** * Created b...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/NavigationModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/NavigationModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import dagger.Module; import dagger.Provides; import flowless.Flow; import flowless.KeyManager; import flowless.ServiceProvider; /** * Created by Owner on 2017. 01. 18.. */ @Module public class NavigationModule { private Flow flow; pu...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/RepositoryModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/RepositoryModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import com.zhuinden.examplegithubclient.data.repository.GithubRepoRepository; import com.zhuinden.examplegithubclient.data.repository.impl.GithubRepoRepositoryInMemoryImpl; import dagger.Module; import dagger.Provides; /** * Created by Zhuinden...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/RetrofitModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/RetrofitModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import com.github.aurae.retrofit2.LoganSquareConverterFactory; import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegith...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/InteractorModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/InteractorModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import com.zhuinden.examplegithubclient.domain.interactor.GetRepositoriesInteractor; import com.zhuinden.examplegithubclient.domain.interactor.LoginInteractor; import com.zhuinden.examplegithubclient.domain.interactor.impl.GetRepositoriesInteracto...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/ServiceModule.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/modules/ServiceModule.java
package com.zhuinden.examplegithubclient.application.injection.modules; import com.zhuinden.examplegithubclient.domain.service.GithubService; import com.zhuinden.examplegithubclient.domain.service.impl.GithubServiceImpl; import dagger.Module; import dagger.Provides; /** * Created by Owner on 2016.12.10. */ @Modul...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/config/MainComponentConfig.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/application/injection/config/MainComponentConfig.java
package com.zhuinden.examplegithubclient.application.injection.config; import com.zhuinden.examplegithubclient.application.injection.modules.InteractorModule; import com.zhuinden.examplegithubclient.application.injection.modules.NavigationModule; import com.zhuinden.examplegithubclient.application.injection.modules.Ok...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/DataSource.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/DataSource.java
package com.zhuinden.examplegithubclient.data.model; import java.util.List; /** * Created by Zhuinden on 2017.01.02.. */ public interface DataSource<M> { interface ChangeListener<M> { void onChange(List<M> repositories); } interface Unbinder { void unbind(); } public interface...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/BaseDataSource.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/BaseDataSource.java
package com.zhuinden.examplegithubclient.data.model; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import io.reactivex.Single; import io.reactivex.android.schedulers.AndroidSchedulers; /** * Created by Zhuinden on 2017.01.02.. */ public abstract class BaseDat...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/GithubRepoDataSource.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/model/GithubRepoDataSource.java
package com.zhuinden.examplegithubclient.data.model; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; import java.util.ArrayList; import java.util.Collections; import java.util.List; import javax.inject....
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/Repository.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/Repository.java
package com.zhuinden.examplegithubclient.data.repository; import com.zhuinden.examplegithubclient.data.model.DataSource; import java.io.Serializable; import java.util.List; /** * Created by Zhuinden on 2017.01.02.. */ interface Repository<M, ID extends Serializable> { DataSource.Unbinder subscribe(DataSource....
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/GithubRepoRepository.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/GithubRepoRepository.java
package com.zhuinden.examplegithubclient.data.repository; import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo; /** * Created by Zhuinden on 2017.01.02.. */ public interface GithubRepoRepository extends Repository<GithubRepo, Integer> { GithubRepo findByUrl(String url); ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/impl/GithubRepoRepositoryInMemoryImpl.java
flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/data/repository/impl/GithubRepoRepositoryInMemoryImpl.java
package com.zhuinden.examplegithubclient.data.repository.impl; import com.zhuinden.examplegithubclient.application.injection.ActivityScope; import com.zhuinden.examplegithubclient.data.model.DataSource; import com.zhuinden.examplegithubclient.data.model.GithubRepoDataSource; import com.zhuinden.examplegithubclient.dat...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/com/google/auto/value/AutoValue.java
flowless-mvp-example/src/main/java/com/google/auto/value/AutoValue.java
package com.google.auto.value; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface AutoValue { /** * Specifies that Auto...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/main/java/javax/microedition/khronos/opengles/GL.java
flowless-mvp-example/src/main/java/javax/microedition/khronos/opengles/GL.java
package javax.microedition.khronos.opengles; /** * Robolectric support. */ public class GL { }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/InstrumentationSuite.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/InstrumentationSuite.java
package com.zhuinden.examplegithubclient; import com.zhuinden.examplegithubclient.presentation.activity.main.MainInstrumentedTest; import com.zhuinden.examplegithubclient.presentation.paths.login.LoginInstrumentedTest; import com.zhuinden.examplegithubclient.presentation.paths.repositories.RepositoriesInstrumentedTest...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/util/FlowViewAssertions.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/util/FlowViewAssertions.java
package com.zhuinden.examplegithubclient.util; /* * Copyright 2016 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 * *...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainInstrumentedTest.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainInstrumentedTest.java
package com.zhuinden.examplegithubclient.presentation.activity.main; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.espresso.Espresso; import android.support.test.espresso.assertion.ViewAssertions; import android.support.test.espresso.matcher.ViewMatch...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainPage.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainPage.java
package com.zhuinden.examplegithubclient.presentation.activity.main; import android.support.test.espresso.Espresso; import android.support.test.espresso.ViewInteraction; import android.support.test.espresso.action.ViewActions; import android.support.test.espresso.assertion.ViewAssertions; import android.support.test.e...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPage.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPage.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.support.test.espresso.Espresso; import android.support.test.espresso.ViewInteraction; import android.support.test.espresso.matcher.ViewMatchers; import com.zhuinden.examplegithubclient.R; /** * Created by Zhuinden on 2016.12.19.. */ ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginWaitForDialogInstruction.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginWaitForDialogInstruction.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import com.zhuinden.examplegithubclient.util.conditionwatcher.Instruction; /** * Created by F1sherKK on 15/04/16. */ public class LoginWaitForDialogInstruction extends Instruction { LoginPresenter loginPresenter; public LoginWaitFor...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginInstrumentedTest.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginInstrumentedTest.java
package com.zhuinden.examplegithubclient.presentation.paths.login; import android.app.Instrumentation; import android.support.test.InstrumentationRegistry; import android.support.test.espresso.Espresso; import android.support.test.espresso.action.ViewActions; import android.support.test.rule.ActivityTestRule; import a...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesInstrumentedTest.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesInstrumentedTest.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.app.Instrumentation; import android.support.test.InstrumentationRegistry; import android.support.test.espresso.Espresso; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPage.java
flowless-mvp-example/src/androidTest/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPage.java
package com.zhuinden.examplegithubclient.presentation.paths.repositories; import android.support.test.espresso.Espresso; import android.support.test.espresso.ViewInteraction; import android.support.test.espresso.matcher.ViewMatchers; /** * Created by Zhuinden on 2016.12.19.. */ public class RepositoriesPage { ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LandscapeScreen.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LandscapeScreen.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LooseScreen.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LooseScreen.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LooseView.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LooseView.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleDispatcher.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleDispatcher.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleScreen.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleScreen.java
package flow.sample.orientation; import android.support.annotation.LayoutRes; abstract class OrientationSampleScreen { @LayoutRes abstract int getLayoutId(); boolean requiresLandscape() { return false; } }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleActivity.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/OrientationSampleActivity.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LandscapeView.java
flow-sample-orientation-lock/src/main/java/flow/sample/orientation/LandscapeView.java
/* * Copyright 2016 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 ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/test/java/com/zhuinden/flowtransitions/ExampleUnitTest.java
flowless-sample-transitions/src/test/java/com/zhuinden/flowtransitions/ExampleUnitTest.java
package com.zhuinden.flowtransitions; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test publi...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/Layout.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/Layout.java
package com.zhuinden.flowtransitions; import android.support.annotation.LayoutRes; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * Created by Zhuinden on 2016.12.03.. */ @Retention(RetentionPolicy.RUNTIME) public @interface Layout { @LayoutRes int value(); }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainDefaultKey.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainDefaultKey.java
package com.zhuinden.flowtransitions; import android.os.Parcel; import android.os.Parcelable; import flowless.ClassKey; /** * Created by Zhuinden on 2016.12.03.. */ @Layout(R.layout.scene_main_default) public class SceneMainDefaultKey extends ClassKey implements Parcelable { public static Scen...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/MainActivity.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/MainActivity.java
package com.zhuinden.flowtransitions; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.ViewGroup; import butterknife.BindV...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/TransitionDispatcher.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/TransitionDispatcher.java
package com.zhuinden.flowtransitions; import android.content.Context; import android.support.annotation.NonNull; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.transitionseverywhere.TransitionManager; import java.util.LinkedHashMap; import java.util.Map; impo...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainView.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainView.java
package com.zhuinden.flowtransitions; import android.annotation.TargetApi; import android.content.Context; import android.os.AsyncTask; import android.util.AttributeSet; import android.util.Log; import android.widget.Button; import android.widget.RelativeLayout; import android.widget.TextView; import butterknife.Bind...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainSecondKey.java
flowless-sample-transitions/src/main/java/com/zhuinden/flowtransitions/SceneMainSecondKey.java
package com.zhuinden.flowtransitions; import android.os.Parcel; import android.os.Parcelable; import flowless.ClassKey; /** * Created by Zhuinden on 2016.12.03.. */ @Layout(R.layout.scene_main_second) public class SceneMainSecondKey extends ClassKey implements Parcelable { public static SceneM...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-transitions/src/androidTest/java/com/zhuinden/flowtransitions/ExampleInstrumentedTest.java
flowless-sample-transitions/src/androidTest/java/com/zhuinden/flowtransitions/ExampleInstrumentedTest.java
package com.zhuinden.flowtransitions; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/test/java/com/xuexiang/templateproject/ExampleUnitTest.java
app/src/test/java/com/xuexiang/templateproject/ExampleUnitTest.java
package com.xuexiang.templateproject; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test publi...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/MyApp.java
app/src/main/java/com/xuexiang/templateproject/MyApp.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/fragment/MainFragment.java
app/src/main/java/com/xuexiang/templateproject/fragment/MainFragment.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/fragment/EmptyFragment.java
app/src/main/java/com/xuexiang/templateproject/fragment/EmptyFragment.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/activity/MainActivity.java
app/src/main/java/com/xuexiang/templateproject/activity/MainActivity.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/utils/service/JsonSerializationService.java
app/src/main/java/com/xuexiang/templateproject/utils/service/JsonSerializationService.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/utils/sdkinit/UMengInit.java
app/src/main/java/com/xuexiang/templateproject/utils/sdkinit/UMengInit.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/utils/sdkinit/XBasicLibInit.java
app/src/main/java/com/xuexiang/templateproject/utils/sdkinit/XBasicLibInit.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/core/BaseFragment.java
app/src/main/java/com/xuexiang/templateproject/core/BaseFragment.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/core/BaseContainerFragment.java
app/src/main/java/com/xuexiang/templateproject/core/BaseContainerFragment.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/core/BaseSimpleListFragment.java
app/src/main/java/com/xuexiang/templateproject/core/BaseSimpleListFragment.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/core/BaseActivity.java
app/src/main/java/com/xuexiang/templateproject/core/BaseActivity.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/main/java/com/xuexiang/templateproject/core/SimpleListAdapter.java
app/src/main/java/com/xuexiang/templateproject/core/SimpleListAdapter.java
/* * Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com) * * 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 a...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
xuexiangjys/TemplateSimpleProject
https://github.com/xuexiangjys/TemplateSimpleProject/blob/cbf5508a2561f0e42ef9608885ba8b9b1fea33e0/app/src/androidTest/java/com/xuexiang/templateproject/ExampleInstrumentedTest.java
app/src/androidTest/java/com/xuexiang/templateproject/ExampleInstrumentedTest.java
package com.xuexiang.templateproject; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.assertEquals; /** * Instrumented test, which will execu...
java
Apache-2.0
cbf5508a2561f0e42ef9608885ba8b9b1fea33e0
2026-01-05T02:41:00.228548Z
false
jenly1314/SplitEditText
https://github.com/jenly1314/SplitEditText/blob/924ca19427ca58712e72e74ad96566fdb7812491/splitedittext/src/test/java/com/king/view/splitedittext/ExampleUnitTest.java
splitedittext/src/test/java/com/king/view/splitedittext/ExampleUnitTest.java
package com.king.view.splitedittext; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public...
java
MIT
924ca19427ca58712e72e74ad96566fdb7812491
2026-01-05T02:41:00.756256Z
false
jenly1314/SplitEditText
https://github.com/jenly1314/SplitEditText/blob/924ca19427ca58712e72e74ad96566fdb7812491/splitedittext/src/main/java/com/king/view/splitedittext/SplitEditText.java
splitedittext/src/main/java/com/king/view/splitedittext/SplitEditText.java
package com.king.view.splitedittext; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Path; import android.graphics.Rect; import android.graphics.RectF; import android.text.InputFilter; import android.text.Text...
java
MIT
924ca19427ca58712e72e74ad96566fdb7812491
2026-01-05T02:41:00.756256Z
false
jenly1314/SplitEditText
https://github.com/jenly1314/SplitEditText/blob/924ca19427ca58712e72e74ad96566fdb7812491/splitedittext/src/androidTest/java/com/king/view/splitedittext/ExampleInstrumentedTest.java
splitedittext/src/androidTest/java/com/king/view/splitedittext/ExampleInstrumentedTest.java
package com.king.view.splitedittext; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execut...
java
MIT
924ca19427ca58712e72e74ad96566fdb7812491
2026-01-05T02:41:00.756256Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/BlobStoreTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/BlobStoreTest.java
package com.embracesource.edh.hbase; import java.io.IOException; import org.apache.hadoop.hbase.MasterNotRunningException; import org.apache.hadoop.hbase.ZooKeeperConnectionException; import org.apache.hadoop.hbase.client.HBaseAdmin; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client....
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/AggregateTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/AggregateTest.java
package com.embracesource.edh.hbase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.Scan; import org.apache.hadoop.hbase.client.coprocessor.AggregationClient; import org.apache.hadoop.hbase.client.coprocessor.LongStrColumnInterpreter...
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/GroupByTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/GroupByTest.java
package com.embracesource.edh.hbase; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.Scan; import org.apache.hadoop.hbase.client.coprocessor.GroupByClient; import org.apache.hadoop.h...
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/MultiRowRangeFilterTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/MultiRowRangeFilterTest.java
package com.embracesource.edh.hbase; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client.Result; import org.apache.hadoop.hbase.client.Resu...
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/ParallelScannerTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/ParallelScannerTest.java
package com.embracesource.edh.hbase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client.Result; import org.apache.hadoop.hbase.client.ResultScanner; import org.apache.hadoop.hbase.client.Sca...
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/TestGroupby.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/TestGroupby.java
package com.embracesource.edh.hbase; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.Scan; import org.apache.hadoop.hbase.client.coprocessor.GroupByClient; import org.apache.hadoop....
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/ReplicationTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/ReplicationTest.java
package com.embracesource.edh.hbase; import java.io.IOException; import org.apache.hadoop.hbase.MasterNotRunningException; import org.apache.hadoop.hbase.ZooKeeperConnectionException; import org.apache.hadoop.hbase.client.HBaseAdmin; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client....
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false
chensoul/learning-hadoop
https://github.com/chensoul/learning-hadoop/blob/196093e9658d2d936e8a9d6680232377f735fdfa/cdh-hbase-examples/src/com/embracesource/edh/hbase/ExpressionFilterTest.java
cdh-hbase-examples/src/com/embracesource/edh/hbase/ExpressionFilterTest.java
package com.embracesource.edh.hbase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client.Result; import org.apache.hadoop.hbase.client.ResultScanner; import org.apache.hadoop.hbase.client.Sca...
java
Apache-2.0
196093e9658d2d936e8a9d6680232377f735fdfa
2026-01-05T02:41:02.465238Z
false