Loading app/src/main/java/foundation/e/drive/EdriveApplication.java +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ import foundation.e.drive.utils.CommonUtils; /** * Class representing the eDrive application. * It is instantiated before any other class. * @author Jonathan klee * @author Vincent Bourgmayer */ public class EdriveApplication extends Application { private static final String TAG = "EdriveApplication"; Loading app/src/main/java/foundation/e/drive/FileObservers/FileEventListener.java +1 −2 Original line number Diff line number Diff line /* * Copyright © Narinder Rana (/e/ foundation). * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading app/src/main/java/foundation/e/drive/FileObservers/RecursiveFileObserver.java +1 −1 Original line number Diff line number Diff line /* * Copyright © Narinder Rana (/e/ foundation). * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading app/src/main/java/foundation/e/drive/database/DbHelper.java +2 −1 Original line number Diff line number Diff line /* * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © CLEUS SAS 2018-2019. * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading app/src/main/java/foundation/e/drive/database/SyncedFileStateContract.java +2 −1 Original line number Diff line number Diff line /* * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © CLEUS SAS 2018-2019. * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading Loading
app/src/main/java/foundation/e/drive/EdriveApplication.java +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ import foundation.e.drive.utils.CommonUtils; /** * Class representing the eDrive application. * It is instantiated before any other class. * @author Jonathan klee * @author Vincent Bourgmayer */ public class EdriveApplication extends Application { private static final String TAG = "EdriveApplication"; Loading
app/src/main/java/foundation/e/drive/FileObservers/FileEventListener.java +1 −2 Original line number Diff line number Diff line /* * Copyright © Narinder Rana (/e/ foundation). * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading
app/src/main/java/foundation/e/drive/FileObservers/RecursiveFileObserver.java +1 −1 Original line number Diff line number Diff line /* * Copyright © Narinder Rana (/e/ foundation). * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading
app/src/main/java/foundation/e/drive/database/DbHelper.java +2 −1 Original line number Diff line number Diff line /* * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © CLEUS SAS 2018-2019. * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading
app/src/main/java/foundation/e/drive/database/SyncedFileStateContract.java +2 −1 Original line number Diff line number Diff line /* * Copyright © Vincent Bourgmayer (/e/ foundation). * Copyright © CLEUS SAS 2018-2019. * Copyright © ECORP SAS 2022. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at Loading