mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Fix Travis CI -> SDK 24
This commit is contained in:
parent
bb0ef44719
commit
a1962a723d
13 changed files with 35 additions and 39 deletions
26
.travis.yml
26
.travis.yml
|
@ -1,20 +1,24 @@
|
||||||
language: android
|
language: android
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk7
|
- oraclejdk8
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
|
||||||
- tools
|
- tools
|
||||||
- android-23
|
- tools # TODO https://github.com/travis-ci/travis-ci/issues/6193
|
||||||
- build-tools-23.0.3
|
- platform-tools
|
||||||
- extra-google-m2repository
|
- build-tools-24.0.0
|
||||||
|
- android-24
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
before_cache:
|
||||||
script: ./gradlew build check --stacktrace
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.gradle/caches/
|
||||||
|
- $HOME/.gradle/wrapper/
|
||||||
|
script: "./gradlew $TASK"
|
||||||
|
env:
|
||||||
|
- TASK="lintDebug"
|
||||||
|
- TASK="build check --stacktrace"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
- Big thanks and good luck to @scoute-dich and @martinchodev for accompanying this project :)
|
- Big thanks and good luck to @scoute-dich and @martinchodev for accompanying this project :)
|
||||||
|
|
||||||
# v0.1.2 (2016-06-05)
|
# v0.1.2 (2016-06-05)
|
||||||
- Extract and show aspects (by @gsantner)
|
- Extract and show aspects (by @sangre)
|
||||||
- Cache last podlist
|
- Cache last podlist
|
||||||
- Better sharing from app
|
- Better sharing from app
|
||||||
- Collapsing top menu
|
- Collapsing top menu
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
# v0.1.1
|
# v0.1.1
|
||||||
- Sharing updated (by @scoute-dich)
|
- Sharing updated (by @scoute-dich)
|
||||||
- Screenshotting updated
|
- Screenshotting updated
|
||||||
- Gitter integration (by @gsantner)
|
- Gitter integration (by @sangre)
|
||||||
- Code refactoring
|
- Code refactoring
|
||||||
- Start working on #6
|
- Start working on #6
|
||||||
- Waffle.io integration
|
- Waffle.io integration
|
||||||
|
@ -37,10 +37,10 @@ First version of the organization *Diaspora for Android*
|
||||||
Consists mostly of code from:
|
Consists mostly of code from:
|
||||||
- Diaspora-Native-Webapp (by @martinchodev )
|
- Diaspora-Native-Webapp (by @martinchodev )
|
||||||
- scoutedich additions (by @scoute-dich)
|
- scoutedich additions (by @scoute-dich)
|
||||||
- gsantner additions (by @gsantner)
|
- sangre additions (by @sangre)
|
||||||
|
|
||||||
### v1.3 (scoutedich)
|
### v1.3 (scoutedich)
|
||||||
*big thanks to gsantner*
|
*big thanks to sangre*
|
||||||
- gitignore
|
- gitignore
|
||||||
- Link to profile
|
- Link to profile
|
||||||
- Move menu actions
|
- Move menu actions
|
||||||
|
|
|
@ -35,9 +35,7 @@ The minimum version supported is Ice Cream Sandwitch, Android version 4.0.3 (or
|
||||||
### App Permissions
|
### App Permissions
|
||||||
It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots.
|
It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots.
|
||||||
|
|
||||||
## Main contributors
|
## Maintainers
|
||||||
|
|
||||||
- gsantner (<https://gsantner.github.io>)
|
- sangre (<https://sangre.gitlab.io>)
|
||||||
- martinchodev (<https://github.com/martinchodev>)
|
|
||||||
- scoute-dich (<https://github.com/scoute-dich>)
|
|
||||||
- vanitasvitae (<https://github.com/vanitasvitae>)
|
- vanitasvitae (<https://github.com/vanitasvitae>)
|
||||||
|
|
|
@ -5,7 +5,7 @@ import android.content.Context;
|
||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by gsantner on 20.03.16. Part of Diaspora for Android.
|
* Created by sangre on 20.03.16. Part of Diaspora for Android.
|
||||||
*/
|
*/
|
||||||
public class AppSettings {
|
public class AppSettings {
|
||||||
private final SharedPreferences prefApp;
|
private final SharedPreferences prefApp;
|
||||||
|
|
|
@ -11,7 +11,7 @@ import org.json.JSONException;
|
||||||
import org.json.JSONObject;
|
import org.json.JSONObject;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by gsantner on 24.03.16. Part of Diaspora for Android.
|
* Created by sangre on 24.03.16. Part of Diaspora for Android.
|
||||||
*/
|
*/
|
||||||
public class PodUserProfile {
|
public class PodUserProfile {
|
||||||
private static final int MINIMUM_WEBUSERPROFILE_LOAD_TIMEDIFF = 5000;
|
private static final int MINIMUM_WEBUSERPROFILE_LOAD_TIMEDIFF = 5000;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package com.github.dfa.diaspora_android.listener;
|
package com.github.dfa.diaspora_android.listener;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by Gregor Santner (gsantner) on 26.03.16.
|
* Created by Gregor Santner (sangre) on 26.03.16.
|
||||||
*/
|
*/
|
||||||
public interface WebUserProfileChangedListener {
|
public interface WebUserProfileChangedListener {
|
||||||
void onUserProfileNameChanged(String name);
|
void onUserProfileNameChanged(String name);
|
||||||
|
|
|
@ -19,7 +19,7 @@ import info.guardianproject.netcipher.NetCipher;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Task that can be used to download images from URLs and store them in storage
|
* Task that can be used to download images from URLs and store them in storage
|
||||||
* Created by Gregor Santner (gsantner) on 24.03.16.
|
* Created by Gregor Santner (sangre) on 24.03.16.
|
||||||
*/
|
*/
|
||||||
public class ImageDownloadTask extends AsyncTask<String, Void, Bitmap> {
|
public class ImageDownloadTask extends AsyncTask<String, Void, Bitmap> {
|
||||||
ImageView imageView;
|
ImageView imageView;
|
||||||
|
|
|
@ -20,7 +20,7 @@ import info.guardianproject.netcipher.NetCipher;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AsyncTask to fetch a users profile
|
* AsyncTask to fetch a users profile
|
||||||
* Created by Gregor Santner (gsantner) on 30.03.16.
|
* Created by Gregor Santner (sangre) on 30.03.16.
|
||||||
*/
|
*/
|
||||||
public class ProfileFetchTask extends AsyncTask<Void, Void, Void> {
|
public class ProfileFetchTask extends AsyncTask<Void, Void, Void> {
|
||||||
// Code for getting the profile async without any UI/WebView
|
// Code for getting the profile async without any UI/WebView
|
||||||
|
|
|
@ -11,7 +11,7 @@ import android.webkit.WebViewClient;
|
||||||
import com.github.dfa.diaspora_android.App;
|
import com.github.dfa.diaspora_android.App;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by Gregor Santner (gsantner) on 04.06.16.
|
* Created by Gregor Santner (sangre) on 04.06.16.
|
||||||
*/
|
*/
|
||||||
public class CustomWebViewClient extends WebViewClient {
|
public class CustomWebViewClient extends WebViewClient {
|
||||||
private App app;
|
private App app;
|
||||||
|
|
|
@ -10,7 +10,7 @@ import com.github.dfa.diaspora_android.task.ImageDownloadTask;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by Gregor Santner (gsantner) on 24.03.16.
|
* Created by Gregor Santner (sangre) on 24.03.16.
|
||||||
*/
|
*/
|
||||||
public class AvatarImageLoader {
|
public class AvatarImageLoader {
|
||||||
private File avatarFile;
|
private File avatarFile;
|
||||||
|
|
|
@ -121,11 +121,9 @@
|
||||||
<b>Sonderzeichen</b><br>
|
<b>Sonderzeichen</b><br>
|
||||||
Du kannst Symbole und Sonderzeichen nutzen, indem du bestimmte Zeichenfolgen verwendest. Z.B.:<br>
|
Du kannst Symbole und Sonderzeichen nutzen, indem du bestimmte Zeichenfolgen verwendest. Z.B.:<br>
|
||||||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||||
<string name="license_text"><b>Beteiligte:</b><br>
|
<string name="license_text"><b>Maintainer:</b><br>
|
||||||
|
|
||||||
• gsantner https://gsantner.github.io<br>
|
• sangre https://sangre.gitlab.io<br>
|
||||||
• martinchodev https://github.com/martinchodev<br>
|
|
||||||
• scoute-dich https://github.com/scoute-dich<br> <br>
|
|
||||||
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -157,7 +155,7 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <br
|
||||||
<string name="toast_link_address_copied">Linkadresse kopiert …</string>
|
<string name="toast_link_address_copied">Linkadresse kopiert …</string>
|
||||||
<string name="share_dotdotdot">Teilen…</string>
|
<string name="share_dotdotdot">Teilen…</string>
|
||||||
<string name="toast_set_proxy_failed">Warnung: Proxy konnte nicht aktiviert werden…</string>
|
<string name="toast_set_proxy_failed">Warnung: Proxy konnte nicht aktiviert werden…</string>
|
||||||
|
|
||||||
<string name="toggle_desktop_page">Mobil-/Desktopansicht umschalten</string>
|
<string name="toggle_desktop_page">Mobil-/Desktopansicht umschalten</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -116,11 +116,9 @@
|
||||||
Vous pouvez créez les symboles et autres caractères spéciaux suivants en utilisant une combinaison de caractères :<br>
|
Vous pouvez créez les symboles et autres caractères spéciaux suivants en utilisant une combinaison de caractères :<br>
|
||||||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||||
|
|
||||||
<string name="license_text"><b>Principaux contributeurs :</b><br>
|
<string name="license_text"><b>Mainteneur :</b><br>
|
||||||
|
|
||||||
• gsantner https://gsantner.github.io<br>
|
• sangre https://sangre.gitlab.io<br>
|
||||||
• martinchodev https://github.com/martinchodev<br>
|
|
||||||
• scoute-dich https://github.com/scoute-dich<br> <br>
|
|
||||||
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -131,11 +131,9 @@
|
||||||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||||
|
|
||||||
<string name="license_title" translatable="false">Copyright © 2015–2016</string>
|
<string name="license_title" translatable="false">Copyright © 2015–2016</string>
|
||||||
<string name="license_text"><b>Main Contributors:</b><br>
|
<string name="license_text"><b>Maintainers:</b><br>
|
||||||
|
|
||||||
• gsantner https://gsantner.github.io<br>
|
• sangre https://sangre.gitlab.io<br>
|
||||||
• martinchodev https://github.com/martinchodev<br>
|
|
||||||
• scoute-dich https://github.com/scoute-dich<br> <br>
|
|
||||||
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in a new issue