Commit Graph

2249 Commits

Author SHA1 Message Date
Marcus Hoffmann
91f9de66e6 merge new upstream version
Include plotter and otto project as git submodules and gradle modules
into the build.
2023-11-12 15:19:47 +01:00
Sergey Solovyev
ff1b79d9a3 Bump app version 2023-09-18 09:38:06 +02:00
Sergey Solovyev
fb0edf5b13 Revert "Request new POST_NOTIFICATIONS permissions"
This reverts commit 308b5504bd.
2023-09-18 09:37:07 +02:00
Sergey Solovyev
308b5504bd Request new POST_NOTIFICATIONS permissions 2023-09-17 13:29:19 +02:00
Sergey Solovyev
35408e42b3 Clean up proguard rules and remove Plotter's Check from the release builds 2023-09-17 13:06:11 +02:00
Sergey Solovyev
e676502d61 Fix crash in Edit history item dialog 2023-09-17 13:01:14 +02:00
Sergey Solovyev
7d5109e32e Remove unused meta-data tag from AndroidManifest.xml 2023-09-15 15:43:08 +02:00
Sergey Solovyev
3b6d084b0f Bump app version 2023-09-15 15:28:03 +02:00
Sergey Solovyev
e981882da0 Remove old and non-existent classes from AndroidManifest.xml 2023-09-15 15:21:48 +02:00
Sergey Solovyev
2a6cffe39a Bump app version 2023-09-15 13:50:21 +02:00
Sergey Solovyev
b4dc75386c Update Checkout version to 1.3.1 2023-09-15 13:49:56 +02:00
Sergey Solovyev
8d4189f61e Update the version 2023-09-15 11:34:01 +02:00
Sergey Solovyev
0a69050e98 Add Firebase Analytics & Crashlytics 2023-09-15 11:29:30 +02:00
Sergey Solovyev
d9bbdff0e0 Fix Proguard failing 2023-09-15 10:54:15 +02:00
Sergey Solovyev
124feb5175 Fix lint issue
Remove unused dimension
2023-09-15 10:54:06 +02:00
Sergey Solovyev
16aebc25f3 Remove project.properties 2023-09-15 10:20:27 +02:00
Sergey Solovyev
1fc9ffef3a Revive the project 2023-09-15 10:08:16 +02:00
Marcus
b93ee7812f
link to archive.org version of license comment 2022-08-04 20:54:25 +02:00
Marcus
1200a88fb4
link to original repo, remove gplay bade, mention project status 2022-08-04 20:50:30 +02:00
Marcus
03a243d3b8
Merge pull request #2 from mmahmoudian/add-license-file
add the LICENSE and put together a basic README
2022-08-04 20:00:46 +02:00
Mehrad Mahmoudian
bdd0cdbd7e add the LICENSE and put together a basic README 2022-08-04 17:35:11 +03:00
Marcus
5dea292c91
Merge pull request #1 from neuron303/master
Delete ga.xml
2022-08-04 12:08:01 +02:00
neuron303
2976a679b1
Delete ga.xml
Removes unused Google Analytics file to remove F-Droid anti-feature warning
See 32826c8334
2021-08-12 15:40:40 +02:00
Marcus Hoffmann
c67dc96d57 fix crash on converter dialogue
This vendors the jscience javax.measure package, extracted from
https://repo1.maven.org/maven2/org/jscience/jscience/4.3.1/jscience-4.3.1-sources.jar

Using this package as a dependency leads to conflicting classes, which
we can't solve from gradle. Instead of repackaging the jar file the
easiest solution seems to be to vendor the sources we need.
2020-03-16 15:52:46 +01:00
Marcus Hoffmann
e00b18a0e6 remove unneeded permissions 2020-03-16 13:31:12 +01:00
Marcus Hoffmann
44296836ee bump versioncode 2020-03-16 13:01:08 +01:00
Marcus Hoffmann
ddade5e165 remove leftover references to AdView 2020-03-16 13:00:18 +01:00
Marcus Hoffmann
3d9a6858a1 use otto from mavenLocal 2020-03-13 22:45:31 +01:00
Marcus Hoffmann
6fa4bfb05f remove google play dependencies and some jars 2020-03-12 16:57:54 +01:00
serso
22448df392 Fix apk location in uploadArchives task 2018-04-30 15:30:39 +02:00
serso
a7aacfc490 Bump version 2018-04-30 15:23:02 +02:00
serso
896df4c4c5 Update dependencies 2018-04-30 15:23:02 +02:00
serso
b543fb68c1 Remove ACRA 2018-04-30 14:30:18 +02:00
Sergey Solovyev
836678ee3f Revive widget: only explicit intents must be used from Android O 2018-04-29 23:13:10 +02:00
Sergey Solovyev
9a815293d0 Use new window type for the floating calculator 2018-04-29 23:02:14 +02:00
Sergey Solovyev
da8d974ad9 Disable autofilling in editor view 2018-04-29 22:57:04 +02:00
Sergey Solovyev
e12ff7f701 Disable tooltip in the 3-dot menu
Otherwise, the view intercepts touch events and the expander view
never gets them.
2018-04-29 22:48:10 +02:00
Sergey Solovyev
4f8176ac10 Flatten view hierarchy in editor 2018-04-29 22:46:20 +02:00
Sergey Solovyev
5ce83d0314 Add TouchExpander 2018-04-29 22:40:57 +02:00
Sergey Solovyev
a3c6d21a52 Add high-contrast shadow to the main text in DirectionDragButton 2018-04-29 19:22:15 +02:00
Sergey Solovyev
68cded37d9 Update Gradle configuration 2018-04-29 19:04:13 +02:00
serso
f41a37fe31 Fix more unit tests 2017-08-18 15:38:35 +02:00
serso
f6e520eb56 Update Robolectric and make broken tests compilable again 2017-08-17 17:04:43 +02:00
serso
5feca3f549 Fix EditorTest compilation broken by signature change 2017-08-17 16:38:00 +02:00
serso
5851f92daa Highlight text shown in editor asynchronously 2017-08-02 16:15:51 +02:00
serso
f4896086fb Avoid returning new state from Editor#onTextChanged 2017-08-02 15:31:09 +02:00
serso
3bc913ac81 Highlight text shown in display asynchronously 2017-08-02 15:25:01 +02:00
serso
da98947dab Use SMART_BANNER in Admob 2017-08-02 11:29:12 +02:00
serso
980b0f944a Update GPS library 2017-08-02 11:05:39 +02:00
serso
d81025eaf8 Fix possible IndexOutOfBoundsException due to concurrent access 2017-08-02 10:59:56 +02:00