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-library/src/main/java/flowless/KeyManager.java | flowless-library/src/main/java/flowless/KeyManager.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-library/src/main/java/flowless/Traversal.java | flowless-library/src/main/java/flowless/Traversal.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-library/src/main/java/flowless/KeyParceler.java | flowless-library/src/main/java/flowless/KeyParceler.java | /*
* Copyright 2013 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-library/src/main/java/flowless/FlowIdlingResource.java | flowless-library/src/main/java/flowless/FlowIdlingResource.java | package flowless;
/**
* Created by Zhuinden on 2016.07.01..
*/
public interface FlowIdlingResource {
void increment();
void decrement();
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/Flow.java | flowless-library/src/main/java/flowless/Flow.java | /*
* Copyright 2013 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-library/src/main/java/flowless/ViewUtils.java | flowless-library/src/main/java/flowless/ViewUtils.java | package flowless;
/*
* Copyright 2013 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 applicabl... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/Installer.java | flowless-library/src/main/java/flowless/Installer.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-library/src/main/java/flowless/ActivityUtils.java | flowless-library/src/main/java/flowless/ActivityUtils.java | package flowless;
import android.app.Activity;
import android.content.Context;
import android.content.ContextWrapper;
/**
* Created by Zhuinden on 2016.05.26..
*/
public class ActivityUtils {
public static Activity getActivity(Context context) {
if (context instanceof Activity) {
return (Act... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/Direction.java | flowless-library/src/main/java/flowless/Direction.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-library/src/main/java/flowless/Preconditions.java | flowless-library/src/main/java/flowless/Preconditions.java | /*
* Copyright (C) 2007 The Guava Authors
*
* 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 ... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/FlowContainerLifecycleListener.java | flowless-library/src/main/java/flowless/preset/FlowContainerLifecycleListener.java | package flowless.preset;
/**
* Created by Zhuinden on 2016.07.01..
*/
public interface FlowContainerLifecycleListener
extends FlowLifecycles.ActivityResultListener, //
FlowLifecycles.BackPressListener, //
FlowLifecycles.CreateDestroyListener, //
FlowLifecycles.StartStopListener, //
... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/DispatcherUtils.java | flowless-library/src/main/java/flowless/preset/DispatcherUtils.java | package flowless.preset;
import android.view.View;
import flowless.Bundleable;
import flowless.Flow;
import flowless.History;
import flowless.State;
import flowless.Traversal;
/**
* Created by Zhuinden on 2016.07.01..
*/
public class DispatcherUtils {
private DispatcherUtils() {
}
public static boolea... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/ContainerRootDispatcher.java | flowless-library/src/main/java/flowless/preset/ContainerRootDispatcher.java | package flowless.preset;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.CheckResult;
import android.support.annotation.NonNull;
import android.view.ViewGroup;
import flowless.Dispatcher;
import flowless.Flow;
import flowless.Traversal;
import flowless.TraversalCallback;
/*... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/FlowLifecycleProvider.java | flowless-library/src/main/java/flowless/preset/FlowLifecycleProvider.java | package flowless.preset;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.CheckResult;
import android.view.View;
/**
* Created by Zhuinden on 2016.07.01..
*/
public class FlowLifecycleProvider {
private FlowLifecycleProvider() {
// No instance
}
public ... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/FlowLifecycles.java | flowless-library/src/main/java/flowless/preset/FlowLifecycles.java | package flowless.preset;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
/**
* Created by Zhuinden on 2016.07.01..
*/
public interface FlowLifecycles {
public interface BackPressListener {
boolean onBackPressed();
}
public interface CreateDest... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/SingleRootDispatcher.java | flowless-library/src/main/java/flowless/preset/SingleRootDispatcher.java | package flowless.preset;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.CheckResult;
import android.support.annotation.Nullable;
import flowless.Flow;
import flowless.ForceBundler;
/**
* Created by Zhuinden on 2016.06.27..
*/
public abstract class SingleRootDispatcher
... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/preset/BaseDispatcher.java | flowless-library/src/main/java/flowless/preset/BaseDispatcher.java | package flowless.preset;
import android.content.Context;
import android.support.annotation.NonNull;
import android.view.ViewGroup;
import flowless.Dispatcher;
import flowless.Traversal;
import flowless.TraversalCallback;
/**
* Created by Zhuinden on 2016.07.01..
*/
public abstract class BaseDispatcher
impl... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flow-sample-basic/src/main/java/flowless/sample/basic/HelloScreen.java | flow-sample-basic/src/main/java/flowless/sample/basic/HelloScreen.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-basic/src/main/java/flowless/sample/basic/BasicDispatcher.java | flow-sample-basic/src/main/java/flowless/sample/basic/BasicDispatcher.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-basic/src/main/java/flowless/sample/basic/BasicSampleActivity.java | flow-sample-basic/src/main/java/flowless/sample/basic/BasicSampleActivity.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-basic/src/main/java/flowless/sample/basic/HelloView.java | flow-sample-basic/src/main/java/flowless/sample/basic/HelloView.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-basic/src/main/java/flowless/sample/basic/WelcomeView.java | flow-sample-basic/src/main/java/flowless/sample/basic/WelcomeView.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-basic/src/main/java/flowless/sample/basic/WelcomeScreen.java | flow-sample-basic/src/main/java/flowless/sample/basic/WelcomeScreen.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-master-detail/src/test/java/com/zhuinden/flow_alpha_master_detail/ExampleUnitTest.java | flowless-sample-master-detail/src/test/java/com/zhuinden/flow_alpha_master_detail/ExampleUnitTest.java | package com.zhuinden.flow_alpha_master_detail;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect()
throws Exception {
assertEqu... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsMaster.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsMaster.java | package com.zhuinden.flow_alpha_master_detail;
/**
* Created by Zhuinden on 2016.04.16..
*/
public interface IsMaster {
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/MainActivity.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/MainActivity.java | package com.zhuinden.flow_alpha_master_detail;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.view.ViewGroup;
import com.zhuinden.flow_alpha_master_detail.paths.FirstKey... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsFullScreen.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsFullScreen.java | package com.zhuinden.flow_alpha_master_detail;
/**
* Created by Zhuinden on 2016.04.16..
*/
public interface IsFullScreen {
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/MasterDetailContainer.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/MasterDetailContainer.java | package com.zhuinden.flow_alpha_master_detail;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsDetail.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/IsDetail.java | package com.zhuinden.flow_alpha_master_detail;
/**
* Created by Zhuinden on 2016.04.16..
*/
public interface IsDetail {
IsMaster getMaster();
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/SinglePaneContainer.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/SinglePaneContainer.java | package com.zhuinden.flow_alpha_master_detail;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.AttributeSet;
import android.widget.FrameLayout;
import com.zhuinden.flow_alpha_ma... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/DispatcherUtils.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/DispatcherUtils.java | package com.zhuinden.flow_alpha_master_detail.extracted;
import android.animation.Animator;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import flowless.Direction;
import flowless.Traversal;
/**
* Created by Zhuinden on 2016.12.03..
*/... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/LayoutKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/LayoutKey.java | package com.zhuinden.flow_alpha_master_detail.extracted;
import android.os.Parcelable;
import android.support.annotation.LayoutRes;
/**
* Created by Zhuinden on 2016.12.03..
*/
public interface LayoutKey
extends Parcelable {
@LayoutRes
int layout();
FlowAnimation animation();
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/ExampleDispatcher.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/ExampleDispatcher.java | package com.zhuinden.flow_alpha_master_detail.extracted;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.support.annotation.NonNull;
import android.view.View;
import android.view.ViewGroup;
import flowless.Direction;
import flowless.Traversal;
import flowless.Traver... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/FlowAnimation.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/extracted/FlowAnimation.java | package com.zhuinden.flow_alpha_master_detail.extracted;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.View;
import java.io.Serializable;
impo... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthMasterKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthMasterKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation;
import com.zhuinden.flow_alpha_master_detail.extracte... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailThirdKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailThirdKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsDetail;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FirstKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FirstKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsFullScreen;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation;
import com.zhuinden.flow_alpha_master_detail.extr... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailThirdView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailThirdView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
/**
* Created by Zhuinden on 2016.04.16..
*/
public class SecondDetailThirdView
extends LinearLayout {
public Se... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailSecondKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailSecondKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsDetail;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailSecondView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailSecondView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/ThirdFullScreenKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/ThirdFullScreenKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsFullScreen;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation;
import com.zhuinden.flow_alpha_master_detail.extr... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsDetail;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailSecondKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailSecondKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsDetail;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondMasterKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondMasterKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation;
import com.zhuinden.flow_alpha_master_detail.extracte... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailKey.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondDetailKey.java | package com.zhuinden.flow_alpha_master_detail.paths;
import com.google.auto.value.AutoValue;
import com.zhuinden.flow_alpha_master_detail.IsDetail;
import com.zhuinden.flow_alpha_master_detail.IsMaster;
import com.zhuinden.flow_alpha_master_detail.R;
import com.zhuinden.flow_alpha_master_detail.extracted.FlowAnimation... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondMasterView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/SecondMasterView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthMasterView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthMasterView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailSecondView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FourthDetailSecondView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
/**
* Created by Zhuinden on 2016.04.16..
*/
public class FourthDetailSecondView
extends LinearLayout {
public F... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FirstView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/FirstView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/ThirdFullScreenView.java | flowless-sample-master-detail/src/main/java/com/zhuinden/flow_alpha_master_detail/paths/ThirdFullScreenView.java | package com.zhuinden.flow_alpha_master_detail.paths;
import android.annotation.TargetApi;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import com.zhuinden.flow_alpha_master_detail.R;
import flowless.Flow;
/**
* Created by Zhuinden o... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-master-detail/src/main/java/com/google/auto/value/AutoValue.java | flowless-sample-master-detail/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-sample-master-detail/src/androidTest/java/com/zhuinden/flow_alpha_master_detail/ApplicationTest.java | flowless-sample-master-detail/src/androidTest/java/com/zhuinden/flow_alpha_master_detail/ApplicationTest.java | package com.zhuinden.flow_alpha_master_detail;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest
extends ApplicationTestCase<Application> {
public Appli... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/test/java/com/zhuinden/flowless_dispatcher_sample/ExampleUnitTest.java | flowless-sample-single-root/src/test/java/com/zhuinden/flowless_dispatcher_sample/ExampleUnitTest.java | package com.zhuinden.flowless_dispatcher_sample;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect()
throws Exception {
assertE... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/MainActivity.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/MainActivity.java | package com.zhuinden.flowless_dispatcher_sample;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.view.ViewGroup;
import com.zhuinden.flowless_dispatcher_sample.extracted.... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/FirstKey.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/FirstKey.java | package com.zhuinden.flowless_dispatcher_sample;
import com.google.auto.value.AutoValue;
import com.zhuinden.flowless_dispatcher_sample.extracted.FlowAnimation;
import com.zhuinden.flowless_dispatcher_sample.extracted.LayoutKey;
/**
* Created by Zhuinden on 2016.06.28..
*/
@AutoValue
public abstract class FirstKey
... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/SecondKey.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/SecondKey.java | package com.zhuinden.flowless_dispatcher_sample;
import com.google.auto.value.AutoValue;
import com.zhuinden.flowless_dispatcher_sample.extracted.FlowAnimation;
import com.zhuinden.flowless_dispatcher_sample.extracted.LayoutKey;
/**
* Created by Zhuinden on 2016.06.28..
*/
@AutoValue
public abstract class SecondKey... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/SecondView.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/SecondView.java | package com.zhuinden.flowless_dispatcher_sample;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.widget.RelativeLayout;
import butterknife.ButterKnife;
i... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/FirstView.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/FirstView.java | package com.zhuinden.flowless_dispatcher_sample;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.RelativeLayout;
import ... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/DispatcherUtils.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/DispatcherUtils.java | package com.zhuinden.flowless_dispatcher_sample.extracted;
import android.animation.Animator;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import flowless.Direction;
import flowless.Traversal;
/**
* Created by Zhuinden on 2016.12.03..
... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/LayoutKey.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/LayoutKey.java | package com.zhuinden.flowless_dispatcher_sample.extracted;
import android.os.Parcelable;
import android.support.annotation.LayoutRes;
/**
* Created by Zhuinden on 2016.06.27..
*/
public interface LayoutKey
extends Parcelable {
@LayoutRes
int layout();
FlowAnimation animation();
}
| java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/ExampleDispatcher.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/ExampleDispatcher.java | package com.zhuinden.flowless_dispatcher_sample.extracted;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.support.annotation.NonNull;
import android.view.View;
import android.view.ViewGroup;
import flowless.Direction;
import flowless.Traversal;
import flowless.Trav... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/FlowAnimation.java | flowless-sample-single-root/src/main/java/com/zhuinden/flowless_dispatcher_sample/extracted/FlowAnimation.java | package com.zhuinden.flowless_dispatcher_sample.extracted;
/**
* Created by Zhuinden on 2016.12.03..
*/
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import andr... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Zhuinden/flowless | https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-sample-single-root/src/main/java/com/google/auto/value/AutoValue.java | flowless-sample-single-root/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-sample-single-root/src/androidTest/java/com/zhuinden/flowless_dispatcher_sample/ApplicationTest.java | flowless-sample-single-root/src/androidTest/java/com/zhuinden/flowless_dispatcher_sample/ApplicationTest.java | package com.zhuinden.flowless_dispatcher_sample;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest
extends ApplicationTestCase<Application> {
public App... | 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/test/java/com/zhuinden/examplegithubclient/UnitTestSuite.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/UnitTestSuite.java | package com.zhuinden.examplegithubclient;
import com.zhuinden.examplegithubclient.presentation.paths.login.LoginTestSuite;
import com.zhuinden.examplegithubclient.presentation.paths.repositories.RepositoriesTestSuite;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Created by Zhuinden on 2016... | 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/test/java/com/zhuinden/examplegithubclient/util/BundleFactoryConfig.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/util/BundleFactoryConfig.java | package com.zhuinden.examplegithubclient.util;
/**
* Created by Zhuinden on 2016.12.20..
*/
public class BundleFactoryConfig {
public static void setProvider(BundleFactory.Provider provider) {
BundleFactory.provider = provider;
}
} | 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/test/java/com/zhuinden/examplegithubclient/util/PresenterUtils.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/util/PresenterUtils.java | package com.zhuinden.examplegithubclient.util;
/**
* Created by Zhuinden on 2016.12.21..
*/
public class PresenterUtils {
public static <P extends BasePresenter<V>, V extends BasePresenter.ViewContract> void setView(P presenter, V viewContract) {
presenter.view = viewContract;
}
}
| 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/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginTestSuite.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginTestSuite.java | package com.zhuinden.examplegithubclient.presentation.paths.login;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Created by Zhuinden on 2016.12.21..
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({LoginPresenterTest.class, LoginKeyTest.class})
public class LoginTestSuite {
}
| 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/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginKeyTest.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginKeyTest.java | package com.zhuinden.examplegithubclient.presentation.paths.login;
import android.os.Parcelable;
import com.zhuinden.examplegithubclient.R;
import com.zhuinden.examplegithubclient.util.ComponentFactory;
import com.zhuinden.examplegithubclient.util.Layout;
import com.zhuinden.examplegithubclient.util.LeftDrawerEnabled... | 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/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPresenterTest.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/presentation/paths/login/LoginPresenterTest.java | package com.zhuinden.examplegithubclient.presentation.paths.login;
import android.os.Bundle;
import com.zhuinden.examplegithubclient.domain.interactor.LoginInteractor;
import com.zhuinden.examplegithubclient.util.BundleFactory;
import com.zhuinden.examplegithubclient.util.BundleFactoryConfig;
import com.zhuinden.exam... | 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/test/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesTestSuite.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesTestSuite.java | package com.zhuinden.examplegithubclient.presentation.paths.repositories;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Created by Zhuinden on 2016.12.21..
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({RepositoriesPresenterTest.class})
public class RepositoriesTestSuite {
}
| 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/test/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPresenterTest.java | flowless-mvp-example/src/test/java/com/zhuinden/examplegithubclient/presentation/paths/repositories/RepositoriesPresenterTest.java | package com.zhuinden.examplegithubclient.presentation.paths.repositories;
import com.zhuinden.examplegithubclient.data.repository.GithubRepoRepository;
import com.zhuinden.examplegithubclient.domain.data.response.repositories.GithubRepo;
import com.zhuinden.examplegithubclient.domain.interactor.GetRepositoriesInteract... | 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/test/java/flowless/FlowFactory.java | flowless-mvp-example/src/test/java/flowless/FlowFactory.java | package flowless;
/**
* Created by Zhuinden on 2016.12.19..
*/
public class FlowFactory {
public static Flow createFlow(KeyManager keyManager, ServiceProvider serviceProvider, History history) {
return new Flow(keyManager, serviceProvider, history);
}
}
| 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/util/ToolbarButtonVisibility.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/ToolbarButtonVisibility.java | package com.zhuinden.examplegithubclient.util;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Zhuinden on 2016.12.18..
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface ToolbarButtonVisibility {
boolea... | 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/util/Title.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/Title.java | package com.zhuinden.examplegithubclient.util;
import android.support.annotation.StringRes;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Zhuinden on 2016.12.10..
*/
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public ... | 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/util/Layout.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/Layout.java | package com.zhuinden.examplegithubclient.util;
import android.support.annotation.LayoutRes;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Zhuinden on 2016.12.03..
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public... | 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/util/Presenter.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/Presenter.java | package com.zhuinden.examplegithubclient.util;
/**
* Created by Owner on 2016.12.10.
*/
public interface Presenter<V extends Presenter.ViewContract> {
interface ViewContract {
}
void attachView(V v);
void detachView();
}
| 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/util/BundleFactory.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/BundleFactory.java | package com.zhuinden.examplegithubclient.util;
import android.os.Bundle;
/**
* Created by Zhuinden on 2016.12.20..
*/
public class BundleFactory {
public interface Provider {
Bundle create();
}
static Provider provider = Bundle::new;
public static Bundle create() {
return provider... | 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/util/GlideImageView.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/GlideImageView.java | package com.zhuinden.examplegithubclient.util;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
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/util/IsChildOf.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/IsChildOf.java | package com.zhuinden.examplegithubclient.util;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Zhuinden on 2016.12.18..
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface IsChildOf {
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/util/AnnotationCache.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/AnnotationCache.java | package com.zhuinden.examplegithubclient.util;
import android.content.Context;
import com.zhuinden.examplegithubclient.application.injection.ActivityScope;
import com.zhuinden.examplegithubclient.presentation.activity.main.MainComponent;
import java.lang.reflect.InvocationTargetException;
import java.util.Arrays;
im... | 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/util/BasePresenter.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/BasePresenter.java | package com.zhuinden.examplegithubclient.util;
/**
* Created by Owner on 2016.12.10.
*/
public abstract class BasePresenter<V extends Presenter.ViewContract>
implements Presenter<V> {
protected V view;
protected final boolean hasView() {
return view != null;
}
public V getView() {
... | 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/util/TransitionDispatcher.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/TransitionDispatcher.java | package com.zhuinden.examplegithubclient.util;
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.Set;
import flowless.ServiceProv... | 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/util/DaggerService.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/DaggerService.java | package com.zhuinden.examplegithubclient.util;
import android.content.Context;
import com.zhuinden.examplegithubclient.presentation.activity.main.MainKey;
import flowless.ServiceProvider;
/**
* Created by Owner on 2016.12.10.
*/
public class DaggerService {
public static final String TAG = "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/util/LeftDrawerEnabled.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/LeftDrawerEnabled.java | package com.zhuinden.examplegithubclient.util;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Zhuinden on 2016.12.18..
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface LeftDrawerEnabled {
boolean valu... | 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/util/ComponentFactory.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/ComponentFactory.java | package com.zhuinden.examplegithubclient.util;
import android.content.Context;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by Owner on 2016.12.10.
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface Compone... | 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/util/FlowlessActivity.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/FlowlessActivity.java | package com.zhuinden.examplegithubclient.util;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import flowless.Dispatcher;
import flowless.Flow;
/**
* Created by Zhuinden on 2016.12.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/util/idlingresource/FlowlessIdlingResource.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/idlingresource/FlowlessIdlingResource.java | package com.zhuinden.examplegithubclient.util.idlingresource;
import flowless.FlowIdlingResource;
/**
* Created by Zhuinden on 2016.07.30..
*/
public class FlowlessIdlingResource
implements FlowIdlingResource {
public static final FlowlessIdlingResource INSTANCE = new FlowlessIdlingResource();
pri... | 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/util/idlingresource/EspressoIdlingResource.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/idlingresource/EspressoIdlingResource.java | package com.zhuinden.examplegithubclient.util.idlingresource;
/**
* Created by Zhuinden on 2016.12.19..
*/
import android.support.test.espresso.IdlingResource;
import android.util.Log;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Contains a static reference to {@link IdlingResource}, only available in... | 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/util/conditionwatcher/Instruction.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/conditionwatcher/Instruction.java | package com.zhuinden.examplegithubclient.util.conditionwatcher;
import android.os.Bundle;
import com.zhuinden.examplegithubclient.util.BundleFactory;
/**
* Created by F1sherKK on 16/12/15.
*/
public abstract class Instruction {
private Bundle dataContainer = BundleFactory.create();
public final void setD... | 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/util/conditionwatcher/ConditionWatcher.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/util/conditionwatcher/ConditionWatcher.java | package com.zhuinden.examplegithubclient.util.conditionwatcher;
/**
* Created by F1sherKK on 08/10/15.
*/
public class ConditionWatcher {
public static final int CONDITION_NOT_MET = 0;
public static final int CONDITION_MET = 1;
public static final int TIMEOUT = 2;
public static final int DEFAULT_T... | 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/activity/main/MainView.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainView.java | package com.zhuinden.examplegithubclient.presentation.activity.main;
import android.content.Context;
import android.support.annotation.StringRes;
import android.support.v4.widget.DrawerLayout;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
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/presentation/activity/main/MainActivity.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainActivity.java | package com.zhuinden.examplegithubclient.presentation.activity.main;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.widget.Toolbar;
... | 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/activity/main/MainComponent.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainComponent.java | package com.zhuinden.examplegithubclient.presentation.activity.main;
import com.zhuinden.examplegithubclient.application.injection.ActivityScope;
import com.zhuinden.examplegithubclient.application.injection.modules.InteractorModule;
import com.zhuinden.examplegithubclient.application.injection.modules.NavigationModul... | 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/activity/main/MainPresenter.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainPresenter.java | package com.zhuinden.examplegithubclient.presentation.activity.main;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.StringRes;
import com.zhuinden.examplegithubclient.application.injection.ActivityScope;
import com.zhu... | 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/activity/main/MainKey.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/MainKey.java | package com.zhuinden.examplegithubclient.presentation.activity.main;
import android.os.Parcel;
import android.os.Parcelable;
import flowless.ClassKey;
/**
* Created by Owner on 2016.12.10.
*/
public class MainKey
extends ClassKey
implements Parcelable {
public static final MainKey KEY = new Ma... | 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/activity/main/leftdrawer/LeftDrawerView.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/leftdrawer/LeftDrawerView.java | package com.zhuinden.examplegithubclient.presentation.activity.main.leftdrawer;
import android.annotation.TargetApi;
import android.content.Context;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.widget.RelativeLayou... | 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/activity/main/leftdrawer/LeftDrawerItems.java | flowless-mvp-example/src/main/java/com/zhuinden/examplegithubclient/presentation/activity/main/leftdrawer/LeftDrawerItems.java | package com.zhuinden.examplegithubclient.presentation.activity.main.leftdrawer;
import android.support.annotation.DrawableRes;
import android.support.annotation.StringRes;
import com.zhuinden.examplegithubclient.R;
import com.zhuinden.examplegithubclient.presentation.paths.about.AboutKey;
import com.zhuinden.exampleg... | java | Apache-2.0 | a958f08cd91352ad5430fb3bce986e6b132f5cd9 | 2026-01-05T02:40:56.157166Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.