Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Trax
traxcam
Commits
e4566370
Commit
e4566370
authored
4 years ago
by
Mark Harman
Browse files
Options
Download
Email Patches
Plain Diff
Bump to version 80.
parent
0238d650
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
_docs/history.html
_docs/history.html
+1
-1
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
app/src/main/java/net/sourceforge/opencamera/MainActivity.java
...rc/main/java/net/sourceforge/opencamera/MainActivity.java
+1
-1
No files found.
_docs/history.html
View file @
e4566370
...
...
@@ -48,7 +48,7 @@
<p>
<
<small><a
href=
"index.html"
>
Main Page.
</a></small></p>
<pre>
Version 1.48.3 (2020/11/
18
)
Version 1.48.3 (2020/11/
20
)
FIXED Possible crash for panorama if failing to crop due to poor transformations; now fails
gracefully.
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
View file @
e4566370
...
...
@@ -2,7 +2,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"net.sourceforge.opencamera"
android:versionCode=
"
79
"
android:versionCode=
"
80
"
android:versionName=
"1.48.3"
android:installLocation=
"auto"
tools:ignore=
"GoogleAppIndexingWarning"
>
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/net/sourceforge/opencamera/MainActivity.java
View file @
e4566370
...
...
@@ -598,7 +598,7 @@ public class MainActivity extends Activity {
// E.g., we have a "What's New" for 1.44 (64), but then push out a quick fix for 1.44.1 (65). We don't want to
// show the dialog again to people who already received 1.44 (64), but we still want to show the dialog to people
// upgrading from earlier versions.
int
whats_new_version
=
79
;
// 1.48.3
int
whats_new_version
=
80
;
// 1.48.3
whats_new_version
=
Math
.
min
(
whats_new_version
,
version_code
);
// whats_new_version should always be <= version_code, but just in case!
if
(
MyDebug
.
LOG
)
{
Log
.
d
(
TAG
,
"whats_new_version: "
+
whats_new_version
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment