Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation updates #244

Merged
merged 54 commits into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
a17b093
Merge pull request #205 from Tapadoo/develop
kpmmmurphy Oct 15, 2019
7fa64cc
Update README.md
kpmmmurphy Oct 15, 2019
87940fc
Implement right icon.
bilgehankalkan Nov 30, 2019
7a306f2
Add "With right icon" sample.
bilgehankalkan Nov 30, 2019
354632d
Add "With only right icon" sample.
bilgehankalkan Nov 30, 2019
372d0a7
Merge pull request #1 from bilgehankalkan/feature/right-icon
bilgehankalkan Nov 30, 2019
a584f5c
Implement right icon gravity feature.
bilgehankalkan Nov 30, 2019
4ffe65c
Update sample.
bilgehankalkan Nov 30, 2019
d3a3ae1
Merge pull request #2 from bilgehankalkan/feature/right-icon-gravity
bilgehankalkan Nov 30, 2019
dc52662
Update GROUP_ID and VERSION to get build from Jitpack.
bilgehankalkan Nov 30, 2019
bc964d5
Merge pull request #3 from bilgehankalkan/feature/jitpack-job
bilgehankalkan Nov 30, 2019
99c7708
Merge pull request #4 from bilgehankalkan/develop
bilgehankalkan Nov 30, 2019
82b4dfc
Add Jitpack publish plugin.
bilgehankalkan Nov 30, 2019
d7f28e3
Merge pull request #213 from Tapadoo/develop
kpmmmurphy Jan 29, 2020
729c393
Merge branch 'master' into feature/right-icon
bilgehankalkan Feb 14, 2020
7ee1836
Update version to 5.1.2.
Feb 16, 2020
405e1cc
Merge branches 'feature/right-icon' and 'master' of https://github.co…
Feb 16, 2020
68a849c
Remove unused library.
Feb 16, 2020
dc2e6c4
Merge pull request #210 from bilgehankalkan/feature/right-icon
kpmmmurphy Feb 16, 2020
65a91d2
Like Decor View (DV)
keshavgbpecdelhi May 7, 2020
47cb533
Merge pull request #220 from keshavgbpecdelhi/patch-1
kpmmmurphy May 7, 2020
e45b9ae
Left and right padding is set to the background layout when gravity i…
rezaiyan Jun 2, 2020
62354d7
Update version
rezaiyan Jun 5, 2020
951e0db
Merge pull request #225 from rezaiyan/bugfix/padding-of-bottom-alerter
kpmmmurphy Jun 7, 2020
ab7a4f8
enableSound(Boolean) method updated to setSound(Uri) to set custom so…
rezaiyan Jun 26, 2020
aa02868
Update version
rezaiyan Jun 26, 2020
2c22083
Update to 6.0.0
rezaiyan Jun 26, 2020
6ced79f
Merge pull request #230 from rezaiyan/feature/custom-sound
kpmmmurphy Jun 27, 2020
f8ed0b3
Add getters for TextView
dosomder Jun 27, 2020
eea096c
Update to 6.1.0
dosomder Jun 27, 2020
f1514fb
Merge pull request #232 from dosomder/master
kpmmmurphy Jun 27, 2020
25cde8c
Added https://github.com/Tapadoo/Alerter/issues/226
TalbotGooday Aug 21, 2020
cbae473
Added https://github.com/Tapadoo/Alerter/issues/226
TalbotGooday Aug 21, 2020
3773aad
Changelog and version updated https://github.com/Tapadoo/Alerter/issu…
TalbotGooday Sep 3, 2020
a05b0c8
Added minor increment to alert negative margin top to avoid overshoot…
AJScanlan Sep 3, 2020
584ca21
Updated Tapadoo logo in README
AJScanlan Sep 3, 2020
97cd64c
Update to 6.1.1
AJScanlan Sep 3, 2020
ebd9069
Merge pull request #235 from TalbotGooday/master
kpmmmurphy Sep 3, 2020
38f6298
Merge commit 'ebd90694b4ea26d3b97ebae651d4edbef8c93f03' into S10_over…
AJScanlan Sep 3, 2020
2174fc7
Update to 6.2.1
AJScanlan Sep 3, 2020
3dfa04b
Fixed typo in CHANGELOG date
AJScanlan Sep 3, 2020
51f3460
Merge pull request #237 from Tapadoo/S10_overshoot_fix
AJScanlan Sep 3, 2020
8536ccf
Updating readme header image
kpmmmurphy Nov 12, 2020
2240957
Fixing typo
kpmmmurphy Nov 12, 2020
a6adfd7
Tweaking logo width
kpmmmurphy Nov 12, 2020
0d702a0
Testing html img
kpmmmurphy Nov 12, 2020
65a09a4
Testing html video
kpmmmurphy Nov 12, 2020
a4e4051
Tweaking html video
kpmmmurphy Nov 12, 2020
59a5f74
Removed html video
kpmmmurphy Nov 12, 2020
f808ca2
Updating contributing readme
kpmmmurphy Nov 12, 2020
bf2db94
Tweaking header image
kpmmmurphy Nov 12, 2020
656d471
Compressing images
kpmmmurphy Nov 12, 2020
87752a7
Fixing header crop issue
kpmmmurphy Nov 12, 2020
d5a1498
Tidy up
kpmmmurphy Nov 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.

