Skip to content

Commit 327a22e

Browse files
committed
close #19. lots of refactorings
refactored whole project for simplier IDEA usage refactored project structure to be more maven-specific cleaned-up code added lib folder with adb.exe and related binaries
1 parent 956edf4 commit 327a22e

File tree

114 files changed

+6313
-6372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+6313
-6372
lines changed

.gitignore

Lines changed: 144 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,167 @@
1-
#logs
2-
*.log*
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### JetBrains template
3+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5+
.idea
6+
# User-specific stuff:
7+
.idea/workspace.xml
8+
.idea/tasks.xml
9+
.idea/dictionaries
10+
.idea/vcs.xml
11+
.idea/jsLibraryMappings.xml
312

4-
# Bin folder
5-
bin
13+
# Sensitive or high-churn files:
14+
.idea/dataSources.ids
15+
.idea/dataSources.xml
16+
.idea/dataSources.local.xml
17+
.idea/sqlDataSources.xml
18+
.idea/dynamic.xml
19+
.idea/uiDesigner.xml
20+
21+
# Gradle:
22+
.idea/gradle.xml
23+
.idea/libraries
24+
25+
# Mongo Explorer plugin:
26+
.idea/mongoSettings.xml
27+
28+
## File-based project format:
29+
*.iws
30+
31+
## Plugin-specific files:
32+
33+
# IntelliJ
34+
/out/
35+
36+
# mpeltonen/sbt-idea plugin
37+
.idea_modules/
38+
39+
# JIRA plugin
40+
atlassian-ide-plugin.xml
41+
42+
# Crashlytics plugin (for Android Studio and IntelliJ)
43+
com_crashlytics_export_strings.xml
44+
crashlytics.properties
45+
crashlytics-build.properties
46+
fabric.properties
47+
### Java template
648
*.class
749

850
# Mobile Tools for Java (J2ME)
951
.mtj.tmp/
1052

11-
# Log Files
12-
*.log
13-
1453
# Package Files #
54+
*.jar
1555
*.war
1656
*.ear
1757

1858
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1959
hs_err_pid*
60+
### NotepadPP template
61+
# Notepad++ backups #
62+
*.bak
63+
### NetBeans template
64+
nbproject/private/
65+
build/
66+
nbbuild/
67+
dist/
68+
nbdist/
69+
nbactions.xml
70+
.nb-gradle/
71+
### Eclipse template
2072

21-
22-
# Build folders
23-
dist
24-
25-
######################
26-
# Eclipse
27-
######################
28-
*.pydevproject
29-
.project
3073
.metadata
31-
bin/**
32-
tmp/**
33-
tmp/**/*
74+
bin/
75+
tmp/
3476
*.tmp
35-
*.bak
3677
*.swp
3778
*~.nib
3879
local.properties
39-
.classpath
4080
.settings/
4181
.loadpath
42-
/src/main/resources/rebel.xml
82+
.recommenders
83+
84+
# Eclipse Core
85+
.project
86+
4387
# External tool builders
4488
.externalToolBuilders/
89+
4590
# Locally stored "Eclipse launch configurations"
46-
*.launch
47-
/target/
91+
*.launch
92+
93+
# PyDev specific (Python IDE for Eclipse)
94+
*.pydevproject
95+
96+
# CDT-specific (C/C++ Development Tooling)
97+
.cproject
98+
99+
# JDT-specific (Eclipse Java Development Tools)
100+
.classpath
101+
102+
# Java annotation processor (APT)
103+
.factorypath
104+
105+
# PDT-specific (PHP Development Tools)
106+
.buildpath
107+
108+
# sbteclipse plugin
109+
.target
110+
111+
# Tern plugin
112+
.tern-project
113+
114+
# TeXlipse plugin
115+
.texlipse
116+
117+
# STS (Spring Tool Suite)
118+
.springBeans
119+
120+
# Code Recommenders
121+
.recommenders/
122+
### Android template
123+
# Built application files
124+
*.apk
125+
*.ap_
126+
127+
# Files for the ART/Dalvik VM
128+
*.dex
129+
130+
# Java class files
131+
132+
# Generated files
133+
gen/
134+
out/
135+
136+
# Gradle files
137+
.gradle/
138+
139+
# Local configuration file (sdk path, etc)
140+
141+
# Proguard folder generated by Eclipse
142+
proguard/
143+
144+
# Log Files
145+
*.log
146+
147+
# Android Studio Navigation editor temp files
148+
.navigation/
149+
150+
# Android Studio captures folder
151+
captures/
152+
153+
# Intellij
154+
*.iml
155+
156+
# Keystore files
157+
*.jks
158+
### Maven template
159+
target/
160+
pom.xml.tag
161+
pom.xml.releaseBackup
162+
pom.xml.versionsBackup
163+
pom.xml.next
164+
release.properties
165+
dependency-reduced-pom.xml
166+
buildNumber.properties
167+
.mvn/timing.properties

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015 Iurii Sergiichuk
189+
Copyright 2014-2016 Iurii Sergiichuk
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
AndroidScreencast
22
=================
3-
[![Build Status DroneIO](https://drone.io/github.com/xSAVIKx/AndroidScreencast/status.png)](https://drone.io/github.com/xSAVIKx/AndroidScreencast/latest)
4-
53
[![Build Status Travis-CI](https://travis-ci.org/xSAVIKx/AndroidScreencast.svg?branch=master)](https://travis-ci.org/xSAVIKx/AndroidScreencast)
64

7-
AndroidScreencast - View and control your android device on PC.
5+
AndroidScreencast - View and control your android iDevice on PC.
86

97
This project gives you opportunity to use your phone even with broken screen.
108

app.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
adb.path=/usr/bin/adb
1+
adb.path=adb.exe
22
default.window.width=1024
33
default.window.height=768

lib/AdbWinApi.dll

94 KB
Binary file not shown.

lib/AdbWinUsbApi.dll

59.5 KB
Binary file not shown.

lib/adb.exe

888 KB
Binary file not shown.

lib/fastboot.exe

165 KB
Binary file not shown.

0 commit comments

Comments
 (0)