mirror of
https://github.com/Hamza417/Inure.git
synced 2026-03-13 10:19:43 +08:00
update: changelogs.html
This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
<li>Fix app crashing on clearing app cache.</li>
|
||||
</ul>
|
||||
|
||||
<h4>Changes</h4>
|
||||
|
||||
<ul>
|
||||
<li>Parse/Show only app level ops in the list. The UID scope can be set explicitly through the
|
||||
AppOp dialog.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br/>
|
||||
|
||||
<!-- //////////////////////////////////////////////////////////// Older Versions //////////////////////////////////////////////////////////// -->
|
||||
|
||||
@@ -66,8 +66,6 @@ class AdapterOperations(private val ops: ArrayList<AppOp>, var keyword: String)
|
||||
}
|
||||
}
|
||||
|
||||
// Scope flag removed - only showing application-level ops now
|
||||
|
||||
// when {
|
||||
// !ops[position].rejectTime.isNullOrEmpty() -> {
|
||||
// appendFlag(ops[position].rejectTime!!)
|
||||
|
||||
Reference in New Issue
Block a user