## 6.2.1 - 03/09/2020
* Updated negative margin to fix overshoot on Samsung S10

## 6.2.0 - 03/09/2020
* Added the ability to enable\disable click animation

## 6.1.0 - 27/06/2020
* Readded getters for title & text TextView

## 6.0.0 - 27/06/2020
* Support custom sound

## 5.1.3 - 06/06/2020
* Bug Fixes

## 5.1.2 - 16/02/2020
* Added support for rightIcon.

## 5.1.1 - 28/01/2020
* Minor refactoring

Expand Down Expand Up @@ -64,7 +82,7 @@ All notable changes to this project will be documented in this file.
* Added isShowing method
* Added additional icon setting methods
* Added styling methods
* added progress bar
* Added progress bar

## 1.0.9 - 27/06/2017
* Added Swipe to Dismiss
Expand Down
19 changes: 18 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,25 @@
### Issues
Make sure to search through any issues that have already been filed at https://github.com/Tapadoo/Alerter/issues before opening a new issue.

When creating an issue, please include:

1. The version of the library you're using
2. The version of Android you're testing on
3. The device you're testing on
4. A code snippet of how you're using the library
5. A short description of the issue
6. Optional - a potential solution to the issue (Remember, PRs are always welcome!)

Also, please read this [article on how to write the perfect bug report](https://medium.com/pitch-perfect/how-to-write-the-perfect-bug-report-6430f5a45cd).

### Pull requests
If you would like to contribute to the code you can do so through GitHub by forking the repository and submitting a pull request into the develop branch. When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

We welcome, and encourage PRs!

If you would like to contribute to the code you can do so through GitHub by forking the repository and submitting a pull
request into the develop branch. When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

It's important to give motivations & use cases for new features, as we want to keep the library lean & focused.

### Checkstyles
Make sure to run a check `./gradlew :alerter:assemble check` on the code against the quality checkers that are used by the project and fix error that get raised. See `app/build/reports/` for generated report files.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ complexity of your layouts.

[![Download](https://api.bintray.com/packages/tapadoo/maven/alerter/images/download.svg)](https://bintray.com/tapadoo/maven/alerter/_latestVersion) [![API](https://img.shields.io/badge/API-14%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Alerter-blue.svg?style=flat)](https://android-arsenal.com/details/1/5302) [![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23245-blue.svg)](http://androidweekly.net/issues/issue-245)

[![Header](./documentation/header.png)](https://play.google.com/store/apps/details?id=com.tapadoo.alerter_demo)
![Header](./documentation/header.png)

## General

With simplicity in mind, the Alerter employs the builder pattern to facilitate easy integration into any app.
A customisable Alert view is dynamically added to the Decor View of the Window, overlaying all content.
A customisable Alert View is dynamically added to the Decor View of the Window, overlaying all content.

## Gradle

```groovy
dependencies {
implementation 'com.tapadoo.android:alerter:4.1.0'
implementation 'com.tapadoo.android:alerter:$current-version'
}
```

Expand Down Expand Up @@ -240,14 +240,14 @@ Alerter.create(this@DemoActivity)

![Verbose Alert](./documentation/alert_with_custom_layout.gif)

## Sample
# Contributing & Reporting Issues

Clone this repo and check out the `app-base` module.
[Please read this if you're reporting an issue, or thinking of contributing!](./CONTRIBUTING.md)

## Licence

See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).

Copyright 2017 Tapadoo, Dublin.

![Alt Text](https://tapadoo.com/wp-content/themes/tapadoo/assets/images/tapadoo_logo_dark.png)
<img src="https://2upm2b1wdft320vzjj34rpga-wpengine.netdna-ssl.com/wp-content/uploads/2019/12/logo-tapadoo-dark.png" width="200"/>
2 changes: 1 addition & 1 deletion alerter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply from: rootProject.file('quality.gradle')

final String GROUP_ID = "com.tapadoo.android"

final String VERSION = "5.1.1"
final String VERSION = "6.2.1"

final String DESCRIPTION = "An Android Alerting Library"
final String GITHUB_URL = "https://github.com/Tapadoo/Alerter"
Expand Down
Loading