Commit a9e3936
authored
Release 2.4.1 (#293)
* Removes issue done section and unnecessary green checkboxes for invalid address
Fixes #183
Also fixes alignment of the update location button in the issue activity, which was previously overlapping the no calls message.
* Update version number for release
* Remove Firebase Analytics and increment version
* Fix crash in Settings when reminders are enabled but notifications are not enabled
registerForActivityResult must be called from onCreate or we get a crash. Fixes the crash and tests that the notifications dialog is shown. Leaves as TODO to tell the user they must go into settings to turn notifications on after notifications are disabled the first time. This could do with some polish but fixes the crash in #211
* Add string for remdiners setting when notifications disabled, rev version for release
* Increment version for release
* Whitespace
* Fix voicemail/contact string swap in rep call activity, rev version
* Update version number for release
* Shorten snackbar string & rev version
* Show long snackbar string, more lines, re-add disclosure, rev version
* Disable state issues and uprev version for release
* Update version for release
* Fix crash due to private constructor, bump version1 parent 21ba2cb commit a9e3936
3 files changed
Lines changed: 6 additions & 4 deletions
File tree
- 5calls/app
- src/main/java/org/a5calls/android/a5calls
- controller
- net
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments