Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
subsymbolic committed Aug 16, 2017
2 parents 2df4512 + e78a399 commit cbd17e5
Show file tree
Hide file tree
Showing 105 changed files with 68 additions and 2,062 deletions.
6 changes: 1 addition & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@
android:excludeFromRecents="true"
android:finishOnTaskLaunch="true" />

<activity android:name=".activity.OnboardingActivity"
android:screenOrientation="sensorPortrait"
android:theme="@style/DDGTheme.ClearStatusBar"/>

<provider android:name=".providers.DuckDuckGoProvider"
<provider android:name=".providers.DuckDuckGoProvider"
android:authorities="com.duckduckgo.mobile.android.providers.DuckDuckGoProvider" />

<receiver android:name=".broadcast.DownloadReceiver">
Expand Down
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,16 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/duckduckgo/android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Travis-CI](https://api.travis-ci.org/duckduckgo/android-search-and-stories.svg?branch=master)](https://travis-ci.org/duckduckgo/android-search-and-stories)

We are excited to engage the community in the development of our new [apps](https://duckduckgo.com/app)! If you are trying to contribute in other ways, that happens over at [DuckDuckHack](http://duckduckhack.com) or on [GitHub](http://github.com/duckduckgo).
We are excited to engage the community in the development of our [apps](https://duckduckgo.com/app)! While development on this project is currently on hold, we are working on a new project at https://github.com/duckduckgo/android which we will open up to contributions soon. Stay tuned!

If you are trying to contribute in other ways, that happens over at [DuckDuckHack](http://duckduckhack.com) or on [GitHub](http://github.com/duckduckgo).

The Android app is available via Google Play here: https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android&hl=en_GB

## Discuss

Contact us at [email protected] if you want to get more involved, have questions or want to chat.

## Getting started

We're currently evaluating a variety of CI systems and suggested development environments. Android provides a rich set of environments, most of which are currently supported. You can familiarize yourself with the code by working on the following low-hanging fruit:
- bug fixes
- layout fixes
- security fixes
- improving the test suite

Please check out the [issue tracker](https://github.com/duckduckgo/android-search-and-stories/issues) and [contributing](https://github.com/duckduckgo/android-search-and-stories/blob/master/CONTRIBUTING.md) guidelines.

## License
DuckDuckGo Search & Stories is distributed under the Apache 2.0 [license](https://github.com/duckduckgo/android/blob/master/LICENSE).

## Notes
DuckDuckGo Search & Stories represents a ton of hard work from people all around the world. We've spent a long time thinking about exactly what makes a great mobile experience. While we'd love to accept each and every pull request, that probably wouldn't lead to a coherent experience. If you would like to get more involved, mail us at [email protected].
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.duckduckgo.mobile.android"
minSdkVersion 16
targetSdkVersion 23
versionCode 100
versionName "3.1.0"
versionCode 101
versionName "3.1.1"
}

repositories {
Expand Down
Binary file removed res/drawable-hdpi/add.png
Binary file not shown.
Binary file removed res/drawable-hdpi/bang_button.png
Binary file not shown.
Binary file removed res/drawable-hdpi/bang_button_pressed.png
Binary file not shown.
Binary file removed res/drawable-hdpi/chrome.png
Binary file not shown.
Binary file removed res/drawable-hdpi/firefox.png
Binary file not shown.
Binary file removed res/drawable-hdpi/illustration_1.png
Binary file not shown.
Binary file removed res/drawable-hdpi/illustration_2.png
Binary file not shown.
Binary file removed res/drawable-hdpi/illustration_3.png
Binary file not shown.
Binary file removed res/drawable-hdpi/illustration_3_instruction.png
Binary file not shown.
Binary file removed res/drawable-hdpi/illustration_4.png
Binary file not shown.
Binary file removed res/drawable-hdpi/menu_grey.png
Binary file not shown.
Binary file removed res/drawable-hdpi/menu_red.png
Binary file not shown.
Binary file removed res/drawable-ldpi/add.png
Binary file not shown.
Binary file removed res/drawable-ldpi/bang_button.png
Binary file not shown.
Binary file removed res/drawable-ldpi/bang_button_pressed.png
Binary file not shown.
Binary file removed res/drawable-ldpi/menu_grey.png
Binary file not shown.
Binary file removed res/drawable-ldpi/menu_red.png
Binary file not shown.
Binary file removed res/drawable-mdpi/add.png
Binary file not shown.
Binary file removed res/drawable-mdpi/bang_button.png
Binary file not shown.
Binary file removed res/drawable-mdpi/bang_button_pressed.png
Binary file not shown.
Binary file removed res/drawable-mdpi/chrome.png
Binary file not shown.
Binary file removed res/drawable-mdpi/firefox.png
Binary file not shown.
Binary file removed res/drawable-mdpi/illustration_1.png
Binary file not shown.
Binary file removed res/drawable-mdpi/illustration_2.png
Binary file not shown.
Binary file removed res/drawable-mdpi/illustration_3.png
Binary file not shown.
Binary file removed res/drawable-mdpi/illustration_3_instruction.png
Diff not rendered.
Binary file removed res/drawable-mdpi/illustration_4.png
Diff not rendered.
Binary file removed res/drawable-mdpi/menu_grey.png
Diff not rendered.
Binary file removed res/drawable-mdpi/menu_red.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/add.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/chrome.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/firefox.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/illustration_1.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/illustration_2.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/illustration_3.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/illustration_3_instruction.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/illustration_4.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/menu_grey.png
Diff not rendered.
Binary file removed res/drawable-xhdpi/menu_red.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/add.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/chrome.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/firefox.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/illustration_1.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/illustration_2.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/illustration_3.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/illustration_3_instruction.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/illustration_4.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/menu_grey.png
Diff not rendered.
Binary file removed res/drawable-xxhdpi/menu_red.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/add.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/chrome.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/firefox.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/illustration_1.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/illustration_2.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/illustration_3.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/illustration_3_instruction.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/illustration_4.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/menu_grey.png
Diff not rendered.
Binary file removed res/drawable-xxxhdpi/menu_red.png
Diff not rendered.
Binary file removed res/drawable/instruction.png
Diff not rendered.
Binary file removed res/drawable/instruction2.png
Diff not rendered.
Binary file removed res/drawable/instruction3.png
Diff not rendered.
6 changes: 0 additions & 6 deletions res/drawable/instruction_background.xml

This file was deleted.

15 changes: 0 additions & 15 deletions res/drawable/instruction_background_2.xml

This file was deleted.

6 changes: 0 additions & 6 deletions res/drawable/instruction_bullet_point_background.xml

This file was deleted.

Binary file removed res/drawable/instructions1_3.png
Diff not rendered.
Binary file removed res/drawable/instructions2_3.png
Diff not rendered.
Binary file removed res/drawable/instructions3_3.png
Diff not rendered.
6 changes: 0 additions & 6 deletions res/drawable/onboarding_banner_button_background.xml

This file was deleted.

6 changes: 0 additions & 6 deletions res/drawable/onboarding_button_background.xml

This file was deleted.

15 changes: 0 additions & 15 deletions res/drawable/onboarding_pageindicator.xml

This file was deleted.

19 changes: 0 additions & 19 deletions res/drawable/onboarding_pageindicator_background.xml

This file was deleted.

33 changes: 0 additions & 33 deletions res/layout-land/activity_onboarding.xml

This file was deleted.

39 changes: 0 additions & 39 deletions res/layout/activity_onboarding.xml

This file was deleted.

Loading

0 comments on commit cbd17e5

Please sign in to comment.