Revision ffd744be
Added by Leszek Koltunski over 5 years ago
distorted-cube.iml | ||
---|---|---|
85 | 85 |
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" /> |
86 | 86 |
<excludeFolder url="file://$MODULE_DIR$/build/generated/not_namespaced_r_class_sources" /> |
87 | 87 |
<excludeFolder url="file://$MODULE_DIR$/build/generated/source/r" /> |
88 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/annotation_processor_list" /> |
|
89 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/apk_list" /> |
|
90 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" /> |
|
91 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundle_manifest" /> |
|
92 | 88 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/check_manifest_result" /> |
93 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/compatible_screen_manifest" /> |
|
94 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" /> |
|
95 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/duplicate_classes_check" /> |
|
96 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" /> |
|
97 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant_app_manifest" /> |
|
98 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant_run_merged_manifests" /> |
|
99 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javac" /> |
|
100 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_assets" /> |
|
101 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_jni_libs" /> |
|
102 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_manifests" /> |
|
103 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_shaders" /> |
|
104 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/metadata_feature_manifest" /> |
|
105 | 89 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/prebuild" /> |
106 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/processed_res" /> |
|
107 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> |
|
108 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shader_assets" /> |
|
109 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/signing_config" /> |
|
110 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> |
|
111 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" /> |
|
112 |
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/validate_signing_config" /> |
|
113 |
<excludeFolder url="file://$MODULE_DIR$/build/outputs" /> |
|
114 |
<excludeFolder url="file://$MODULE_DIR$/build/tmp" /> |
|
115 | 90 |
</content> |
116 | 91 |
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" /> |
117 | 92 |
<orderEntry type="sourceFolder" forTests="false" /> |
... | ... | |
136 | 111 |
<orderEntry type="module" module-name="distorted-library" /> |
137 | 112 |
<orderEntry type="module" module-name="distorted-library" /> |
138 | 113 |
<orderEntry type="module" module-name="distorted-library" /> |
114 |
<orderEntry type="module" module-name="distorted-library" /> |
|
115 |
<orderEntry type="module" module-name="distorted-library" /> |
|
116 |
<orderEntry type="module" module-name="distorted-library" /> |
|
139 | 117 |
</component> |
140 | 118 |
</module> |
src/main/java/org/distorted/effect/CubeEffect.java | ||
---|---|---|
1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
2 |
// Copyright 2019 Leszek Koltunski // |
|
3 |
// // |
|
4 |
// This file is part of Distorted. // |
|
5 |
// // |
|
6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
7 |
// it under the terms of the GNU General Public License as published by // |
|
8 |
// the Free Software Foundation, either version 2 of the License, or // |
|
9 |
// (at your option) any later version. // |
|
10 |
// // |
|
11 |
// Distorted is distributed in the hope that it will be useful, // |
|
12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
|
13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
|
14 |
// GNU General Public License for more details. // |
|
15 |
// // |
|
16 |
// You should have received a copy of the GNU General Public License // |
|
17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
19 |
|
|
20 |
package org.distorted.effect; |
|
21 |
|
|
22 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
23 |
|
|
24 |
public interface CubeEffect |
|
25 |
{ |
|
26 |
|
|
27 |
} |
src/main/java/org/distorted/magic/RubikActivity.java | ||
---|---|---|
1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
// Copyright 2019 Leszek Koltunski // |
3 | 3 |
// // |
4 |
// This file is part of DistortedLibrary. //
|
|
4 |
// This file is part of Distorted. // |
|
5 | 5 |
// // |
6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
7 | 7 |
// it under the terms of the GNU General Public License as published by // |
8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
9 | 9 |
// (at your option) any later version. // |
10 | 10 |
// // |
11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
11 |
// Distorted is distributed in the hope that it will be useful, // |
|
12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
14 | 14 |
// GNU General Public License for more details. // |
15 | 15 |
// // |
16 | 16 |
// You should have received a copy of the GNU General Public License // |
17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
19 | 19 |
|
20 | 20 |
package org.distorted.magic; |
src/main/java/org/distorted/magic/RubikCube.java | ||
---|---|---|
1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
// Copyright 2019 Leszek Koltunski // |
3 | 3 |
// // |
4 |
// This file is part of DistortedLibrary. //
|
|
4 |
// This file is part of Distorted. // |
|
5 | 5 |
// // |
6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
7 | 7 |
// it under the terms of the GNU General Public License as published by // |
8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
9 | 9 |
// (at your option) any later version. // |
10 | 10 |
// // |
11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
11 |
// Distorted is distributed in the hope that it will be useful, // |
|
12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
14 | 14 |
// GNU General Public License for more details. // |
15 | 15 |
// // |
16 | 16 |
// You should have received a copy of the GNU General Public License // |
17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
19 | 19 |
|
20 | 20 |
package org.distorted.magic; |
src/main/java/org/distorted/magic/RubikRenderer.java | ||
---|---|---|
1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
// Copyright 2019 Leszek Koltunski // |
3 | 3 |
// // |
4 |
// This file is part of DistortedLibrary. //
|
|
4 |
// This file is part of Distorted. // |
|
5 | 5 |
// // |
6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
7 | 7 |
// it under the terms of the GNU General Public License as published by // |
8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
9 | 9 |
// (at your option) any later version. // |
10 | 10 |
// // |
11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
11 |
// Distorted is distributed in the hope that it will be useful, // |
|
12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
14 | 14 |
// GNU General Public License for more details. // |
15 | 15 |
// // |
16 | 16 |
// You should have received a copy of the GNU General Public License // |
17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
19 | 19 |
|
20 | 20 |
package org.distorted.magic; |
src/main/java/org/distorted/magic/RubikSurfaceView.java | ||
---|---|---|
1 | 1 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
// Copyright 2019 Leszek Koltunski // |
3 | 3 |
// // |
4 |
// This file is part of DistortedLibrary. //
|
|
4 |
// This file is part of Distorted. // |
|
5 | 5 |
// // |
6 |
// DistortedLibrary is free software: you can redistribute it and/or modify //
|
|
6 |
// Distorted is free software: you can redistribute it and/or modify // |
|
7 | 7 |
// it under the terms of the GNU General Public License as published by // |
8 | 8 |
// the Free Software Foundation, either version 2 of the License, or // |
9 | 9 |
// (at your option) any later version. // |
10 | 10 |
// // |
11 |
// DistortedLibrary is distributed in the hope that it will be useful, //
|
|
11 |
// Distorted is distributed in the hope that it will be useful, // |
|
12 | 12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
13 | 13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // |
14 | 14 |
// GNU General Public License for more details. // |
15 | 15 |
// // |
16 | 16 |
// You should have received a copy of the GNU General Public License // |
17 |
// along with DistortedLibrary. If not, see <http://www.gnu.org/licenses/>. //
|
|
17 |
// along with Distorted. If not, see <http://www.gnu.org/licenses/>. // |
|
18 | 18 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
19 | 19 |
|
20 | 20 |
package org.distorted.magic; |
Also available in: Unified diff
Correct the Legal notice.