Commit Graph

2227 Commits

Author SHA1 Message Date
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
serso
67611f5ac5 Bump version 2017-07-26 10:58:34 +02:00
serso
f4cb71ab53 Fix NPE in FloatingCalculatorService 2017-07-26 10:32:00 +02:00
serso
14ff42daf7 Call methods of GA on the main thread to avoid ConcurrentModificationException 2017-07-26 10:24:58 +02:00
serso
07b989f00e Fix IndexOutOfBoundsException caused by asynchronous init of MathRegistry 2017-07-26 10:16:59 +02:00
serso
3c03f3948d Decrease precision in ENG mode and migrate the settings 2017-07-26 10:07:32 +02:00
serso
fa9288ada1 Fix some Robolectric unit tests 2017-07-24 17:03:16 +02:00
serso
bd0c3233a3 Make history bigger 2017-07-24 16:33:53 +02:00
serso
7aebabb8d5 Make it possible to cancel previous calculations 2017-07-24 16:29:37 +02:00
serso
e6aa39659f Make FAB appear again after it has been hidden 2017-07-24 12:10:47 +02:00
serso
cc75b1f7b1 Use DividerItemDecoration from the support library 2017-07-24 11:09:47 +02:00
serso
43870fb9d3 Plug ResourceNotFoundException on Lenovo K910 phones 2017-07-24 10:42:38 +02:00
serso
20ba48b475 Use platform ContextThemeWrapper 2017-07-11 12:39:04 +02:00
serso
e816abc4b6 Suppress RestrictedApi in CustomPopupMenuHelper 2017-07-11 12:34:44 +02:00
serso
8ce905bf64 Suppress RestrictedApi in CustomPopupMenu
There is no substitute in SDK for MenuBuilder
2017-07-11 12:33:00 +02:00
serso
fcbb675af0 Use platform ContextThemeWrapper 2017-07-11 12:31:14 +02:00
serso
64d82423fe Use AppCompat classes as base classes in custom views 2017-07-11 12:26:41 +02:00
serso
aa1960b2bf Move drag_direction_text_scale to the app module
As it's not used in "dragbutton"
2017-07-11 12:23:35 +02:00
serso
fe6e543fb7 Use AppCompat classes as base classes 2017-07-11 12:20:35 +02:00
serso
0f81111543 Bump version 2017-07-06 09:16:01 +02:00
serso
b0c5cd0069 Fix NPE on Android 4 in DirectionDragButton 2017-07-06 09:15:42 +02:00
serso
14f5230641 Bump version 2017-07-05 11:17:02 +02:00
serso
cb9ece0108 Use new version of Checkout 2017-07-05 10:56:18 +02:00