Skip to content

Commit 294d5d3

Browse files
committed
Updated to version 1.0.4 - included new methods for working with Input/OutputStream (s) and configured project for uploading files to JCenter encrypted and signed
1 parent 4f3ef2d commit 294d5d3

68 files changed

Lines changed: 480 additions & 211 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ toutput
1818
secret.gpg
1919
secring.gpg
2020
local.properties
21+
*.asc

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 4 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ buildscript {
99
}
1010

1111
apply plugin: 'java'
12-
apply plugin: 'com.github.dcendents.android-maven'
13-
apply plugin: 'com.jfrog.bintray'
1412

1513
ext {
1614
bintrayRepo = 'maven'
@@ -25,7 +23,7 @@ ext {
2523
siteUrl = 'https://github.com/Javinator9889/FileToBytesExporter'
2624
gitUrl = 'https://github.com/Javinator9889/FileToBytesExporter.git'
2725

28-
libraryVersion = '1.0.3'
26+
libraryVersion = '1.0.4'
2927

3028
developerId = 'Javinator9889'
3129
developerName = 'Javinator9889'
@@ -37,7 +35,7 @@ ext {
3735
}
3836

3937
group = 'com.github.javinator9889'
40-
version '1.0.3'
38+
version '1.0.4'
4139

4240
sourceCompatibility = 1.8
4341

@@ -56,80 +54,5 @@ jar {
5654
}
5755
}
5856

59-
install {
60-
repositories.mavenInstaller {
61-
pom.project {
62-
packaging 'aar'
63-
groupId 'com.github.javinator9889'
64-
artifactId 'filetobytesexporter'
65-
66-
name 'File To Bytes Exporter'
67-
description 'Generate binary files from regular text ones.'
68-
url 'https://github.com/Javinator9889/FileToBytesExporter'
69-
70-
licenses {
71-
license {
72-
name 'GPL-3'
73-
url 'https://github.com/Javinator9889/FileToBytesExporter/blob/master/LICENSE'
74-
}
75-
}
76-
developers {
77-
developer {
78-
id 'Javinator9889'
79-
name 'Javinator9889'
80-
email 'javialonso007@hotmail.es'
81-
}
82-
}
83-
scm {
84-
connection 'scm:git:https://github.com/Javinator9889/FileToBytesExporter.git'
85-
developerConnection 'scm:git:git@github.com:Javinator9889/FileToBytesExporter.git'
86-
url 'https://github.com/Javinator9889/FileToBytesExporter'
87-
}
88-
}
89-
}
90-
}
91-
92-
task sourcesJar(type: Jar) {
93-
classifier = 'sources'
94-
from sourceSets.main.java.srcDirs
95-
}
96-
97-
//task javadoc(type: Javadoc) {
98-
// source = sourceSets.main.java.srcDirs
99-
// classpath += project.files(getBootClasspath().join(File.pathSeparator))
100-
//}
101-
102-
task javadocJar(type: Jar, dependsOn: javadoc) {
103-
classifier = 'javadoc'
104-
from javadoc.destinationDir
105-
}
106-
107-
artifacts {
108-
archives javadocJar
109-
archives sourcesJar
110-
}
111-
112-
Properties properties = new Properties()
113-
properties.load(project.rootProject.file('local.properties').newDataInputStream())
114-
115-
bintray {
116-
user = properties.getProperty("bintray.user")
117-
key = properties.getProperty("bintray.apikey")
118-
119-
configurations = ['archives']
120-
pkg {
121-
repo = bintrayRepo
122-
name = bintrayName
123-
desc = libraryDescription
124-
websiteUrl = siteUrl
125-
vcsUrl = gitUrl
126-
licenses = allLicenses
127-
dryRun = false
128-
publish = true
129-
override = false
130-
publicDownloadNumbers = true
131-
version {
132-
desc = libraryDescription
133-
}
134-
}
135-
}
57+
apply from: 'https://raw.githubusercontent.com/brightec/JCenter/master/installv1.gradle'
58+
apply from: 'https://raw.githubusercontent.com/brightec/JCenter/master/bintrayv1.gradle'

docs/ConvertMultipleFiles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:05 CET 2018 -->
77
<title>ConvertMultipleFiles</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="script.js"></script>

docs/ConvertSingleFile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:05 CET 2018 -->
77
<title>ConvertSingleFile</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="script.js"></script>

docs/Measure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:05 CET 2018 -->
77
<title>Measure</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="script.js"></script>

docs/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:26 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:10 CET 2018 -->
77
<title>All Classes</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="script.js"></script>

docs/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:26 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:10 CET 2018 -->
77
<title>All Classes</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="script.js"></script>

docs/class-use/ConvertMultipleFiles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:24 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:07 CET 2018 -->
77
<title>Uses of Class ConvertMultipleFiles</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="../script.js"></script>

docs/class-use/ConvertSingleFile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- NewPage -->
44
<html lang="es">
55
<head>
6-
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:24 CET 2018 -->
6+
<!-- Generated by javadoc (9.0.4) on Mon Nov 05 22:11:08 CET 2018 -->
77
<title>Uses of Class ConvertSingleFile</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9-
<meta name="date" content="2018-11-04">
9+
<meta name="date" content="2018-11-05">
1010
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
1212
<script type="text/javascript" src="../script.js"></script>

0 commit comments

Comments
 (0)