android-application

Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.
Here are 9,905 public repositories matching this topic...
[iOS Tool] Needle
Describe the issue
Needle doesn't seem to be maintained anymore. The last update was > 1 year and no issues have been answered this year. It also doesnt' seem to work on iOS JB devices with Chimera. FSecureLABS/needle#273
We should review where we use Needle and if other tools are a better alternative (e.g. objection, passionfruit).
-
Updated
May 21, 2020 - Java
Is your feature request related to a problem? Please describe.
When you first use the app, it may not be really clear to people they have to grant access to FastHub to show the organisations
Describe the solution you'd like
Maybe it's an idea to show the FAQ instead of the no organisation found: try again button. I think people overlook the FAQ icon to quick.
maybe you could just s
升级到 Glide 4.2+
Glide 4.2.0 相对于 4.1.1 引入了多个问题:
- 默认的 DownsamplingStrategy 由 AT_LEAST 变更为 FIT_OUTSIDE,导致部分长图(正确地)过大而无法加载。
- 在每张图第一次 SharedElementTransition 时大概率闪过白屏,但之后不会,推测与 cache 相关,未知是否与新的 ViewTarget getSize() 实现有关。如果回退 1 为 AT_LEAST,bug 变为 transition 时部分稍大图片出现由小变大动画。
- Glide Release v4.2.0
- [Glide Compare v4.1.1...v4.2.0](https://github.com/bum
-
Updated
May 6, 2020 - Java
-
Updated
Aug 25, 2018 - Java
-
Updated
Mar 3, 2020 - Java
-
Updated
Apr 3, 2020 - Kotlin
-
Updated
Mar 28, 2018 - Java
-
Updated
May 24, 2020 - Kotlin
I would request you to please add a documentation/write a blog so that developers can understand and learn from your advance code.
It would be really helpful.
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
-
Updated
Mar 19, 2020 - Java
-
Updated
Dec 23, 2019 - Java
-
Updated
Mar 26, 2020 - Java
-
Updated
May 8, 2020
-
Updated
Mar 31, 2017 - Java
-
Updated
Mar 18, 2019 - Java
-
Updated
Mar 22, 2020 - Dart
-
Updated
Dec 5, 2019 - Java
-
Updated
Mar 25, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Aug 12, 2019 - Java
Steps to reproduce: Try to use fences for code blocks.
Expected behaviour: code blocks.
Actual behaviour: normal text.
Turbo Editor version:1.19, from F-Droid.
![screenshot_20170112-211504](https://cloud.githubusercontent.com/assets/16250597/21908604/41bbceac-
Right now, when you visit a subreddit, you can't copy the URL by long-pressing the black bar on the top of the scroll view. Neither can you open the toolbar's 3-dot menu to copy the URL. Can you add a way to copy subreddit URL?
Right now you can copy a subreddit URL from the home screen, just not the subreddit itself.
-
Updated
Nov 9, 2019
-
Updated
Sep 29, 2019 - Java
Created by Google
Released September 23, 2008
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
Could someone explain me why Navigator's methods are calling from activity, not from fragment directly? Why first we invoke presenter's method which in turn invoke fragment's method which invoke activity's method?