Skip to content

Commit

Permalink
Version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 23, 2024
1 parent 98cdc1d commit 39722d7
Show file tree
Hide file tree
Showing 17 changed files with 789 additions and 90 deletions.
58 changes: 31 additions & 27 deletions allclasses-index.html

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions com/pranavpandey/android/dynamic/util/DynamicDeviceUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,19 @@ <h2>Method Summary</h2>
<div class="block">Detects the telephony feature by using <a href="https://developer.android.com/reference/android/content/pm/PackageManager.html" title="class or interface in android.content.pm" class="external-link"><code>PackageManager</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isXiaomiMIUI(android.content.Context)" class="member-name-link">isXiaomiMIUI</a><wbr>(<a href="https://developer.android.com/reference/android/content/Context.html" title="class or interface in android.content" class="external-link">Context</a>&nbsp;context)</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isSamsungOneUI()" class="member-name-link">isSamsungOneUI</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Checks whether the device has a One UI version installed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isXiaomiMIUI(android.content.Context)" class="member-name-link">isXiaomiMIUI</a><wbr>(<a href="https://developer.android.com/reference/android/content/Context.html" title="class or interface in android.content" class="external-link">Context</a>&nbsp;context)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Checks whether the device has MIUI services installed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#vibrate(android.content.Context,long)" class="member-name-link">vibrate</a><wbr>(<a href="https://developer.android.com/reference/android/content/Context.html" title="class or interface in android.content" class="external-link">Context</a>&nbsp;context,
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#vibrate(android.content.Context,long)" class="member-name-link">vibrate</a><wbr>(<a href="https://developer.android.com/reference/android/content/Context.html" title="class or interface in android.content" class="external-link">Context</a>&nbsp;context,
long&nbsp;duration)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Vibrate device for the supplied duration.</div>
</div>
</div>
Expand Down Expand Up @@ -480,6 +485,17 @@ <h3>getDateWithSeparator</h3>
</section>
</li>
<li>
<section class="detail" id="isSamsungOneUI()">
<h3>isSamsungOneUI</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isSamsungOneUI</span>()</div>
<div class="block">Checks whether the device has a One UI version installed.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd><code>true</code> if the device has a One UI version installed.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="isXiaomiMIUI(android.content.Context)">
<h3>isXiaomiMIUI</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isXiaomiMIUI</span><wbr><span class="parameters">(<a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
Expand Down
52 changes: 52 additions & 0 deletions com/pranavpandey/android/dynamic/util/DynamicFileUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,16 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns the default external directory for the app appended with the supplied path.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://developer.android.com/reference/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getFileFromUri(android.net.Uri)" class="member-name-link">getFileFromUri</a><wbr>(<a href="https://developer.android.com/reference/android/net/Uri.html" title="class or interface in android.net" class="external-link">Uri</a>&nbsp;uri)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns file from the URI.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://developer.android.com/reference/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getFileFromUri(java.lang.String)" class="member-name-link">getFileFromUri</a><wbr>(<a href="https://developer.android.com/reference/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;uri)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns file from the URI string.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://developer.android.com/reference/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getFileNameFromUri(android.content.Context,android.net.Uri)" class="member-name-link">getFileNameFromUri</a><wbr>(<a href="https://developer.android.com/reference/android/content/Context.html" title="class or interface in android.content" class="external-link">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/net/Uri.html" title="class or interface in android.net" class="external-link">Uri</a>&nbsp;uri)</code></div>
Expand Down Expand Up @@ -840,6 +850,48 @@ <h3>getUriFromFile</h3>
</section>
</li>
<li>
<section class="detail" id="getFileFromUri(android.net.Uri)">
<h3>getFileFromUri</h3>
<div class="member-signature"><span class="annotations"><a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
</span><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="https://developer.android.com/reference/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span>&nbsp;<span class="element-name">getFileFromUri</span><wbr><span class="parameters">(<a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
<a href="https://developer.android.com/reference/android/net/Uri.html" title="class or interface in android.net" class="external-link">Uri</a>&nbsp;uri)</span></div>
<div class="block">Returns file from the URI.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>uri</code> - The URI to get the file.</dd>
<dt>Returns:</dt>
<dd>The file from the URI.</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="https://developer.android.com/reference/android/net/Uri.html#getPath()" title="class or interface in android.net" class="external-link"><code>Uri.getPath()</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFileFromUri(java.lang.String)">
<h3>getFileFromUri</h3>
<div class="member-signature"><span class="annotations"><a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
</span><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="https://developer.android.com/reference/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span>&nbsp;<span class="element-name">getFileFromUri</span><wbr><span class="parameters">(<a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
<a href="https://developer.android.com/reference/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;uri)</span></div>
<div class="block">Returns file from the URI string.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>uri</code> - The URI to get the file.</dd>
<dt>Returns:</dt>
<dd>The file from the URI string.</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="https://developer.android.com/reference/android/content/Context.html#getContentResolver()" title="class or interface in android.content" class="external-link"><code>Context.getContentResolver()</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFileNameFromUri(android.content.Context,android.net.Uri)">
<h3>getFileNameFromUri</h3>
<div class="member-signature"><span class="annotations"><a href="https://developer.android.com/reference/androidx/annotation/Nullable.html" title="class or interface in androidx.annotation" class="external-link">@Nullable</a>
Expand Down
Loading

0 comments on commit 39722d7

Please sign in to comment.