Updated libraries and bumped version to 0.13.6
This commit is contained in:
parent
5af7aa5269
commit
534a50e867
3 changed files with 36 additions and 22 deletions
|
|
@ -25,6 +25,15 @@
|
|||
|
||||
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
|
||||
|
||||
<h3>Version 0.13.6</h3>
|
||||
|
||||
<ol>
|
||||
<li><b>IMPORTANT:</b> Phonograph is free and open source now. <a
|
||||
href="https://github.com/kabouzeid/Phonograph">https://github.com/kabouzeid/Phonograph</a>
|
||||
</li>
|
||||
<li><b>IMPROVEMENT:</b> Updated libraries.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Version 0.13.5</h3>
|
||||
|
||||
<ol>
|
||||
|
|
|
|||
|
|
@ -81,6 +81,11 @@ public class SettingsActivity extends AbsBaseActivity implements ColorChooserDia
|
|||
recreate();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onColorChooserDismissed(@NonNull ColorChooserDialog dialog) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
|
||||
if (item.getItemId() == android.R.id.home) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue